summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: fix rtnl_link msghandler rcu annotationsFlorian Westphal2017-12-051-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-0517-74/+131
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-0415-74/+124
| |\
| | * tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2017-12-032-23/+46
| | * rxrpc: Use correct netns source in rxrpc_release_sock()David Howells2017-12-031-2/+3
| | * tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala2017-12-011-4/+0
| | * tcp/dccp: block bh before arming time_wait timerEric Dumazet2017-12-012-0/+12
| | * sctp: do not abandon the other frags in unsent outq if one msg has outstandin...Xin Long2017-12-012-1/+6
| | * sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2017-12-012-4/+15
| | * sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long2017-12-011-2/+4
| | * sit: update frag_off infoHangbin Liu2017-11-301-0/+1
| | * tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet2017-11-301-1/+0
| | * act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang2017-11-301-11/+3
| | * Merge tag 'rxrpc-fixes-20171129' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2017-11-305-27/+35
| | |\
| | | * rxrpc: Fix variable overwriteGustavo A. R. Silva2017-11-292-2/+2
| | | * rxrpc: Fix ACK generation from the connection event processorDavid Howells2017-11-291-21/+29
| | | * rxrpc: Clean up whitespaceDavid Howells2017-11-293-4/+4
| * | | Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-022-0/+7
| |\ \ \ | | |/ / | |/| |
| | * | SUNRPC: Handle ENETDOWN errorsTrond Myklebust2017-11-302-0/+6
| | * | SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust2017-11-291-0/+1
* | | | rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal2017-12-044-12/+26
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-042-18/+41
|\ \ \ \
| * | | | net: xdp: make the stack take care of the tear downJakub Kicinski2017-12-031-7/+22
| * | | | net: xdp: avoid output parameters when querying XDP progJakub Kicinski2017-12-032-11/+19
* | | | | rtnetlink: remove __rtnl_registerFlorian Westphal2017-12-045-53/+61
* | | | | net: use rtnl_register_module where neededFlorian Westphal2017-12-048-32/+55
* | | | | rtnetlink: get reference on module before invoking handlersFlorian Westphal2017-12-041-35/+78
* | | | | net: rtnetlink: use rcu to free rtnl message handlersFlorian Westphal2017-12-041-53/+101
* | | | | bpf: allow disabling tunnel csum for ipv6William Tu2017-12-041-2/+3
* | | | | ip6_gre: add ip6 gre and gretap collect_md modeWilliam Tu2017-12-042-11/+99
* | | | | tcp: Enable 2nd listener hashtable in TCPMartin KaFai Lau2017-12-031-0/+3
* | | | | inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau2017-12-032-9/+225
* | | | | udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau2017-12-032-38/+16
* | | | | inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau2017-12-031-2/+9
* | | | | net: dsa: support cross-chip FDB operationsVivien Didelot2017-12-031-10/+4
* | | | | net: dsa: add switch mdb bitmap functionsVivien Didelot2017-12-031-15/+33
* | | | | net: dsa: add switch vlan bitmap functionsVivien Didelot2017-12-031-15/+34
* | | | | net: dsa: remove trans argument from mdb opsVivien Didelot2017-12-031-2/+2
* | | | | net: dsa: remove trans argument from vlan opsVivien Didelot2017-12-031-2/+2
* | | | | openvswitch: do not propagate headroom updates to internal portPaolo Abeni2017-12-031-8/+1
* | | | | ip6_gre: Add ERSPAN native tunnel supportWilliam Tu2017-12-011-4/+266
* | | | | ip6_gre: Refactor ip6gre xmit codesWilliam Tu2017-12-011-48/+75
* | | | | ip_gre: Refector the erpsan tunnel code.William Tu2017-12-011-49/+5
* | | | | rds: tcp: atomically purge entries from rds_tcp_conn_list during netns deleteSowmini Varadhan2017-12-012-2/+8
* | | | | rds: tcp: correctly sequence cleanup on netns deletion.Sowmini Varadhan2017-12-013-6/+7
* | | | | rds: tcp: remove redundant function rds_tcp_conn_paths_destroy()Sowmini Varadhan2017-12-011-24/+1
* | | | | tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy2017-12-014-13/+55
|/ / / /
* | | | net/reuseport: drop legacy codePaolo Abeni2017-11-305-55/+15
* | | | net: Remove dst->nextDavid Miller2017-11-301-1/+0
* | | | xfrm: Stop using dst->next in bundle construction.David Miller2017-11-301-24/+32