index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
timerqueue.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-16
Bluetooth: bnep: fix wild-memory-access in proto_unregister
Ye Bin
1
-2
/
+1
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-16
net: dsa: vsc73xx: fix reception from VLAN-unaware bridges
Vladimir Oltean
1
-1
/
+0
2024-10-16
net: ravb: Only advertise Rx/Tx timestamps if hardware supports it
Niklas Söderlund
1
-13
/
+12
2024-10-16
net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()
Jinjie Ruan
1
-0
/
+2
2024-10-16
net: phy: mdio-bcm-unimac: Add BCM6846 support
Linus Walleij
1
-0
/
+1
2024-10-16
dt-bindings: net: brcm,unimac-mdio: Add bcm6846-mdio
Linus Walleij
1
-0
/
+1
2024-10-16
udp: Compute L4 checksum as usual when not segmenting the skb
Jakub Sitnicki
2
-2
/
+6
2024-10-16
genetlink: hold RCU in genlmsg_mcast()
Eric Dumazet
5
-25
/
+20
2024-10-16
net: dsa: mv88e6xxx: Fix the max_vid definition for the MV88E6361
Peter Rashleigh
1
-1
/
+1
2024-10-16
tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().
Kuniyuki Iwashima
1
-5
/
+16
2024-10-16
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
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-15
net/smc: Fix memory leak when using percpu refs
Kai Shen
1
-1
/
+5
2024-10-15
net: lan743x: Remove duplicate check
Jinjie Ruan
1
-21
/
+14
2024-10-15
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-12
selftests: drivers: net: fix name not defined
Alessandro Zanni
1
-0
/
+1
2024-10-12
selftests: net/rds: add module not found
Alessandro Zanni
1
-1
/
+4
2024-10-12
net: enetc: add missing static descriptor and inline keyword
Wei Fang
1
-1
/
+2
2024-10-12
net: enetc: disable NAPI after all rings are disabled
Wei Fang
1
-6
/
+6
2024-10-12
net: enetc: disable Tx BD rings after they are empty
Wei Fang
1
-10
/
+26
2024-10-12
net: enetc: block concurrent XDP transmissions during ring reconfiguration
Wei Fang
2
-0
/
+15
2024-10-12
net: enetc: remove xdp_drops statistic from enetc_xdp_drop()
Wei Fang
1
-1
/
+1
2024-10-12
net: sparx5: fix source port register when mirroring
Daniel Machon
1
-6
/
+6
2024-10-12
ipv4: give an IPv4 dev to blackhole_netdev
Xin Long
1
-10
/
+25
2024-10-10
MAINTAINERS: Add headers and mailing list to UDP section
Simon Horman
1
-0
/
+4
2024-10-10
MAINTAINERS: consistently exclude wireless files from NETWORKING [GENERAL]
Simon Horman
1
-0
/
+11
2024-10-10
slip: make slhc_remember() more robust against malicious packets
Eric Dumazet
1
-23
/
+34
2024-10-10
net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC
D. Wythe
1
-0
/
+11
2024-10-10
ppp: fix ppp_async_encode() illegal access
Eric Dumazet
1
-1
/
+1
2024-10-10
docs: netdev: document guidance on cleanup patches
Simon Horman
1
-0
/
+17
2024-10-10
phonet: Handle error of rtnl_register_module().
Kuniyuki Iwashima
1
-17
/
+11
2024-10-10
mpls: Handle error of rtnl_register_module().
Kuniyuki Iwashima
1
-11
/
+21
2024-10-10
mctp: Handle error of rtnl_register_module().
Kuniyuki Iwashima
5
-36
/
+66
[next]