summaryrefslogtreecommitdiff
path: root/lib/socket/interfaces.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-28lib:socket: If returning early, set ifacesDavid Mulder1-1/+2
2018-03-20lib:socket: Return early if we have only one interfaceAndreas Schneider1-1/+4
2016-12-03libsocket: Make sure ifr.ifr_name is null-terminatedAndreas Schneider1-1/+1
2016-03-12lib/socket/interfaces: Fix some uninitialied bytes.Günther Deschner1-0/+1
2016-02-13lib/socket: Fix improper use of default interface speedAnoop C S1-1/+1
2016-02-13lib:socket: fix CID 1350009 - illegal memory accesses (BUFFER_SIZE_WARNING)Michael Adam1-0/+5
2016-02-04lib:socket: fix CID 1350010 - integer OVERFLOW_BEFORE_WIDENMichael Adam1-1/+1
2016-01-26lib:socket: detect link speed with ethtool ioctl in get_interfaces (on linux)Anoop C S1-0/+49
2016-01-26lib:socket: set defaults for linkspeed and capability in get_interfaces()Michael Adam1-0/+5
2016-01-26lib:socket: get interface index from kernelMichael Adam1-0/+6
2013-02-28Fix bug # 9666 - Broken filtering of link-local addresses.Timur Bakeyev1-13/+15
2012-03-29Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison1-2/+6
2011-10-14Fix const warnings.Jeremy Allison1-3/+3
2011-10-14Fix bug with Samba not recognising an 6to4 IPv6 interface.Matthieu Patou1-0/+13
2011-05-08lib/socket: Remove outdated commentAndrew Bartlett1-11/+0
2011-05-08lib/socket move interfaces code to the top levelAndrew Bartlett1-0/+314