index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: nf_tables: imbalance in flowtable binding
Pablo Neira Ayuso
2025-01-09
1
-4
/
+11
*
mptcp: fix TCP options overflow.
Paolo Abeni
2024-12-31
1
-0
/
+7
*
net: llc: reset skb->transport_header
Antonio Pastor
2024-12-27
1
-1
/
+1
*
net/sctp: Prevent autoclose integer overflow in sctp_association_init()
Nikolay Kuratov
2024-12-23
1
-1
/
+2
*
netrom: check buffer length before accessing it
Ilya Shchipletsov
2024-12-23
1
-0
/
+6
*
net: Fix netns for ip_tunnel_init_flow()
Xiao Liang
2024-12-23
1
-3
/
+3
*
net: fix memory leak in tcp_conn_request()
Wang Liang
2024-12-23
1
-0
/
+1
*
netdev-genl: avoid empty messages in napi get
Jakub Kicinski
2024-12-20
1
-1
/
+5
*
Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-12-19
12
-41
/
+203
|
\
|
*
net: mctp: handle skb cleanup on sock_queue failures
Jeremy Kerr
2024-12-19
2
-10
/
+112
|
*
Merge tag 'nf-24-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2024-12-19
2
-2
/
+5
|
|
\
|
|
*
netfilter: ipset: Fix for recursive locking warning
Phil Sutter
2024-12-19
1
-0
/
+3
|
|
*
ipvs: Fix clamp() of ip_vs_conn_tab on small memory systems
David Laight
2024-12-18
1
-2
/
+2
|
*
|
psample: adjust size if rate_as_probability is set
Adrian Moreno
2024-12-19
1
-3
/
+6
|
*
|
netdev-genl: avoid empty messages in queue dump
Jakub Kicinski
2024-12-19
1
-2
/
+2
|
*
|
net: dsa: restore dsa_software_vlan_untag() ability to operate on VLAN-untagg...
Vladimir Oltean
2024-12-19
1
-5
/
+11
|
|
/
|
*
rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().
Kuniyuki Iwashima
2024-12-18
1
-2
/
+3
|
*
netdev: fix repeated netlink messages in queue stats
Jakub Kicinski
2024-12-17
1
-2
/
+2
|
*
netdev: fix repeated netlink messages in queue dump
Jakub Kicinski
2024-12-17
1
-7
/
+4
|
*
net/smc: check return value of sock_recvmsg when draining clc data
Guangguan Wang
2024-12-15
1
-0
/
+5
|
*
net/smc: check smcd_v2_ext_offset when receiving proposal msg
Guangguan Wang
2024-12-15
2
-1
/
+9
|
*
net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msg
Guangguan Wang
2024-12-15
3
-3
/
+16
|
*
net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg
Guangguan Wang
2024-12-15
3
-2
/
+14
|
*
net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll
Guangguan Wang
2024-12-15
1
-0
/
+7
|
*
net/smc: protect link down work from execute after lgr freed
Guangguan Wang
2024-12-15
1
-2
/
+7
*
|
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2024-12-14
2
-38
/
+33
|
\
\
|
|
/
|
/
|
|
*
bpf: consider that tail calls invalidate packet pointers
Eduard Zingerman
2024-12-10
1
-0
/
+2
|
*
bpf: refactor bpf_helper_changes_pkt_data to use helper number
Eduard Zingerman
2024-12-10
1
-35
/
+28
|
*
bpf, sockmap: Fix race between element replace and close()
Michal Luczaj
2024-12-10
1
-3
/
+2
|
*
bpf, sockmap: Fix update element with same
Michal Luczaj
2024-12-10
1
-0
/
+1
*
|
Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-12-12
30
-232
/
+343
|
\
\
|
|
/
|
/
|
|
*
Merge tag 'for-net-2024-12-12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
2024-12-12
9
-99
/
+132
|
|
\
|
|
*
Bluetooth: iso: Fix circular lock in iso_conn_big_sync
Iulia Tanasescu
2024-12-12
1
-7
/
+27
|
|
*
Bluetooth: iso: Fix circular lock in iso_listen_bis
Iulia Tanasescu
2024-12-12
1
-2
/
+12
|
|
*
Bluetooth: SCO: Add support for 16 bits transparent voice setting
Frédéric Danis
2024-12-12
1
-14
/
+15
|
|
*
Bluetooth: iso: Fix recursive locking warning
Iulia Tanasescu
2024-12-12
1
-2
/
+6
|
|
*
Bluetooth: iso: Always release hdev at the end of iso_listen_bis
Iulia Tanasescu
2024-12-12
1
-2
/
+1
|
|
*
Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating
Luiz Augusto von Dentz
2024-12-12
1
-22
/
+11
|
|
*
Bluetooth: hci_core: Fix sleeping function called from invalid context
Luiz Augusto von Dentz
2024-12-12
5
-19
/
+27
|
|
*
Bluetooth: Improve setsockopt() handling of malformed user input
Michal Luczaj
2024-12-11
5
-31
/
+33
|
*
|
net: dsa: tag_ocelot_8021q: fix broken reception
Robert Hodaszi
2024-12-12
1
-1
/
+1
|
*
|
Merge tag 'nf-24-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2024-12-12
2
-41
/
+43
|
|
\
\
|
|
*
|
netfilter: nf_tables: do not defer rule destruction via call_rcu
Florian Westphal
2024-12-11
1
-17
/
+15
|
|
*
|
netfilter: IDLETIMER: Fix for possible ABBA deadlock
Phil Sutter
2024-12-11
1
-24
/
+28
|
*
|
|
net/sched: netem: account for backlog updates from child qdisc
Martin Ottens
2024-12-12
1
-6
/
+16
|
*
|
|
Merge tag 'batadv-net-pullrequest-20241210' of git://git.open-mesh.org/linux-...
Jakub Kicinski
2024-12-12
1
-18
/
+40
|
|
\
\
\
|
|
*
|
|
batman-adv: Do not let TT changes list grows indefinitely
Remi Pommarel
2024-12-05
1
-3
/
+11
|
|
*
|
|
batman-adv: Remove uninitialized data in full table TT response
Remi Pommarel
2024-12-05
1
-15
/
+22
|
|
*
|
|
batman-adv: Do not send uninitialized TT changes
Remi Pommarel
2024-12-05
1
-0
/
+7
|
*
|
|
|
splice: do not checksum AF_UNIX sockets
Frederik Deweerdt
2024-12-12
1
-0
/
+1
|
|
|
_
|
/
|
|
/
|
|
[next]