summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-14idpf: add module register and probe functionalityPhani Burra5-0/+193
2023-09-14virtchnl: add virtchnl version 2 opsPavan Kumar Linga2-0/+1724
2023-09-13Merge branch 'selftests-classid'David S. Miller4-16/+120
2023-09-13net/sched: cls_route: make netlink errors meaningfulPedro Tammela1-16/+21
2023-09-13selftests/tc-testing: cls_u32: add tests for classidPedro Tammela1-0/+25
2023-09-13selftests/tc-testing: cls_route: add tests for classidPedro Tammela1-0/+25
2023-09-13selftests/tc-testing: cls_fw: add tests for classidPedro Tammela1-0/+49
2023-09-13MAINTAINERS: update tg3 maintainer listAndy Gospodarek1-2/+1
2023-09-13net: hinic: Use devm_kasprintf()Christophe JAILLET1-5/+3
2023-09-13Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller30-215/+300
2023-09-12Merge branch 'tcp-backlog-processing-optims'Paolo Abeni9-25/+45
2023-09-12tcp: defer regular ACK while processing socket backlogEric Dumazet7-7/+38
2023-09-12net: call prot->release_cb() when processing backlogEric Dumazet1-0/+3
2023-09-12net: sock_release_ownership() cleanupEric Dumazet1-5/+4
2023-09-12tcp: no longer release socket ownership in tcp_release_cb()Eric Dumazet2-13/+0
2023-09-12wwan: core: Use the bitmap API to allocate bitmapsAndy Shevchenko1-2/+3
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao7-17/+17
2023-09-12Merge branch 'add-support-for-icssg-on-am64x-evm'Paolo Abeni2-0/+6
2023-09-12net: ti: icssg-prueth: Add AM64x icssg supportMD Danish Anwar1-0/+5
2023-09-12dt-bindings: net: Add compatible for AM64x in ICSSGMD Danish Anwar1-0/+1
2023-09-11iavf: Fix promiscuous mode configuration flow messagesBrett Creeley3-60/+74
2023-09-11i40e: fix potential memory leaks in i40e_remove()Andrii Staikov1-3/+7
2023-09-11net: ethernet: mtk_eth_soc: fix pse_port configuration for MT7988Lorenzo Bianconi1-2/+4
2023-09-11net: ethernet: mtk_eth_soc: fix uninitialized variableDaniel Golle1-2/+3
2023-09-11kcm: Fix memory leak in error path of kcm_sendmsg()Shigeru Yoshida1-0/+2
2023-09-11r8152: check budget for r8152_poll()Hayes Wang1-0/+3
2023-09-11Merge branch 'sha1105-regressions'David S. Miller3-67/+97
2023-09-11net: dsa: sja1105: block FDB accesses that are concurrent with a switch resetVladimir Oltean1-0/+2
2023-09-11net: dsa: sja1105: serialize sja1105_port_mcast_flood() with other FDB accessesVladimir Oltean2-13/+45
2023-09-11net: dsa: sja1105: fix multicast forwarding working only for last added mdb e...Vladimir Oltean1-43/+37
2023-09-11net: dsa: sja1105: propagate exact error code from sja1105_dynamic_config_pol...Vladimir Oltean1-7/+8
2023-09-11net: dsa: sja1105: hide all multicast addresses from "bridge fdb show"Vladimir Oltean1-5/+6
2023-09-11net:ethernet:adi:adin1110: Fix forwarding offloadCiprian Regus1-1/+1
2023-09-11hsr: Fix uninit-value access in fill_frame_info()Ziyang Xuan1-0/+1
2023-09-11Merge branch 'rule_buf-OOB'David S. Miller5-5/+18
2023-09-11net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlr...Hangyu Hua1-0/+3
2023-09-11net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc()Hangyu Hua1-0/+5
2023-09-11net: ethernet: bcmasp: fix possible OOB write in bcmasp_netfilt_get_all_active()Hangyu Hua3-5/+10
2023-09-11net: stmmac: fix handling of zero coalescing tx-usecsVincent Whitchurch1-4/+6
2023-09-10Merge branch 'smc-r-fixes'David S. Miller2-1/+4
2023-09-10net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang1-0/+2
2023-09-10net/smc: bugfix for smcr v2 server connect success statisticGuangguan Wang1-1/+2
2023-09-10octeontx2-pf: Fix page pool cache index corruption.Ratheesh Kannoth7-51/+44
2023-09-10net: microchip: vcap api: Fix possible memory leak for vcap_dup_rule()Jinjie Ruan1-2/+16
2023-09-10net: bcmasp: add missing of_node_putJulia Lawall1-0/+1
2023-09-10selftests/net: Improve bind_bhash.sh to accommodate predictable network inter...Juntong Deng1-12/+14
2023-09-08net: ipv4: fix one memleak in __inet_del_ifa()Liu Jian1-5/+5
2023-09-08Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds118-410/+1405
2023-09-08Merge tag 'devicetree-fixes-for-6.6-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-132/+202
2023-09-08Merge tag 'pwm/for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds40-290/+281