summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-12-05net_sched: remove unused parameter from act cleanup opsCong Wang
2017-12-05net: dsa: assign a CPU port to DSA portVivien Didelot
2017-12-05net: sched: sch_api: rearrange init handlingAlexander Aring
2017-12-05net: sched: sch_api: fix code style issuesAlexander Aring
2017-12-05net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang
2017-12-05flow_dissector: dissect tunnel info outside __skb_flow_dissect()Simon Horman
2017-12-05rtnetlink: fix rtnl_link msghandler rcu annotationsFlorian Westphal
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-12-04rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-04rtnetlink: remove __rtnl_registerFlorian Westphal
2017-12-04net: use rtnl_register_module where neededFlorian Westphal
2017-12-04rtnetlink: get reference on module before invoking handlersFlorian Westphal
2017-12-04net: rtnetlink: use rcu to free rtnl message handlersFlorian Westphal
2017-12-04bpf: allow disabling tunnel csum for ipv6William Tu
2017-12-04ip6_gre: add ip6 gre and gretap collect_md modeWilliam Tu
2017-12-03tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet
2017-12-03tcp: Enable 2nd listener hashtable in TCPMartin KaFai Lau
2017-12-03inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau
2017-12-03udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau
2017-12-03inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau
2017-12-03rxrpc: Use correct netns source in rxrpc_release_sock()David Howells
2017-12-02net: dsa: support cross-chip FDB operationsVivien Didelot
2017-12-02net: dsa: add switch mdb bitmap functionsVivien Didelot
2017-12-02net: dsa: add switch vlan bitmap functionsVivien Didelot
2017-12-02net: dsa: remove trans argument from mdb opsVivien Didelot
2017-12-02net: dsa: remove trans argument from vlan opsVivien Didelot
2017-12-02openvswitch: do not propagate headroom updates to internal portPaolo Abeni
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski
2017-12-03net: xdp: avoid output parameters when querying XDP progJakub Kicinski
2017-12-01Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-12-01ip6_gre: Add ERSPAN native tunnel supportWilliam Tu
2017-12-01ip6_gre: Refactor ip6gre xmit codesWilliam Tu
2017-12-01ip_gre: Refector the erpsan tunnel code.William Tu
2017-12-01rds: tcp: atomically purge entries from rds_tcp_conn_list during netns deleteSowmini Varadhan
2017-12-01rds: tcp: correctly sequence cleanup on netns deletion.Sowmini Varadhan
2017-12-01rds: tcp: remove redundant function rds_tcp_conn_paths_destroy()Sowmini Varadhan
2017-12-01tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy
2017-12-01tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala
2017-12-01tcp/dccp: block bh before arming time_wait timerEric Dumazet
2017-12-01sctp: do not abandon the other frags in unsent outq if one msg has outstandin...Xin Long
2017-12-01sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long
2017-12-01sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long
2017-11-30SUNRPC: Handle ENETDOWN errorsTrond Myklebust
2017-11-30net/reuseport: drop legacy codePaolo Abeni
2017-11-30sit: update frag_off infoHangbin Liu
2017-11-30tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet
2017-11-30act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang
2017-11-30Merge tag 'rxrpc-fixes-20171129' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller