index
:
platform/upstream/net-tools
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_base
accepted/tizen_3.0_base
accepted/tizen_3.0_ivi
accepted/tizen_4.0_base
accepted/tizen_5.0_base
accepted/tizen_5.5_base
accepted/tizen_5.5_base_mobile_hotfix
accepted/tizen_5.5_base_wearable_hotfix
accepted/tizen_6.0_base
accepted/tizen_6.0_base_tool
accepted/tizen_6.0_base_tool_hotfix
accepted/tizen_6.5_base
accepted/tizen_6.5_base_tool
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_7.0_base_tool
accepted/tizen_7.0_base_tool_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_tool
accepted/tizen_base_tool_dev
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
pristine-tar
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2_base
tizen_3.0_base
tizen_3.0_ivi
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5_base
tizen_5.5_base_mobile_hotfix
tizen_5.5_base_wearable_hotfix
tizen_5.5_tv
tizen_6.0_base
tizen_6.0_base_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_base_dev
tizen_ivi_genivi
upstream
Domain: Network & Connectivity / Common;
Taesoo Jun <steve.jun@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-15
Removed code duplication (Sourceforege#3567952 reported by hugh redelmeier)
Bernd Eckenfels
1
-1
/
+0
2012-06-29
netstat memory leak fixed.
Jiri Popelka
1
-0
/
+3
2012-06-26
use scanf("%ms") instead of scanf("%as") for dynamic string
Jiri Popelka
1
-4
/
+4
2012-06-26
Consistently use defined exit codes.
Jiri Popelka
1
-2
/
+2
2012-01-24
Removed SET and GET of interface metrics
Jiri Popelka
1
-10
/
+4
2012-01-23
infiniband: fix up new warning message
Mike Frysinger
1
-2
/
+1
2012-01-21
Make netstat -h and -V honor HAVE_SELINUX
Bernd Eckenfels
1
-0
/
+3
2012-01-06
inform user that ifconfig can correctly show only first 8 bytes of Infiniband...
Jiri Popelka
1
-1
/
+2
2012-01-05
Possible problems found by static analysis of code.
Jiri Popelka
4
-14
/
+8
2012-01-05
prevent 'netstat -nr -A inet6' from smashing stack (RHBZ #668047)
Jiri Popelka
2
-7
/
+7
2012-01-05
in kernel 2.6 /proc/net/x25_routes moves to /proc/net/x25/route
Jiri Popelka
2
-3
/
+13
2011-12-15
Bluetooth name fix
Bernd Eckenfels
1
-0
/
+6
2011-12-15
Add Bluetooth socket support
Lubomir Rintel
3
-0
/
+8
2011-12-10
ignore return value of fgets calls we dont care about
Mike Frysinger
7
-9
/
+18
2011-11-20
fix up signed/unsigned warnings
Mike Frysinger
11
-11
/
+11
2011-11-20
fix up unused variable warnings
Mike Frysinger
12
-155
/
+127
2011-11-20
pull in stdlib.h for malloc() prototype
Mike Frysinger
1
-0
/
+1
2011-11-20
clean up const/unsigned pointers with aftype/hwtype structs
Mike Frysinger
24
-45
/
+45
2011-11-20
get_sname: avoid buffer overflows if proto name is too long
Mike Frysinger
1
-10
/
+11
2011-11-20
get_sname: unify numeric handling
Mike Frysinger
1
-5
/
+7
2011-11-20
get_sname: constify args/return when possible
Mike Frysinger
2
-2
/
+2
2011-01-27
corrected indention
Bernd Eckenfels
1
-2
/
+2
2011-01-01
Bug #17812 Fix the handling of some of the HAVE_* flags ifdef vs if. --jpa468
Bernd Eckenfels
2
-4
/
+6
2010-07-05
Remove garbage ipv6 scopes in netstat output (Debian Bug #508110)
Bernd Eckenfels
1
-4
/
+6
2010-01-01
interface: fix IPv6 parsing of interfaces with large indexes (> 255)
Mike Frysinger
1
-2
/
+2
2009-12-31
interface slip: cast keepalive/outfill to unsigned long to fix warnings on 64...
Mike Frysinger
1
-3
/
+3
2009-09-06
netstat: add sctp connection decoding (Debian #306428 and Gentoo #258714)
Mike Frysinger
1
-0
/
+4
2009-09-06
ifconfig: fix no output when if_readlist_proc() fails
Mike Frysinger
1
-5
/
+8
2009-09-06
convert -idirafter to -I
Mike Frysinger
1
-1
/
+1
2009-09-06
handle raw "IP" masqinfo
Mike Frysinger
1
-2
/
+4
2009-09-06
Missing include to make compileable with gcc-4.3.2 and glibc-2.9_p20081201
Bernd Eckenfels
1
-1
/
+2
2009-07-08
scanf format length fix (non exploitable?) from
Bernd Eckenfels
2
-18
/
+18
2008-12-01
UDPlite Support for net-stat by Brian Micek <bmicek@gmail.com>
Bernd Eckenfels
1
-0
/
+2
2008-10-03
Add hardware support for InfiniBand (Debian Bug #294252 Tom Duffy from Sun).
Bernd Eckenfels
3
-2
/
+157
2007-12-01
Faster pagesize aligned fopen for netstat -s (Eric Dumazet)
Bernd Eckenfels
2
-4
/
+26
2007-12-01
ROSE support
Bernd Eckenfels
2
-2
/
+9
2006-10-11
fixed signedness compiler warning
Bernd Eckenfels
1
-1
/
+1
2005-09-04
X25 code compiles with 2.4 and 2.6 kernel headers (Debian Bug#271678)
Bernd Eckenfels
1
-1
/
+1
2005-08-23
Eric Oberlander reported in Debian Bug#323261 that byte counter unit
Bernd Eckenfels
1
-3
/
+3
2005-08-02
make ipx in 2.6 work (perhaps).
Bernd Eckenfels
2
-9
/
+17
2005-05-16
make it compile with 2.4 and 2.6 kernel headers (Debian Bug #271678)
Bernd Eckenfels
1
-2
/
+2
2005-05-16
token ring patch from http://www.linuxtr.net/download/net-tools-1.60.patch
Bernd Eckenfels
1
-2
/
+18
2004-06-03
debians version of nstrcmp - ugly but works
Bernd Eckenfels
1
-17
/
+150
2004-06-03
merged debian patch to make it compile with new headers
Bernd Eckenfels
1
-1
/
+1
2004-06-03
avoid namespace conflicts
Bernd Eckenfels
1
-2
/
+2
2003-10-19
fix portability problem on 64-bit big endian.
Phil Blundell
1
-3
/
+3
2003-10-11
Maik Broemme contributed gcc warning fixes (break after default: label)
Bernd Eckenfels
1
-0
/
+1
2003-06-28
bugfix: Skipping readlist, if readlist_proc sicceeded is not a
Bernd Eckenfels
1
-7
/
+6
2003-05-29
added 'ull' prefix to unsigned long long constants to make gcc 3.3 happy
Bernd Eckenfels
1
-138
/
+161
2003-05-28
fixed compile warning (unneeded default: label in switch)
Bernd Eckenfels
1
-1
/
+0
[next]