summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-01-19Merge branch 'ipv4-avoid-pathological-hash-tables'Jakub Kicinski-33/+32
2022-01-19ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keysEric Dumazet-14/+15
2022-01-19ipv4: avoid quadratic behavior in netns dismantleEric Dumazet-19/+17
2022-01-19Merge branch 'net-fsl-xgmac_mdio-add-workaround-for-erratum-a-009885'Jakub Kicinski-7/+32
2022-01-19net/fsl: xgmac_mdio: Fix incorrect iounmap when removing moduleTobias Waldekranz-1/+2
2022-01-19powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO busesTobias Waldekranz-0/+2
2022-01-19dt-bindings: net: Document fsl,erratum-a009885Tobias Waldekranz-0/+9
2022-01-19net/fsl: xgmac_mdio: Add workaround for erratum A-009885Tobias Waldekranz-6/+19
2022-01-19net: mscc: ocelot: fix using match before it is setTom Rix-7/+8
2022-01-19net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devicesClaudiu Beznea-18/+18
2022-01-19net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into accountArd Biesheuvel-7/+7
2022-01-19nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind()Krzysztof Kozlowski-0/+5
2022-01-19Merge branch 'axienet-fixes'David S. Miller-51/+84
2022-01-19net: axienet: increase default TX ring size to 128Robert Hancock-1/+1
2022-01-19net: axienet: fix for TX busy handlingRobert Hancock-39/+47
2022-01-19net: axienet: fix number of TX ring slots for available checkRobert Hancock-2/+2
2022-01-19net: axienet: Fix TX ring slot available checkRobert Hancock-2/+2
2022-01-19net: axienet: limit minimum TX ring sizeRobert Hancock-1/+3
2022-01-19net: axienet: add missing memory barriersRobert Hancock-1/+10
2022-01-19net: axienet: reset core on initialization prior to MDIO accessRobert Hancock-0/+5
2022-01-19net: axienet: Wait for PhyRstCmplt after core resetRobert Hancock-0/+10
2022-01-19net: axienet: increase reset timeoutRobert Hancock-10/+9
2022-01-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-64/+262
2022-01-19bpf, selftests: Add ringbuf memory type confusion testDaniel Borkmann-2/+79
2022-01-19bpf, selftests: Add various ringbuf tests with invalid offsetDaniel Borkmann-0/+64
2022-01-19bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann-3/+12
2022-01-19bpf: Fix out of bounds access for ringbuf helpersDaniel Borkmann-0/+6
2022-01-19bpf: Generally fix helper register offset checkDaniel Borkmann-11/+28
2022-01-19bpf: Mark PTR_TO_FUNC register initially with zero offsetDaniel Borkmann-3/+6
2022-01-19bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann-13/+14
2022-01-18netns: add schedule point in ops_exit_list()Eric Dumazet-1/+3
2022-01-17net: sfp: fix high power modules without diagnostic monitoringRussell King (Oracle)-4/+21
2022-01-17Merge branch 'skb-leak-fixes'David S. Miller-0/+4
2022-01-17net: Flush deferred skb free on socket destroyGal Pressman-0/+3
2022-01-17net/tls: Fix another skb memory leak when running kTLS trafficGal Pressman-0/+1
2022-01-17net: ocelot: Fix the call to switchdev_bridge_port_offloadHoratiu Vultur-3/+3
2022-01-16bonding: Fix extraction of ports from the packet headersMoshe Tal-2/+2
2022-01-16net/smc: Fix hung_task when removing SMC-R devicesWen Gu-16/+1
2022-01-16ipv4: update fib_info_cnt under spinlock protectionEric Dumazet-3/+8
2022-01-15net/smc: Remove unused function declarationWen Gu-4/+0
2022-01-15net: wwan: Fix MRU mismatch issue which may lead to data connection lostSlark Xiao-2/+2
2022-01-15net: phy: marvell: add Marvell specific PHY loopbackMohammad Athari Bin Ismail-1/+55
2022-01-15net: ethernet: sun4i-emac: Fix an error handling path in emac_probe()Christophe JAILLET-0/+1
2022-01-15net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config()Tom Rix-1/+1
2022-01-15net: mscc: ocelot: don't dereference NULL pointers with shared tc filtersVladimir Oltean-1/+28
2022-01-14af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet-5/+15
2022-01-14net: stmmac: Fix "Unbalanced pm_runtime_enable!" warningKai-Heng Feng-1/+2
2022-01-14lib82596: Fix IRQ check in sni_82596_probeMiaoqian Lin-1/+2
2022-01-14net: apple: bmac: Fix build since dev_addr constificationMichael Ellerman-1/+4
2022-01-14net: apple: mace: Fix build since dev_addr constificationMichael Ellerman-5/+11