summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-27Fixed 2 SELinux related compiler warnings.Jiri Popelka1-3/+3
2012-01-24Removed SET and GET of interface metricsJiri Popelka8-39/+7
2012-01-24ifconfig(8): fix tunnel option syntaxJiri Popelka3-3/+3
2012-01-23infiniband: fix up new warning messageMike Frysinger1-2/+1
2012-01-21Make netstat -h and -V honor HAVE_SELINUXBernd Eckenfels2-3/+8
2012-01-21removed unused variableBernd Eckenfels1-1/+0
2012-01-16new option for nestat, -Z shows SELinux contextJiri Popelka3-4/+77
2012-01-16Make the code style consistent across netstat.cJiri Popelka1-37/+38
2012-01-13man/de_DE/arp.8 fix translation (RHBZ#322901)Jiri Popelka1-5/+3
2012-01-13man/pt_BR/ifconfig.8: remove untranslated paragraphJiri Popelka1-9/+0
2012-01-13route(8): note that 'route mss' actually sets MTU (RHBZ#680837)Jiri Popelka1-6/+3
2012-01-13ifconfig(8): note about supported format for IPv4 addresses (RHBZ#176661)Jiri Popelka1-0/+5
2012-01-13ifconfig(8), netstat(8): mention iptables instead of ipchains, ipfwadm or ipfw.Jiri Popelka8-29/+17
2012-01-13ifconfig(8): do not mention /proc/net/socket (RHBZ#661905)Jiri Popelka4-8/+0
2012-01-12Warn about changed encoding of man pagesBernd Eckenfels1-0/+2
2012-01-12Convert latin1 characters to UTF-8Bernd Eckenfels15-888/+888
2012-01-06inform user that ifconfig can correctly show only first 8 bytes of Infiniband...Jiri Popelka2-1/+12
2012-01-05mii-tool: don't rely on eth0 being default network device name.Jiri Popelka2-20/+8
2012-01-05mii-tool: use <linux/mii.h> instead of "mii.h" and fix RHBZ #491358Jiri Popelka2-154/+81
2012-01-05Possible problems found by static analysis of code.Jiri Popelka8-24/+23
2012-01-05plipconfig man page and usage output fixesJiri Popelka2-11/+14
2012-01-05ifconfig interface:0 del <IP> will remove the aliased IP on IA64Jiri Popelka1-1/+3
2012-01-05prevent 'netstat -nr -A inet6' from smashing stack (RHBZ #668047)Jiri Popelka2-7/+7
2012-01-05fixed clearing flags in ifconfig (RHBZ #450252)Jiri Popelka1-4/+4
2012-01-05nameif crash for long interface names (RHBZ #209120)Jiri Popelka1-2/+2
2012-01-05in kernel 2.6 /proc/net/x25_routes moves to /proc/net/x25/routeJiri Popelka2-3/+13
2012-01-05buffer overflow in arp (RHBZ #164695)Jiri Popelka1-1/+1
2012-01-05netstat -s reports negative octet countsJiri Popelka1-189/+189
2012-01-05The return value of nameif was wrongJiri Popelka1-2/+5
2012-01-05Fix Content-Type in po files to avoid msgfmt warning.Jiri Popelka3-3/+3
2012-01-05Updated README to reflect move to SourceForge.netJiri Popelka1-3/+3
2012-01-05Updated COPYING file.Jiri Popelka1-21/+21
2012-01-04mii-tool: fix inverted advertising/link featuresBen Hutchings1-2/+2
2011-12-31slattach: man page documents /dev/ptmx supportBernd Eckenfels1-2/+7
2011-12-31slattach: add support for /dev/ptmx [Bug:3467521]Bernd Eckenfels1-3/+29
2011-12-31Merge branch 'master' of ssh://net-tools.git.sourceforge.net/gitroot/net-tool...Bernd Eckenfels2-2/+15
2011-12-15Bluetooth name fixBernd Eckenfels3-5/+11
2011-12-15Add Bluetooth socket supportLubomir Rintel5-2/+172
2011-12-10ifconfig/route: move to /binMike Frysinger2-2/+15
2011-12-10ignore return value of fgets calls we dont care aboutMike Frysinger10-15/+30
2011-12-10hostname: check return value of getdomainnameMike Frysinger1-1/+4
2011-11-20netstat: unify duplicate addr pretty printingMike Frysinger1-64/+38
2011-11-20fix integer/pointer cast warningsMike Frysinger1-2/+2
2011-11-20fix "format not a string literal" warningsMike Frysinger3-3/+3
2011-11-20fix up signed/unsigned warningsMike Frysinger12-12/+12
2011-11-20fix up unused variable warningsMike Frysinger12-155/+127
2011-11-20pull in stdlib.h for malloc() prototypeMike Frysinger1-0/+1
2011-11-20clean up const/unsigned pointers with aftype/hwtype structsMike Frysinger25-48/+48
2011-11-20get_sname: avoid buffer overflows if proto name is too longMike Frysinger1-10/+11
2011-11-20get_sname: unify numeric handlingMike Frysinger1-5/+7