aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-03net: qed: use eth_zero_addr() to clear mac addressMiaohe Lin1-4/+3
2020-08-03net: qede: use eth_zero_addr() to clear mac addressMiaohe Lin1-2/+2
2020-08-03cxgb4: fix extracting IP addresses in TC-FLOWER rulesRahul Lakkireddy1-2/+15
2020-08-03cxgb4: fix check for running offline ethtool selftestRahul Lakkireddy1-3/+4
2020-08-03Merge branch 'ionic-txrx-updates'David S. Miller5-93/+240
2020-08-03ionic: separate interrupt for Tx and RxShannon Nelson5-27/+182
2020-08-03ionic: tx separate servicingShannon Nelson3-56/+53
2020-08-03ionic: use fewer firmware doorbells on rx fillShannon Nelson1-10/+5
2020-08-03net: gre: recompute gre csum for sctp over gre tunnelsLorenzo Bianconi1-2/+11
2020-08-03net: bridge: clear bridge's private skb space on xmitNikolay Aleksandrov1-0/+2
2020-08-03ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWNFlorent Fourcot1-12/+12
2020-08-03ipv6/addrconf: call addrconf_ifdown with consistent valuesFlorent Fourcot1-1/+1
2020-08-03Merge branch 'net-openvswitch-masks-cache-enhancements'David S. Miller5-22/+139
2020-08-03net: openvswitch: make masks cache size configurableEelco Chaudron4-14/+115
2020-08-03net: openvswitch: add masks cache hit counterEelco Chaudron5-8/+24
2020-08-03net: mvpp2: fix memory leak in mvpp2_rxLorenzo Bianconi1-0/+1
2020-08-03ethtool: ethnl_set_linkmodes: remove redundant null checkGaurav Singh1-2/+1
2020-08-03openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye1-18/+20
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu5-3/+11
2020-08-03Merge branch 'Improve-MDIO-Ethernet-PHY-reset'David S. Miller5-2/+15
2020-08-03net: mdio device: use flexible sleeping in reset functionBruno Thomsen1-1/+1
2020-08-03net: mdiobus: add reset-post-delay-us handlingBruno Thomsen3-0/+6
2020-08-03net: mdiobus: use flexible sleeping for reset-delay-usBruno Thomsen1-1/+1
2020-08-03dt-bindings: net: mdio: add reset-post-delay-us propertyBruno Thomsen1-0/+7
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller207-835/+1699
2020-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds81-451/+782
2020-08-01Merge tag 'for-linus-2020-08-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2020-08-01Merge tag 'perf-tools-fixes-2020-08-01' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-6/+8
2020-08-01mptcp: fix syncookie build error on UPFlorian Westphal1-3/+1
2020-08-01vxlan: fix memleak of fdbTaehee Yoo1-2/+4
2020-08-01fib: fix another fib_rules_ops indirect call wrapper problemBrian Vazquez1-0/+6
2020-08-01tcp: fix build fong CONFIG_MPTCP=nEric Dumazet1-2/+3
2020-08-01Merge tag 'pinctrl-v5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds4-2/+79
2020-07-31Merge tag 'mac80211-next-for-davem-2020-07-31' of git://git.kernel.org/pub/sc...David S. Miller42-235/+511
2020-07-31rtnetlink: add support for protodown reasonRoopa Prabhu4-5/+147
2020-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller5-18/+126
2020-07-31tun: add missing rcu annotation in tun_set_ebpf()Jason Wang1-1/+1
2020-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller6-58/+104
2020-07-31Merge tag 'mlx5-fixes-2020-07-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller7-18/+42
2020-07-31tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung4-3/+9
2020-07-31Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller17-178/+77
2020-07-31Merge branch 'mptcp-syncookies'David S. Miller16-43/+453
2020-07-31selftests: mptcp: add test cases for mptcp join tests with syn cookiesFlorian Westphal1-2/+64
2020-07-31selftests: mptcp: make 2nd net namespace use tcp syn cookies unconditionallyFlorian Westphal1-0/+47
2020-07-31mptcp: enable JOIN requests even if cookies are in useFlorian Westphal6-0/+174
2020-07-31tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal4-11/+37
2020-07-31mptcp: subflow: add mptcp_subflow_init_cookie_req helperFlorian Westphal4-1/+86
2020-07-31mptcp: rename and export mptcp_subflow_request_sock_opsFlorian Westphal2-5/+7
2020-07-31mptcp: subflow: split subflow_init_reqFlorian Westphal1-10/+22
2020-07-31mptcp: token: move retry to callerFlorian Westphal2-9/+12