index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-16
Bluetooth: btusb: Fix not being able to reconnect after suspend
Luiz Augusto von Dentz
1
-14
/
+0
2024-10-16
Bluetooth: Remove debugfs directory on module init failure
Aaron Thompson
1
-0
/
+1
2024-10-16
Bluetooth: Call iso_exit() on module unload
Aaron Thompson
1
-0
/
+2
2024-10-16
Bluetooth: ISO: Fix multiple init when debugfs is disabled
Aaron Thompson
1
-5
/
+1
2024-10-15
net: dsa: vsc73xx: fix reception from VLAN-unaware bridges
Vladimir Oltean
1
-1
/
+0
2024-10-15
net: ravb: Only advertise Rx/Tx timestamps if hardware supports it
Niklas Söderlund
1
-13
/
+12
2024-10-15
net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()
Jinjie Ruan
1
-0
/
+2
2024-10-15
Merge branch 'net-phy-mdio-bcm-unimac-add-bcm6846-variant'
Jakub Kicinski
2
-0
/
+2
2024-10-15
net: phy: mdio-bcm-unimac: Add BCM6846 support
Linus Walleij
1
-0
/
+1
2024-10-15
dt-bindings: net: brcm,unimac-mdio: Add bcm6846-mdio
Linus Walleij
1
-0
/
+1
2024-10-15
udp: Compute L4 checksum as usual when not segmenting the skb
Jakub Sitnicki
2
-2
/
+6
2024-10-15
genetlink: hold RCU in genlmsg_mcast()
Eric Dumazet
5
-25
/
+20
2024-10-15
net: dsa: mv88e6xxx: Fix the max_vid definition for the MV88E6361
Peter Rashleigh
1
-1
/
+1
2024-10-15
tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().
Kuniyuki Iwashima
1
-5
/
+16
2024-10-15
net: bcmasp: fix potential memory leak in bcmasp_xmit()
Wang Hai
1
-0
/
+1
2024-10-15
net: systemport: fix potential memory leak in bcm_sysport_xmit()
Wang Hai
1
-0
/
+1
2024-10-15
net: ethernet: rtsn: fix potential memory leak in rtsn_start_xmit()
Wang Hai
1
-0
/
+1
2024-10-15
net: xilinx: axienet: fix potential memory leak in axienet_start_xmit()
Wang Hai
1
-0
/
+2
2024-10-15
Merge branch 'mptcp-prevent-mpc-handshake-on-port-based-signal-endpoints'
Jakub Kicinski
6
-30
/
+100
2024-10-15
selftests: mptcp: join: test for prohibited MPC to port-based endp
Paolo Abeni
1
-30
/
+85
2024-10-15
mptcp: prevent MPC handshake on port-based signal endpoints
Paolo Abeni
5
-0
/
+15
2024-10-15
net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetid
Li RongQing
1
-1
/
+1
2024-10-15
net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-l...
Oleksij Rempel
1
-3
/
+11
2024-10-15
net: ethernet: aeroflex: fix potential memory leak in greth_start_xmit_gbit()
Wang Hai
1
-1
/
+2
2024-10-15
netdevsim: use cond_resched() in nsim_dev_trap_report_work()
Eric Dumazet
1
-6
/
+9
2024-10-15
macsec: don't increment counters for an unrelated SA
Sabrina Dubroca
1
-18
/
+0
2024-10-15
octeontx2-af: Fix potential integer overflows on integer shifts
Colin Ian King
1
-2
/
+2
2024-10-15
net: stmmac: dwmac-tegra: Fix link bring-up sequence
Paritosh Dixit
1
-2
/
+12
2024-10-15
net: usb: usbnet: fix race in probe failure
Oliver Neukum
1
-0
/
+1
2024-10-14
net/smc: Fix memory leak when using percpu refs
Kai Shen
1
-1
/
+5
2024-10-14
Merge branch 'posix-clock-fix-missing-timespec64-check-for-ptp-clock'
Jakub Kicinski
2
-21
/
+17
2024-10-14
net: lan743x: Remove duplicate check
Jinjie Ruan
1
-21
/
+14
2024-10-14
posix-clock: Fix missing timespec64 check in pc_clock_settime()
Jinjie Ruan
1
-0
/
+3
2024-10-14
MAINTAINERS: add Andrew Lunn as a co-maintainer of all networking drivers
Jakub Kicinski
1
-0
/
+1
2024-10-11
selftests: drivers: net: fix name not defined
Alessandro Zanni
1
-0
/
+1
2024-10-11
selftests: net/rds: add module not found
Alessandro Zanni
1
-1
/
+4
2024-10-11
net: enetc: add missing static descriptor and inline keyword
Wei Fang
1
-1
/
+2
2024-10-11
Merge branch 'net-enetc-fix-some-issues-of-xdp'
Jakub Kicinski
2
-13
/
+44
2024-10-11
net: enetc: disable NAPI after all rings are disabled
Wei Fang
1
-6
/
+6
2024-10-11
net: enetc: disable Tx BD rings after they are empty
Wei Fang
1
-10
/
+26
2024-10-11
net: enetc: block concurrent XDP transmissions during ring reconfiguration
Wei Fang
2
-0
/
+15
2024-10-11
net: enetc: remove xdp_drops statistic from enetc_xdp_drop()
Wei Fang
1
-1
/
+1
2024-10-11
net: sparx5: fix source port register when mirroring
Daniel Machon
1
-6
/
+6
2024-10-11
ipv4: give an IPv4 dev to blackhole_netdev
Xin Long
1
-10
/
+25
2024-10-10
Merge tag 'net-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
115
-488
/
+1339
2024-10-10
Merge tag 'trace-ringbuffer-v6.12-rc2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+6
2024-10-10
Merge tag 'for-6.12-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-24
/
+76
2024-10-10
Merge tag 'nfsd-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
3
-4
/
+7
2024-10-10
Merge tag 'xfs-6.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
15
-261
/
+207
2024-10-10
Merge branch 'maintainers-networking-file-coverage-updates'
Jakub Kicinski
1
-0
/
+15
[next]