summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-10-09net: bridge: Export bridge multicast router stateYotam Gigi
2017-10-09net: bridge: Notify on bridge device mrouter state changesYotam Gigi
2017-10-09Merge tag 'mac80211-for-davem-2017-10-09' of git://git.kernel.org/pub/scm/lin...David S. Miller
2017-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-10-09ipv4: Fix traffic triggered IPsec connections.Steffen Klassert
2017-10-09ipv6: Fix traffic triggered IPsec connections.Steffen Klassert
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani
2017-10-09netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang
2017-10-08ipv6: avoid cache line dirtying in ipv6_dev_get_saddr()Eric Dumazet
2017-10-08ipv6: __ipv6_dev_get_saddr() rcu conversionEric Dumazet
2017-10-08ipv6: ipv6_chk_prefix() rcu conversionEric Dumazet
2017-10-08ipv6: ipv6_chk_custom_prefix() rcu conversionEric Dumazet
2017-10-08ipv6: ipv6_count_addresses() rcu conversionEric Dumazet
2017-10-08ipv6: prepare RCU lookups for idev->addr_listEric Dumazet
2017-10-08tipc: Unclone message at secondary destination lookupJon Maloy
2017-10-08tipc: correct initialization of skb listJon Maloy
2017-10-08bridge: suppress nd pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu
2017-10-08bridge: suppress arp pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu
2017-10-08bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd floodRoopa Prabhu
2017-10-08ipv6: fix a BUG in rt6_get_pcpu_route()Eric Dumazet
2017-10-08gso: fix payload length when gso_size is zeroAlexey Kodanev
2017-10-07ip_gre: check packet length and mtu correctly in erspan txWilliam Tu
2017-10-07net: phonet: mark phonet_protocol as constLin Zhang
2017-10-07net: phonet: mark header_ops as constLin Zhang
2017-10-07ipv6: fix net.ipv6.conf.all.accept_dad behaviour for realMatteo Croce
2017-10-07ip_tunnel: add mpls over gre supportAmine Kherbouche
2017-10-07ipv6: take care of rt6_statsWei Wang
2017-10-07ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang
2017-10-07ipv6: add key length check into rt6_select()Wei Wang
2017-10-07ipv6: check fn->leaf before it is usedWei Wang
2017-10-07ipv6: update fn_sernum after route is inserted to treeWei Wang
2017-10-07ipv6: replace dst_hold() with dst_hold_safe() in routing codeWei Wang
2017-10-07ipv6: don't release rt->rt6i_pcpu memory during rt6_release()Wei Wang
2017-10-07ipv6: grab rt->rt6i_ref before allocating pcpu rtWei Wang
2017-10-07ipv6: hook up exception table to store dst cacheWei Wang
2017-10-07ipv6: prepare fib6_locate() for exception tableWei Wang
2017-10-07ipv6: prepare fib6_age() for exception tableWei Wang
2017-10-07ipv6: prepare rt6_clean_tohost() for exception tableWei Wang
2017-10-07ipv6: prepare rt6_mtu_change() for exception tableWei Wang
2017-10-07ipv6: prepare fib6_remove_prefsrc() for exception tableWei Wang
2017-10-07ipv6: introduce a hash table to store dst cacheWei Wang
2017-10-07ipv6: introduce a new function fib6_update_sernum()Wei Wang
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet
2017-10-07tcp: pass previous skb to tcp_shifted_skb()Eric Dumazet
2017-10-07tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet
2017-10-07tcp: tcp_mark_head_lost() optimizationEric Dumazet
2017-10-07tcp: tcp_tx_timestamp() cleanupEric Dumazet
2017-10-07tcp: uninline tcp_write_queue_purge()Eric Dumazet
2017-10-07net: add rb_to_skb() and other rb tree helpersEric Dumazet
2017-10-06Merge tag 'batadv-next-for-davem-20171006' of git://git.open-mesh.org/linux-m...David S. Miller