summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-14net: dsa: felix: fix tagging protocol changes with multiple CPU portsVladimir Oltean1-0/+23
2022-04-14tun: annotate access to queue->trans_startAntoine Tenart1-1/+1
2022-04-13nfc: nci: add flush_workqueue to prevent uafLin Ma1-0/+4
2022-04-13net: dsa: realtek: don't parse compatible string for RTL8366SAlvin Šipraga1-5/+0
2022-04-13net: dsa: realtek: fix Kconfig to assure consistent driver linkageAlvin Šipraga1-9/+21
2022-04-13nfp: update nfp_X logging definitionsDylan Muller1-6/+20
2022-04-13Merge tag 'wireless-2022-04-13' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller9-29/+46
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-13net: ftgmac100: access hardware register after clock readyDylan Hung1-5/+5
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-13Revert "net: dsa: setup master before ports"Vladimir Oltean1-13/+10
2022-04-13macvlan: Fix leaking skb in source mode with nodst optionMartin Willi1-2/+6
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