summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook122-237/+183
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds184-580/+290
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds54-64/+64
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds904-2139/+2139
4 dayskmalloc_obj: Clean up after treewide replacementsKees Cook1-1/+1
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1136-3907/+3635
6 daysMerge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds41-239/+426
6 daysnet/mlx5e: Use unsigned for mlx5e_get_max_num_channelsCosmin Ratiu1-1/+2
6 daysnet/mlx5e: Fix deadlocks between devlink and netdev instance locksCosmin Ratiu4-58/+61
6 daysnet/mlx5e: MACsec, add ASO poll loop in macsec_aso_set_arm_eventGal Pressman1-1/+2
6 daysnet/mlx5: Fix misidentification of write combining CQE during poll loopGal Pressman1-9/+5
6 daysnet/mlx5e: Fix misidentification of ASO CQE during poll loopGal Pressman2-14/+6
6 daysbonding: alb: fix UAF in rlb_arp_recv during bond up/downHangbin Liu1-1/+5
6 daysbnge: fix reserving resources from FWVikas Gupta1-1/+1
6 dayseth: fbnic: Advertise supported XDP features.Dimitri Daskalakis1-0/+2
7 daysocteontx2-af: Fix default entries mcam entry actionHariprasad Kelam1-19/+22
7 daysnet/mlx5e: XSK, Fix unintended ICOSQ changeTariq Toukan4-10/+21
7 dayseth: fbnic: Add validation for MTU changesDimitri Daskalakis1-0/+18
8 daysnet: ethernet: ec_bhf: Fix dma_free_coherent() dma handleThomas Fourier1-1/+1
8 daysmacvlan: observe an RCU grace period in macvlan_common_newlink() error pathEric Dumazet1-0/+5
8 daysnet: dsa: MxL862xx: don't force-enable MAXLINEAR_GPHYArnd Bergmann1-1/+0
8 daysMerge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-8/+0
8 daysprintk: add CONFIG_PRINTK dependency for netconsoleArnd Bergmann1-0/+1
8 daysnet: arcnet: com20020-pci: fix support for 2.5Mbit cardsEthan Nelson-Moore1-1/+15
8 daysxen-netback: reject zero-queue configuration from guestZiyi Guo1-2/+3
8 daysnet: usb: catc: enable basic endpoint checkingZiyi Guo1-6/+31
8 daysovpn: tcp - don't deref NULL sk_socket member after tcp_close()Antonio Quartulli1-1/+13
8 daysMerge tag 'ovpn-net-20260212' of https://github.com/OpenVPN/ovpn-net-nextPaolo Abeni4-41/+63
8 dayseth: fbnic: set DMA_HINT_L4 for all flowsBobby Eshleman2-3/+5
8 dayseth: fbnic: increase FBNIC_HDR_BYTES_MIN from 128 to 256 bytesBobby Eshleman1-1/+1
8 dayseth: fbnic: set FBNIC_QUEUE_RDE_CTL0_EN_HDR_SPLIT on RDE_CTL0Bobby Eshleman1-11/+14
12 daysfbnic: close fw_log race between users and teardownChengfeng Ye2-10/+12
12 daysnet: sparx5/lan969x: fix PTP clock max_adj valueDaniel Machon1-1/+1
13 daysnet: mscc: ocelot: add missing lock protection in ocelot_port_xmit_inj()Ziyi Guo1-2/+10
13 daysnet: mscc: ocelot: split xmit into FDMA and register injection pathsZiyi Guo1-9/+30
13 daysnet: mscc: ocelot: extract ocelot_xmit_timestamp() helperZiyi Guo1-14/+22
13 daysnet: sparx5/lan969x: fix DWRR cost max to match hardware register widthDaniel Machon1-1/+1
13 daysnet: stmmac: fix oops when split header is enabledJie Zhang1-3/+17
13 daysnet: intel: fix PCI device ID conflict between i40e and ipw2200Ethan Nelson-Moore2-2/+14
13 daysbng_en: Remove duplicate includeChen Ni1-1/+0
13 daysmyri10ge: replace comma with semicolonsChen Ni1-6/+6
13 daysnet: phy: phy_port: Correctly recompute the port's linkmodesMaxime Chevallier1-7/+17
13 daysnet: phy: phy_port: Cleanup the of-parsing logic for phy_portMaxime Chevallier1-7/+2
13 daysnet: phy: initialize the port support based on the PHY's for OF portsMaxime Chevallier1-0/+3
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds19-0/+19
13 daysovpn: fix VPN TX bytes countingRalf Lici1-1/+4
13 daysovpn: fix possible use-after-free in ovpn_net_xmitRalf Lici1-21/+31
13 daysovpn: set sk_user_data before overriding callbacksRalf Lici3-20/+29
14 daysMerge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds690-42182/+53974
2026-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni26-69/+192