summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-13net: ip: add skb drop reasons to ip forwardingMenglong Dong
2022-04-13net: ipv6: add skb drop reasons to ip6_pkt_drop()Menglong Dong
2022-04-13net: ipv4: add skb drop reasons to ip_error()Menglong Dong
2022-04-13skb: add some helpers for skb drop reasonsMenglong Dong
2022-04-13Merge branch 'octeon_ep-driver'David S. Miller
2022-04-13octeon_ep: add ethtool support for Octeon PCI Endpoint NICVeerasenareddy Burru
2022-04-13octeon_ep: add Tx/Rx processing and interrupt supportVeerasenareddy Burru
2022-04-13octeon_ep: add support for ndo opsVeerasenareddy Burru
2022-04-13octeon_ep: add Tx/Rx ring resource setup and cleanupVeerasenareddy Burru
2022-04-13octeon_ep: Add mailbox for control commandsVeerasenareddy Burru
2022-04-13octeon_ep: add hardware configuration APIsVeerasenareddy Burru
2022-04-13octeon_ep: Add driver framework and device initializationVeerasenareddy Burru
2022-04-13Merge branch 'br-flush-filtering'David S. Miller
2022-04-13net: bridge: fdb: add support for flush filtering based on ifindex and vlanNikolay Aleksandrov
2022-04-13net: bridge: fdb: add support for flush filtering based on ndm flags and stateNikolay Aleksandrov
2022-04-13net: rtnetlink: add ndm flags and state mask attributesNikolay Aleksandrov
2022-04-13net: bridge: fdb: add support for fine-grained flushingNikolay Aleksandrov
2022-04-13net: bridge: fdb: add ndo_fdb_del_bulkNikolay Aleksandrov
2022-04-13net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_delNikolay Aleksandrov
2022-04-13net: add ndo_fdb_del_bulkNikolay Aleksandrov
2022-04-13net: rtnetlink: add bulk delete support flagNikolay Aleksandrov
2022-04-13net: netlink: add NLM_F_BULK delete request modifierNikolay Aleksandrov
2022-04-13net: rtnetlink: use BIT for flag valuesNikolay Aleksandrov
2022-04-13net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov
2022-04-13net: rtnetlink: add msg kind namesNikolay Aleksandrov
2022-04-13Merge branch 'net-ti-storm-prevention-support'David S. Miller
2022-04-13net: ethernet: ti: cpsw_new: enable bc/mc storm prevention supportGrygorii Strashko
2022-04-13net: ethernet: ti: am65-cpsw: enable bc/mc storm prevention supportGrygorii Strashko
2022-04-13drivers: net: cpsw: ale: add broadcast/multicast rate limit supportGrygorii Strashko
2022-04-13net: phylink: remove phylink_helper_basex_speed()Russell King (Oracle)
2022-04-13net: ethernet: mtk_eth_soc: use after free in __mtk_ppe_check_skb()Dan Carpenter
2022-04-13net: ethernet: ti: am65-cpsw-nuss: using pm_runtime_resume_and_get instead of...Minghao Chi
2022-04-13NFC: NULL out the dev->rfkill to prevent UAFLin Ma
2022-04-13ipv6: exthdrs: use swap() instead of open coding itGuo Zhengkui
2022-04-13selftests: net: fib_rule_tests: add support to select a test to runAlaa Mohamed
2022-04-13net: ethernet: mtk_eth_soc: use standard property for cci-control-portLorenzo Bianconi
2022-04-13Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller
2022-04-13Merge branch 'tls-rx-refactor-part-3'David S. Miller
2022-04-13tls: rx: only copy IV from the packet for TLS 1.2Jakub Kicinski
2022-04-13tls: rx: use MAX_IV_SIZE for allocationsJakub Kicinski
2022-04-13tls: rx: use async as an in-out argumentJakub Kicinski
2022-04-13tls: rx: return the already-copied data on crypto errorJakub Kicinski
2022-04-13tls: rx: treat process_rx_list() errors as transientJakub Kicinski
2022-04-13tls: rx: assume crypto always calls our callbackJakub Kicinski
2022-04-13tls: rx: don't handle TLS 1.3 in the async crypto callbackJakub Kicinski
2022-04-13tls: rx: move counting TlsDecryptErrors for syncJakub Kicinski
2022-04-13tls: rx: reuse leave_on_list label for psockJakub Kicinski
2022-04-13tls: rx: consistently use unlocked accessors for rx_listJakub Kicinski
2022-04-12ixp4xx_eth: fix error check return value of platform_get_irq()Lv Ruyi
2022-04-12net: ethernet: ti: cpsw: using pm_runtime_resume_and_get instead of pm_runtim...Minghao Chi