summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-021-10/+4
* net: dsa: add switch mdb bitmap functionsVivien Didelot2017-12-021-15/+33
* net: dsa: add switch vlan bitmap functionsVivien Didelot2017-12-021-15/+34
* net: dsa: remove trans argument from mdb opsVivien Didelot2017-12-021-2/+2
* net: dsa: remove trans argument from vlan opsVivien Didelot2017-12-021-2/+2
* openvswitch: do not propagate headroom updates to internal portPaolo Abeni2017-12-021-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
* xfrm: Move dst->path into struct xfrm_dstDavid Miller2017-11-307-26/+18
* ipv6: Move dst->from into struct rt6_info.David Miller2017-11-302-18/+17
* xfrm: Move child route linkage into xfrm_dst.David Miller2017-11-304-11/+15
* ipsec: Create and use new helpers for dst child access.David Miller2017-11-301-24/+23
* net: Create and use new helper xfrm_dst_child().David Miller2017-11-306-14/+16
* ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller2017-11-302-18/+18
* decnet: Move dn_next into decnet route structure.David Miller2017-11-301-16/+18
* atm: mpoa: remove 32-bit timekeepingTina Ruchandani2017-11-305-40/+43
* openvswitch: use ktime_get_ts64() instead of ktime_get_ts()Arnd Bergmann2017-11-301-3/+3
* Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-293-5/+5
|\
| * SUNRPC: make cache_detail structures constBhumika Goyal2017-11-272-4/+4
| * sunrpc: make the function arg as constBhumika Goyal2017-11-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-2937-402/+917
|\ \ | |/ |/|
| * net: sched: cbq: create block for q->link.blockJiri Pirko2017-11-281-1/+8
| * VSOCK: Don't set sk_state to TCP_CLOSE before testing itJorgen Hansen2017-11-281-2/+2
| * sctp: use right member as the param of list_for_each_entryXin Long2017-11-281-3/+3
| * sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni2017-11-281-0/+1
| * cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski2017-11-281-10/+13
| * net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet2017-11-281-0/+5
| * packet: fix crash in fanout_demux_rollover()Mike Maloney2017-11-282-23/+10
| * sctp: remove extern from stream schedXin Long2017-11-284-9/+31
| * sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_failXin Long2017-11-281-1/+1
| * tipc: eliminate access after delete in group_filter_msg()Jon Maloy2017-11-271-1/+1
| * Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-11-285-10/+47
| |\
| | * mac80211: tear down RX aggregations firstSara Sharon2017-11-271-1/+3