summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-04-14Merge branch 'rndis_host-handle-bogus-mac-addresses-in-zte-rndis-devices'Paolo Abeni4-5/+47
2022-04-14rndis_host: limit scope of bogus MAC address detection to ZTE devicesLech Perczak1-5/+12
2022-04-14rndis_host: enable the bogus MAC fixup for ZTE devices from cdc_etherLech Perczak2-0/+33
2022-04-14cdc_ether: export usbnet_cdc_zte_rx_fixupLech Perczak2-1/+3
2022-04-13nfp: update nfp_X logging definitionsDylan Muller1-6/+20
2022-04-13Merge branch 'ip-ingress-skb-reason'David S. Miller10-42/+113
2022-04-13net: ipv6: add skb drop reasons to ip6_protocol_deliver_rcu()Menglong Dong1-4/+12
2022-04-13net: ipv6: add skb drop reasons to ip6_rcv_core()Menglong Dong1-8/+16
2022-04-13net: ipv6: add skb drop reasons to TLV parseMenglong Dong1-12/+24
2022-04-13net: ipv6: remove redundant statistics in ipv6_hop_jumbo()Menglong Dong1-8/+1
2022-04-13net: icmp: introduce function icmpv6_param_prob_reason()Menglong Dong2-5/+13
2022-04-13net: ip: add skb drop reasons to ip forwardingMenglong Dong4-6/+20
2022-04-13net: ipv6: add skb drop reasons to ip6_pkt_drop()Menglong Dong1-1/+5
2022-04-13net: ipv4: add skb drop reasons to ip_error()Menglong Dong3-1/+13
2022-04-13skb: add some helpers for skb drop reasonsMenglong Dong1-0/+12
2022-04-13Merge branch 'octeon_ep-driver'David S. Miller21-0/+5633
2022-04-13octeon_ep: add ethtool support for Octeon PCI Endpoint NICVeerasenareddy Burru3-1/+465
2022-04-13octeon_ep: add Tx/Rx processing and interrupt supportVeerasenareddy Burru3-0/+904
2022-04-13octeon_ep: add support for ndo opsVeerasenareddy Burru3-1/+139
2022-04-13octeon_ep: add Tx/Rx ring resource setup and cleanupVeerasenareddy Burru2-0/+441
2022-04-13octeon_ep: Add mailbox for control commandsVeerasenareddy Burru3-10/+294
2022-04-13octeon_ep: add hardware configuration APIsVeerasenareddy Burru3-7/+505
2022-04-13octeon_ep: Add driver framework and device initializationVeerasenareddy Burru20-0/+2904
2022-04-13Merge branch 'br-flush-filtering'David S. Miller10-35/+269
2022-04-13net: bridge: fdb: add support for flush filtering based on ifindex and vlanNikolay Aleksandrov1-1/+44
2022-04-13net: bridge: fdb: add support for flush filtering based on ndm flags and stateNikolay Aleksandrov2-3/+60
2022-04-13net: rtnetlink: add ndm flags and state mask attributesNikolay Aleksandrov2-0/+4
2022-04-13net: bridge: fdb: add support for fine-grained flushingNikolay Aleksandrov4-12/+54
2022-04-13net: bridge: fdb: add ndo_fdb_del_bulkNikolay Aleksandrov3-0/+27
2022-04-13net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_delNikolay Aleksandrov1-19/+48
2022-04-13net: add ndo_fdb_del_bulkNikolay Aleksandrov1-0/+9
2022-04-13net: rtnetlink: add bulk delete support flagNikolay Aleksandrov2-1/+10
2022-04-13net: netlink: add NLM_F_BULK delete request modifierNikolay Aleksandrov1-0/+1
2022-04-13net: rtnetlink: use BIT for flag valuesNikolay Aleksandrov1-1/+1
2022-04-13net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov2-1/+7
2022-04-13net: rtnetlink: add msg kind namesNikolay Aleksandrov2-3/+10
2022-04-13Merge branch 'net-ti-storm-prevention-support'David S. Miller7-1/+472
2022-04-13net: ethernet: ti: cpsw_new: enable bc/mc storm prevention supportGrygorii Strashko3-1/+216
2022-04-13net: ethernet: ti: am65-cpsw: enable bc/mc storm prevention supportGrygorii Strashko2-0/+188
2022-04-13drivers: net: cpsw: ale: add broadcast/multicast rate limit supportGrygorii Strashko2-0/+68
2022-04-13net: phylink: remove phylink_helper_basex_speed()Russell King (Oracle)2-34/+0
2022-04-13net: ethernet: mtk_eth_soc: use after free in __mtk_ppe_check_skb()Dan Carpenter1-1/+2
2022-04-13net: ethernet: ti: am65-cpsw-nuss: using pm_runtime_resume_and_get instead of...Minghao Chi1-22/+11
2022-04-13NFC: NULL out the dev->rfkill to prevent UAFLin Ma1-0/+1
2022-04-13ipv6: exthdrs: use swap() instead of open coding itGuo Zhengkui1-4/+1
2022-04-13selftests: net: fib_rule_tests: add support to select a test to runAlaa Mohamed1-1/+11
2022-04-13net: ethernet: mtk_eth_soc: use standard property for cci-control-portLorenzo Bianconi2-2/+2
2022-04-13Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller10-30/+88
2022-04-13Merge branch 'tls-rx-refactor-part-3'David S. Miller1-71/+60
2022-04-13tls: rx: only copy IV from the packet for TLS 1.2Jakub Kicinski1-10/+10