summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [arp] Validate length of ARP packetMichael Brown2016-03-121-0/+7
* [tls] Avoid potential out-of-bound reads in length fieldsMichael Brown2016-03-111-44/+67
* [xsigo] Add support for Xsigo virtual Ethernet (XVE) EoIB devicesMichael Brown2016-03-091-0/+1858
* [infiniband] Make IPoIB support configurable at build timeMichael Brown2016-03-091-3/+0Star
* [infiniband] Retrieve GID flag from cached path entriesMichael Brown2016-03-081-0/+1
* [infiniband] Assign names to queue pairsMichael Brown2016-03-083-9/+14
* [infiniband] Assign names to CMRC connectionsMichael Brown2016-03-082-36/+50
* [infiniband] Allow for the creation of multicast groupsMichael Brown2016-03-081-9/+16
* [infiniband] Parse MLID, rate, and SL from multicast membership recordMichael Brown2016-03-081-27/+30
* [infiniband] Record multicast GID attachment as part of group membershipMichael Brown2016-03-081-1/+9
* [infiniband] Do not use GRH for local pathsMichael Brown2016-03-081-7/+6Star
* [infiniband] Use correct transaction identifier in CM responsesMichael Brown2016-03-082-16/+24
* [infiniband] Use connection's local ID as debug message identifierMichael Brown2016-03-082-25/+33
* [infiniband] Use "%d" as format specifier for LIDsMichael Brown2016-03-082-4/+4
* [infiniband] Use "%#lx" as format specifier for queue pair numbersMichael Brown2016-03-084-12/+12
* [infiniband] Assign names to Infiniband devices for debug messagesMichael Brown2016-03-087-118/+133
* [infiniband] Add support for performing service record lookupsMichael Brown2016-03-081-0/+67
* [infiniband] Avoid multiple calls to ib_cmrc_shutdown()Michael Brown2016-03-081-0/+3
* [netdevice] Refuse to create duplicate network device namesMichael Brown2016-03-071-0/+8
* [slam] Avoid potential division by zeroMichael Brown2016-01-281-7/+13
* [tcp] Guard against malformed TCP optionsMichael Brown2016-01-281-11/+53
* [tftp] Mangle initial slash on TFTP URIsMichael Brown2016-01-211-1/+3
* [netdevice] Add "ifname" settingAndrew Widdersheim2016-01-181-0/+22
* [stp] Fix incorrectly disambiguated errorsMichael Brown2016-01-141-3/+3
* [infiniband] Profile post work queue entry operationsMichael Brown2016-01-101-0/+25
* [tftp] Do not change current working URI when TFTP server is clearedMichael Brown2016-01-091-13/+13
* [http] Handle relative redirection URIsMichael Brown2016-01-091-7/+46
* [dhcp] Limit maximum number of DHCP discovery deferralsMichael Brown2015-11-101-2/+6
* [dhcp] Reset start time when deferring discoveryMichael Brown2015-10-301-0/+1
* [http] Verify server port when reusing a pooled connectionMichael Brown2015-10-021-7/+12
* [peerdist] Avoid NULL pointer dereference for plaintext blocksMichael Brown2015-09-291-7/+10
* [tcpip] Avoid generating positive zero for transmitted UDP checksumsMichael Brown2015-09-103-1/+7
* [pxe] Populate ciaddr in fake PXE Boot Server ACK packetMichael Brown2015-09-011-0/+4
* [tcpip] Allow supported address families to be detected at runtimeMichael Brown2015-09-013-8/+9
* [dhcp] Do not skip ProxyDHCPREQUEST if next-server is emptyMichael Brown2015-08-261-2/+3
* [settings] Re-add "uristring" setting typeMichael Brown2015-08-251-2/+2
* [dhcp] Ignore ProxyDHCPACKs without PXE optionsMichael Brown2015-08-181-0/+4
* [dhcp] Allow pseudo-DHCP servers to use pseudo-identifiersMichael Brown2015-08-181-27/+54
* [ipoib] Fix a race when chain-loading undionly.kpxe in IPoIBWissam Shoukair2015-08-172-0/+12
* [peerdist] Add support for PeerDist (aka BranchCache) HTTP content encodingMichael Brown2015-08-171-0/+145
* [peerdist] Add block download multiplexerMichael Brown2015-08-171-0/+387
* [peerdist] Add individual block download mechanismMichael Brown2015-08-171-0/+1366
* [peerdist] Add segment discovery mechanismMichael Brown2015-08-171-0/+551
* [http] Rewrite HTTP core to support content encodingsMichael Brown2015-08-178-1241/+2480
* [crypto] Support SHA-{224,384,512} in X.509 certificatesMichael Brown2015-08-021-73/+17Star
* [tls] Report supported signature algorithms in ClientHelloMichael Brown2015-08-021-0/+25
* [tls] Do not access beyond the end of a 24-bit integerMichael Brown2015-08-011-22/+29
* [peerdist] Add support for constructing and decoding discovery messagesMichael Brown2015-07-281-0/+286
* [peerdist] Include trimmed range within content information blockMichael Brown2015-07-281-4/+19
* [netdevice] Allow network devices to disclaim IRQ support at runtimeMichael Brown2015-07-282-0/+8