summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-16ipv6: fib6_new_sernum() optimizationEric Dumazet1-4/+3
2022-11-16net: mm_account_pinned_pages() optimizationEric Dumazet1-3/+2
2022-11-16net: linkwatch: only report IF_OPER_LOWERLAYERDOWN if iflink is actually downVladimir Oltean1-3/+17
2022-11-16Merge branch 'udp-pernetns-hash'David S. Miller10-58/+261
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima5-6/+166
2022-11-16udp: Access &udp_table via net.Kuniyuki Iwashima6-27/+35
2022-11-16udp: Set NULL to udp_seq_afinfo.udp_table.Kuniyuki Iwashima2-9/+25
2022-11-16udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima3-5/+13
2022-11-16udp: Clean up some functions.Kuniyuki Iwashima2-20/+31
2022-11-16net: thunderbolt: Fix error handling in tbnet_init()Yuan Can1-5/+14
2022-11-16Merge branch 'microchip-fixes'David S. Miller3-0/+9
2022-11-16net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() an...Shang XiaoJing2-0/+6
2022-11-16net: lan966x: Fix potential null-ptr-deref in lan966x_stats_init()Shang XiaoJing1-0/+3
2022-11-16Merge branch 'sfc-TC-offload-counters'David S. Miller13-9/+998
2022-11-16sfc: implement counters readout to TC statsEdward Cree3-0/+52
2022-11-16sfc: validate MAE action orderEdward Cree1-0/+50
2022-11-16sfc: attach an MAE counter to TC actions that need itEdward Cree3-2/+32
2022-11-16sfc: accumulate MAE counter values from update packetsEdward Cree2-1/+57
2022-11-16sfc: add functions to allocate/free MAE countersEdward Cree4-0/+170
2022-11-16sfc: add hashtables for MAE counters and counter ID mappingsEdward Cree4-0/+90
2022-11-16sfc: add extra RX channel to receive MAE counter updates on ef100Edward Cree7-10/+373
2022-11-16sfc: add ef100 MAE counter support functionsEdward Cree5-0/+139
2022-11-16sfc: add ability for extra channels to receive raw RX buffersEdward Cree2-0/+9
2022-11-16sfc: add start and stop methods to channelsEdward Cree2-1/+12
2022-11-16sfc: add ability for an RXQ to grant credits on refillEdward Cree3-3/+22
2022-11-16sfc: fix ef100 RX prefix macroEdward Cree1-1/+1
2022-11-16platform/x86: ideapad-laptop: Add module parameters to match DMI quirk tablesHans de Goede1-3/+19
2022-11-16platform/x86: ideapad-laptop: Fix interrupt storm on fn-lock toggle on some Y...Arnav Rawat1-0/+17
2022-11-16platform/x86: hp-wmi: Ignore Smart Experience App eventKai-Heng Feng1-0/+3
2022-11-16platform/surface: aggregator_registry: Add support for Surface Laptop 5Maximilian Luz1-0/+16
2022-11-15net: dsa: don't leak tagger-owned storage on switch driver unbindVladimir Oltean1-0/+10
2022-11-15Merge branch 'remove-phylink_validate-from-felix-dsa-driver'Jakub Kicinski8-89/+54
2022-11-15net: dsa: remove phylink_validate() methodVladimir Oltean2-13/+8
2022-11-15net: mscc: ocelot: drop workaround for forcing RX flow controlVladimir Oltean1-4/+2
2022-11-15net: dsa: felix: use phylink_generic_validate()Vladimir Oltean4-72/+4
2022-11-15net: phy: aquantia: add AQR112 and AQR412 PHY IDsVladimir Oltean1-0/+40
2022-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski48-105/+168
2022-11-15Documentation: nfp: update documentationWalter Heymans1-20/+145
2022-11-15Merge branch 'mtk_eth_soc-rx-vlan-offload-improvement-dsa-hardware-untag-supp...Jakub Kicinski4-15/+109
2022-11-15net/x25: Fix skb leak in x25_lapb_receive_frame()Wei Yongjun1-1/+1
2022-11-15net: ag71xx: call phylink_disconnect_phy if ag71xx_hw_enable() fail in ag71xx...Liu Jian1-1/+2
2022-11-15net: ethernet: mtk_eth_soc: enable hardware DSA untaggingFelix Fietkau2-7/+67
2022-11-15net: ethernet: mtk_eth_soc: add support for configuring vlan rx offloadFelix Fietkau1-5/+20
2022-11-15net: ethernet: mtk_eth_soc: pass correct VLAN protocol ID to the network stackFelix Fietkau1-1/+1
2022-11-15net: dsa: add support for DSA rx offloading via metadata dstFelix Fietkau2-2/+21
2022-11-15AMerge tag 'netfs-fixes-20221115' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+16
2022-11-15Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-37/+54
2022-11-15x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov7-18/+21
2022-11-15netfs: Fix dodgy mathsDavid Howells1-8/+9
2022-11-15netfs: Fix missing xas_retry() calls in xarray iterationDavid Howells2-2/+10