summaryrefslogtreecommitdiff
path: root/lib/socket
Commit message (Expand)AuthorAgeFilesLines
* lib:socket: Fix code spellingAndreas Schneider2023-04-141-1/+1
* lib/socket: autodetect RSS using ETHTOOL_GRXRINGSStefan Metzmacher2020-05-071-0/+41
* lib/socket: let query_iface_speed_from_name() initialize memory passed to sys...Stefan Metzmacher2020-05-071-0/+2
* lib:socket: If returning early, set ifacesDavid Mulder2018-10-281-1/+2
* lib:socket: Return early if we have only one interfaceAndreas Schneider2018-03-201-1/+4
* Add explicit dependency on samba-debug from libinterfaces and libserverrole.Zentaro Kavanagh2017-01-231-1/+1
* libsocket: Make sure ifr.ifr_name is null-terminatedAndreas Schneider2016-12-031-1/+1
* lib/socket/interfaces: Fix some uninitialied bytes.Günther Deschner2016-03-121-0/+1
* lib/socket: Fix improper use of default interface speedAnoop C S2016-02-131-1/+1
* lib:socket: fix CID 1350009 - illegal memory accesses (BUFFER_SIZE_WARNING)Michael Adam2016-02-131-0/+5
* lib:socket: fix CID 1350010 - integer OVERFLOW_BEFORE_WIDENMichael Adam2016-02-041-1/+1
* lib:socket: detect link speed with ethtool ioctl in get_interfaces (on linux)Anoop C S2016-01-261-0/+49
* build: detect support for ethtoolMichael Adam2016-01-261-0/+7
* lib:socket: set defaults for linkspeed and capability in get_interfaces()Michael Adam2016-01-261-0/+5
* lib:socket: get interface index from kernelMichael Adam2016-01-261-0/+6
* lib:socket: add linkspeed, capability and if_index to iface_structMichael Adam2016-01-261-0/+3
* Fix bug # 9666 - Broken filtering of link-local addresses.Timur Bakeyev2013-02-281-13/+15
* Start to add truncate checks on all uses of strlcpy(). Reading lwnJeremy Allison2012-03-291-2/+6
* Fix const warnings.Jeremy Allison2011-10-141-3/+3
* Fix bug with Samba not recognising an 6to4 IPv6 interface.Matthieu Patou2011-10-141-0/+13
* lib/socket: Remove outdated commentAndrew Bartlett2011-05-081-11/+0
* lib/socket move interfaces code to the top levelAndrew Bartlett2011-05-083-0/+365