summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-12net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean
2022-05-12net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean
2022-05-12net: dsa: introduce the dsa_cpu_ports() helperVladimir Oltean
2022-05-12net: dsa: felix: bring the NPI port indirection for host flooding to surfaceVladimir Oltean
2022-05-12net: dsa: felix: bring the NPI port indirection for host MDBs to surfaceVladimir Oltean
2022-05-12net: dsa: felix: program host FDB entries towards PGID_CPU for tag_8021q tooVladimir Oltean
2022-05-12net: lan966x: Fix use of pointer after being freedHoratiu Vultur
2022-05-12net: update the register_netdevice() kdocJakub Kicinski
2022-05-12skbuff: replace a BUG_ON() with the new DEBUG_NET_WARN_ON_ONCE()Jakub Kicinski
2022-05-12mlxbf_gige: remove driver-managed interrupt countsDavid Thompson
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-12Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-05-12Merge branch 'for-5.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-12Merge tag 'fixes_for_v5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-12tls: Fix context leak on tls_device_downMaxim Mikityanskiy
2022-05-12net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo
2022-05-12net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang
2022-05-12net: dsa: bcm_sf2: Fix Wake-on-LAN with mac_link_down()Florian Fainelli
2022-05-12mlxsw: Avoid warning during ip6gre device removalAmit Cohen
2022-05-12Merge branch 'nfp-vf-rate-limit-support'Paolo Abeni
2022-05-12nfp: VF rate limit supportBin Chen
2022-05-12rtnetlink: verify rate parameters for calls to ndo_set_vf_rateBin Chen
2022-05-12net: ethernet: SP7021: Fix spelling mistake "Interrput" -> "Interrupt"Colin Ian King
2022-05-12net: enetc: kill PHY-less mode for PFsVladimir Oltean
2022-05-12fortify: Provide a memcpy trap door for sharp cornersKees Cook
2022-05-12net: bcmgenet: Check for Wake-on-LAN interrupt probe deferralFlorian Fainelli
2022-05-12net: ethernet: mediatek: ppe: fix wrong size passed to memset()Yang Yingliang
2022-05-11Merge tag 'for-net-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2022-05-11Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2022-05-11Bluetooth: Fix the creation of hdev->nameItay Iellin
2022-05-11Merge branch 'count-tc-taprio-window-drops-in-enetc-driver'Jakub Kicinski
2022-05-11net: enetc: count the tc-taprio window dropsPo Liu
2022-05-11net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabledVladimir Oltean
2022-05-11Merge branch 'macb-napi-improvements'Jakub Kicinski
2022-05-11net: macb: use NAPI for TX completion pathRobert Hancock
2022-05-11net: macb: simplify/cleanup NAPI reschedule checkingRobert Hancock
2022-05-11net: dsa: ocelot: accept 1000base-X for VSC9959 and VSC9953Vladimir Oltean
2022-05-11i40e: i40e_main: fix a missing check on list iteratorXiaomeng Tong
2022-05-11selftests: forwarding: tc_actions: allow mirred egress test to run on non-off...Vladimir Oltean
2022-05-11Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2022-05-11net/sched: act_pedit: really ensure the skb is writablePaolo Abeni
2022-05-11eth: amd: remove NI6510 support (ni65)Jakub Kicinski
2022-05-11net: appletalk: remove Apple/Farallon LocalTalk PC supportJakub Kicinski
2022-05-11Merge branch 'debug-net'David S. Miller
2022-05-11net: add more debug info in skb_checksum_help()Eric Dumazet
2022-05-11net: remove two BUG() from skb_checksum_help()Eric Dumazet
2022-05-11net: warn if transport header was not setEric Dumazet
2022-05-11net: add CONFIG_DEBUG_NETEric Dumazet
2022-05-11net: add include/net/net_debug.hEric Dumazet
2022-05-11Merge branch 's390-net-fixes'David S. Miller