summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 Prabhu9-3/+54
2017-10-08ipv6: fix a BUG in rt6_get_pcpu_route()Eric Dumazet1-20/+6
2017-10-08Merge tag 'mlx5-updates-2017-10-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2-317/+547
2017-10-08Merge branch 'hv_netvsc-TCP-hash-level'David S. Miller3-29/+86
2017-10-08hv_netvsc: Update netvsc Document for TCP hash level settingHaiyang Zhang1-4/+4
2017-10-08hv_netvsc: Add ethtool handler to set and get TCP hash levelsHaiyang Zhang1-1/+24
2017-10-08hv_netvsc: Change the hash level variable to bit flagsHaiyang Zhang2-25/+59
2017-10-08Merge branch 'mlxsw-more-extack'David S. Miller3-13/+33
2017-10-08mlxsw: spectrum: Propagate extack further for bridge enslavementsIdo Schimmel3-11/+23
2017-10-08mlxsw: spectrum: Add extack for VLAN enslavementsIdo Schimmel1-2/+10
2017-10-07Merge branch 'bpf-obj-name-misc'David S. Miller5-15/+27
2017-10-07bpf: Append prog->aux->name in bpf_get_prog_name()Martin KaFai Lau1-2/+15
2017-10-07bpf: Use char in prog and map nameMartin KaFai Lau3-10/+10
2017-10-07bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0Martin KaFai Lau1-3/+2
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 Zhang4-11/+14
2017-10-07net: phonet: mark header_ops as constLin Zhang2-2/+2
2017-10-07Merge branch 'bpf-perf-time-helpers'David S. Miller12-19/+183
2017-10-07bpf: add a test case for helper bpf_perf_prog_read_valueYonghong Song4-6/+23
2017-10-07bpf: add helper bpf_perf_prog_read_valueYonghong Song2-1/+37
2017-10-07bpf: add a test case for helper bpf_perf_event_read_valueYonghong Song4-2/+43
2017-10-07bpf: add helper bpf_perf_event_read_value for perf event array mapYonghong Song3-7/+63
2017-10-07bpf: perf event change needed for subsequent bpf helpersYonghong Song4-6/+20
2017-10-07ip_tunnel: add mpls over gre supportAmine Kherbouche2-0/+37
2017-10-07Merge branch 'fib6-rcu'David S. Miller6-470/+1179
2017-10-07ipv6: take care of rt6_statsWei Wang3-26/+47
2017-10-07ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang5-230/+333
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 Wang2-18/+23
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 Wang4-133/+72
2017-10-07ipv6: prepare fib6_locate() for exception tableWei Wang4-11/+29
2017-10-07ipv6: prepare fib6_age() for exception tableWei Wang4-17/+84
2017-10-07ipv6: prepare rt6_clean_tohost() for exception tableWei Wang1-1/+47
2017-10-07ipv6: prepare rt6_mtu_change() for exception tableWei Wang1-0/+40
2017-10-07ipv6: prepare fib6_remove_prefsrc() for exception tableWei Wang1-0/+29
2017-10-07ipv6: introduce a hash table to store dst cacheWei Wang3-0/+363
2017-10-07ipv6: introduce a new function fib6_update_sernum()Wei Wang2-0/+16
2017-10-07bnxt_en: don't consider building bnxt_tc.o if option not enabledJonathan Toppins2-6/+2
2017-10-07Merge branch 'tcp-rbtree-retransmit-queue'David S. Miller10-249/+311
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet7-188/+245
2017-10-07tcp: pass previous skb to tcp_shifted_skb()Eric Dumazet1-4/+5
2017-10-07tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet1-2/+2
2017-10-07tcp: tcp_mark_head_lost() optimizationEric Dumazet1-4/+4
2017-10-07tcp: tcp_tx_timestamp() cleanupEric Dumazet1-3/+5