aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-10ipv6: fix incorrect bitwise operator used on rt6i_flagsColin Ian King1-2/+2
2017-10-10ipv6: fix dereference of rt6_ex before null check errorColin Ian King1-1/+3
2017-10-09openvswitch: Add erspan tunnel support.William Tu1-1/+50
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller38-92/+146
2017-10-09ipv6: use rcu_dereference_bh() in ipv6_route_seq_next()Wei Wang1-1/+1
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds37-91/+145
2017-10-09Merge tag 'nfs-for-4.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2017-10-09ipv6: addrlabel: remove refcountingEric Dumazet1-29/+4
2017-10-09ipv6: addrlabel: rework ip6addrlbl_get()Eric Dumazet1-23/+13
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller22-61/+96
2017-10-09ipv6: avoid zeroing per cpu data againEric Dumazet1-11/+1
2017-10-09udp: fix bcast packet receptionPaolo Abeni1-9/+5
2017-10-09netlink: do not set cb_running if dump's start() errsJason A. Donenfeld1-6/+7
2017-10-09net: bridge: Export bridge multicast router stateYotam Gigi1-0/+12
2017-10-09net: bridge: Notify on bridge device mrouter state changesYotam Gigi1-3/+35
2017-10-09Merge tag 'mac80211-for-davem-2017-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-2/+12
2017-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller4-4/+8
2017-10-09ipv4: Fix traffic triggered IPsec connections.Steffen Klassert1-1/+1
2017-10-09ipv6: Fix traffic triggered IPsec connections.Steffen Klassert1-1/+1
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani1-2/+20
2017-10-09netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang2-2/+3
2017-10-08ipv6: avoid cache line dirtying in ipv6_dev_get_saddr()Eric Dumazet1-11/+6
2017-10-08ipv6: __ipv6_dev_get_saddr() rcu conversionEric Dumazet1-3/+1
2017-10-08ipv6: ipv6_chk_prefix() rcu conversionEric Dumazet1-5/+3
2017-10-08ipv6: ipv6_chk_custom_prefix() rcu conversionEric Dumazet1-5/+3
2017-10-08ipv6: ipv6_count_addresses() rcu conversionEric Dumazet1-6/+6
2017-10-08ipv6: prepare RCU lookups for idev->addr_listEric Dumazet1-15/+6
2017-10-08tipc: Unclone message at secondary destination lookupJon Maloy1-0/+8
2017-10-08tipc: correct initialization of skb listJon Maloy1-2/+2
2017-10-08bridge: suppress nd pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu4-0/+274
2017-10-08bridge: suppress arp pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu4-58/+205
2017-10-08bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd floodRoopa Prabhu7-3/+52
2017-10-08ipv6: fix a BUG in rt6_get_pcpu_route()Eric Dumazet1-20/+6
2017-10-08gso: fix payload length when gso_size is zeroAlexey Kodanev3-3/+3
2017-10-07ip_gre: check packet length and mtu correctly in erspan txWilliam Tu1-4/+4
2017-10-07net: phonet: mark phonet_protocol as constLin Zhang3-9/+10
2017-10-07net: phonet: mark header_ops as constLin Zhang1-1/+1
2017-10-07ipv6: fix net.ipv6.conf.all.accept_dad behaviour for realMatteo Croce1-2/+2
2017-10-07ip_tunnel: add mpls over gre supportAmine Kherbouche1-0/+36
2017-10-07ipv6: take care of rt6_statsWei Wang2-20/+38
2017-10-07ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang3-221/+316
2017-10-07ipv6: add key length check into rt6_select()Wei Wang1-0/+14
2017-10-07ipv6: check fn->leaf before it is usedWei Wang2-13/+30
2017-10-07ipv6: update fn_sernum after route is inserted to treeWei Wang1-18/+21
2017-10-07ipv6: replace dst_hold() with dst_hold_safe() in routing codeWei Wang2-20/+54
2017-10-07ipv6: don't release rt->rt6i_pcpu memory during rt6_release()Wei Wang1-3/+0
2017-10-07ipv6: grab rt->rt6i_ref before allocating pcpu rtWei Wang1-29/+29
2017-10-07ipv6: hook up exception table to store dst cacheWei Wang3-132/+72
2017-10-07ipv6: prepare fib6_locate() for exception tableWei Wang3-10/+27
2017-10-07ipv6: prepare fib6_age() for exception tableWei Wang2-17/+69