summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-12-04net: use rtnl_register_module where neededFlorian Westphal8-32/+55
2017-12-04rtnetlink: get reference on module before invoking handlersFlorian Westphal1-35/+78
2017-12-04net: rtnetlink: use rcu to free rtnl message handlersFlorian Westphal1-53/+101
2017-12-04bpf: allow disabling tunnel csum for ipv6William Tu1-2/+3
2017-12-04ip6_gre: add ip6 gre and gretap collect_md modeWilliam Tu2-11/+99
2017-12-03tcp: Enable 2nd listener hashtable in TCPMartin KaFai Lau1-0/+3
2017-12-03inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau2-9/+225
2017-12-03udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau2-38/+16
2017-12-03inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau1-2/+9
2017-12-03net: dsa: support cross-chip FDB operationsVivien Didelot1-10/+4
2017-12-03net: dsa: add switch mdb bitmap functionsVivien Didelot1-15/+33
2017-12-03net: dsa: add switch vlan bitmap functionsVivien Didelot1-15/+34
2017-12-03net: dsa: remove trans argument from mdb opsVivien Didelot1-2/+2
2017-12-03net: dsa: remove trans argument from vlan opsVivien Didelot1-2/+2
2017-12-03openvswitch: do not propagate headroom updates to internal portPaolo Abeni1-8/+1
2017-12-01ip6_gre: Add ERSPAN native tunnel supportWilliam Tu1-4/+266
2017-12-01ip6_gre: Refactor ip6gre xmit codesWilliam Tu1-48/+75
2017-12-01ip_gre: Refector the erpsan tunnel code.William Tu1-49/+5
2017-12-01rds: tcp: atomically purge entries from rds_tcp_conn_list during netns deleteSowmini Varadhan2-2/+8
2017-12-01rds: tcp: correctly sequence cleanup on netns deletion.Sowmini Varadhan3-6/+7
2017-12-01rds: tcp: remove redundant function rds_tcp_conn_paths_destroy()Sowmini Varadhan1-24/+1
2017-12-01tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy4-13/+55
2017-11-30net/reuseport: drop legacy codePaolo Abeni5-55/+15
2017-11-30net: Remove dst->nextDavid Miller1-1/+0
2017-11-30xfrm: Stop using dst->next in bundle construction.David Miller1-24/+32
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller7-26/+18
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller2-18/+17
2017-11-30xfrm: Move child route linkage into xfrm_dst.David Miller4-11/+15
2017-11-30ipsec: Create and use new helpers for dst child access.David Miller1-24/+23
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller6-14/+16
2017-11-30ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller2-18/+18
2017-11-30decnet: Move dn_next into decnet route structure.David Miller1-16/+18
2017-11-30atm: mpoa: remove 32-bit timekeepingTina Ruchandani5-40/+43
2017-11-30openvswitch: use ktime_get_ts64() instead of ktime_get_ts()Arnd Bergmann1-3/+3
2017-11-30Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-5/+5
2017-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds37-402/+917
2017-11-29net: sched: cbq: create block for q->link.blockJiri Pirko1-1/+8
2017-11-29VSOCK: Don't set sk_state to TCP_CLOSE before testing itJorgen Hansen1-2/+2
2017-11-28sctp: use right member as the param of list_for_each_entryXin Long1-3/+3
2017-11-28sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni1-0/+1
2017-11-28cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski1-10/+13
2017-11-28net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet1-0/+5
2017-11-28packet: fix crash in fanout_demux_rollover()Mike Maloney2-23/+10
2017-11-28sctp: remove extern from stream schedXin Long4-9/+31
2017-11-28sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_failXin Long1-1/+1
2017-11-28SUNRPC: make cache_detail structures constBhumika Goyal2-4/+4
2017-11-28sunrpc: make the function arg as constBhumika Goyal1-1/+1
2017-11-27tipc: eliminate access after delete in group_filter_msg()Jon Maloy1-1/+1
2017-11-27Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/lin...David S. Miller5-10/+47
2017-11-27sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long1-1/+1