summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* kcm: Remove TCP specific references from kcm and strparserTom Herbert2016-08-282-36/+42
* tcp: Set read_sock and peek_len proto_opsTom Herbert2016-08-283-0/+10
* tipc: add UDP remoteip dump to netlink APIRichard Alpe2016-08-263-1/+100
* tipc: add the ability to get UDP options via netlinkRichard Alpe2016-08-263-0/+70
* tipc: add replicast peer discoveryRichard Alpe2016-08-261-3/+80
* tipc: introduce UDP replicastRichard Alpe2016-08-265-12/+200
* tipc: refactor multicast ip checkRichard Alpe2016-08-261-15/+19
* tipc: split UDP send functionRichard Alpe2016-08-261-18/+32
* tipc: split UDP nl address parsingRichard Alpe2016-08-261-57/+55
* bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel2016-08-268-99/+107
* switchdev: Support parent ID comparison for stacked devicesIdo Schimmel2016-08-261-2/+0
* net: flush the softnet backlog in process contextPaolo Abeni2016-08-261-22/+50
* net: bridge: export also pvid flag in the xstats flagsNikolay Aleksandrov2016-08-261-0/+5
* tcp: md5: add LINUX_MIB_TCPMD5FAILURE counterEric Dumazet2016-08-253-0/+3
* tcp: md5: increment sk_drops on syn_recv stateEric Dumazet2016-08-252-0/+2
* net: diag: allow socket bytecode filters to match socket marksLorenzo Colitti2016-08-241-3/+33
* net: diag: slightly refactor the inet_diag_bc_audit error checks.Lorenzo Colitti2016-08-241-11/+17
* net: dsa: rename switch operations structureVivien Didelot2016-08-243-116/+116
* Merge tag 'rxrpc-rewrite-20160824-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-08-249-160/+943
|\
| * rxrpc: Improve management and caching of client connection objectsDavid Howells2016-08-248-157/+933
| * rxrpc: Dup the main conn list for the proc interfaceDavid Howells2016-08-245-4/+11
* | Merge tag 'rxrpc-rewrite-20160824-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-08-246-10/+28
|\|
| * rxrpc: Make /proc/net/rxrpc_calls saferDavid Howells2016-08-244-9/+26
| * rxrpc: Fix conn-based retransmitDavid Howells2016-08-242-1/+2
* | net: remove clear_sk() methodEric Dumazet2016-08-231-6/+2
* | ipv6: tcp: get rid of tcp_v6_clear_sk()Eric Dumazet2016-08-231-12/+0
* | udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet2016-08-234-21/+0
* | ipv6: udp: remove udp_v6_clear_sk()Eric Dumazet2016-08-233-15/+1
|/
* net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern2016-08-233-0/+95
* tipc: use kfree_skb() instead of kfree()Wei Yongjun2016-08-231-1/+1
* Merge tag 'rxrpc-rewrite-20160823-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-08-237-62/+226
|\
| * rxrpc: Perform terminal call ACK/ABORT retransmission from conn processorDavid Howells2016-08-234-4/+157
| * rxrpc: Calculate serial skew on packet receptionDavid Howells2016-08-235-31/+43
| * rxrpc: Set connection expiry on idle, not putDavid Howells2016-08-232-27/+26
* | Merge tag 'rxrpc-rewrite-20160823-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-08-2314-80/+113
|\|
| * rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells2016-08-239-38/+79
| * rxrpc: Drop channel number field from rxrpc_call structDavid Howells2016-08-235-10/+8
| * rxrpc: When clearing a socket, clear the call sets in the right orderDavid Howells2016-08-231-6/+6
| * rxrpc: Tidy up the rxrpc_call struct a bitDavid Howells2016-08-235-20/+21
| * rxrpc: Remove RXRPC_CALL_PROC_BUSYDavid Howells2016-08-232-7/+0
* | net: rtnetlink: Don't export empty RTAX_FEATURESPhil Sutter2016-08-231-0/+2
* | net-tcp: retire TFO_SERVER_WO_SOCKOPT2 configYuchung Cheng2016-08-231-13/+8
* | l2tp: Refactor the codes with existing macros instead of literal numberGao Feng2016-08-231-11/+9
* | kcm: Fix locking issueTom Herbert2016-08-232-10/+23
* | strparser: Queue work when being unpausedTom Herbert2016-08-231-0/+11
|/
* net: strparser: fix strparser sk_user_data checkDave Watson2016-08-221-3/+0
* net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn2016-08-222-2/+7
* net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeoutGeert Uytterhoeven2016-08-221-1/+1
* Merge tag 'batadv-next-for-davem-20160822' of git://git.open-mesh.org/linux-m...David S. Miller2016-08-2220-37/+131
|\
| * batman-adv: Allow to disable debugfs supportSven Eckelmann2016-08-0916-6/+87