index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: xt_socket: fix a typo in socket_mt_destroy()
Eric Dumazet
2022-02-09
1
-1
/
+1
*
ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path
Eric Dumazet
2022-02-08
2
-0
/
+4
*
net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth()
Eric Dumazet
2022-02-07
1
-1
/
+1
*
net/smc: fix ref_tracker issue in smc_pnet_add()
Eric Dumazet
2022-02-06
1
-3
/
+5
*
tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) case
Eric Dumazet
2022-02-04
1
-14
/
+19
*
netfilter: ctnetlink: disable helper autoassign
Florian Westphal
2022-02-04
1
-1
/
+2
*
netfilter: conntrack: re-init state for retransmitted syn-ack
Florian Westphal
2022-02-04
1
-0
/
+12
*
netfilter: conntrack: move synack init code to helper
Florian Westphal
2022-02-04
1
-18
/
+29
*
netfilter: nft_payload: don't allow th access for fragments
Florian Westphal
2022-02-04
2
-5
/
+6
*
netfilter: conntrack: don't refresh sctp entries in closed state
Florian Westphal
2022-02-04
1
-0
/
+9
*
Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-02-03
21
-69
/
+247
|
\
|
*
ax25: fix reference count leaks of ax25_dev
Duoming Zhou
2022-02-03
3
-16
/
+36
|
*
net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...
Daniel Borkmann
2022-02-02
1
-6
/
+12
|
*
tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()
Eric Dumazet
2022-02-02
1
-0
/
+2
|
*
Partially revert "net/smc: Add netlink net namespace support"
Dmitry V. Levin
2022-02-02
1
-2
/
+0
|
*
tcp: fix mem under-charging with zerocopy sendmsg()
Eric Dumazet
2022-02-01
1
-2
/
+5
|
*
af_packet: fix data-race in packet_setsockopt / packet_setsockopt
Eric Dumazet
2022-02-01
1
-2
/
+6
|
*
rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()
Eric Dumazet
2022-02-01
1
-2
/
+4
|
*
net: sched: fix use-after-free in tc_new_tfilter()
Eric Dumazet
2022-02-01
1
-4
/
+7
|
*
net/smc: Forward wakeup to smc socket waitqueue after fallback
Wen Gu
2022-01-31
2
-16
/
+137
|
*
Merge tag 'ieee802154-for-net-2022-01-28' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2022-01-28
1
-4
/
+4
|
|
\
|
|
*
net: ieee802154: Return meaningful error codes from the netlink helpers
Miquel Raynal
2022-01-27
1
-4
/
+4
|
*
|
ax25: add refcount in ax25_dev to avoid UAF bugs
Duoming Zhou
2022-01-28
3
-2
/
+15
|
*
|
ax25: improve the incomplete fix to avoid UAF and NPD bugs
Duoming Zhou
2022-01-28
1
-3
/
+6
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2022-01-27
8
-17
/
+20
|
|
\
\
|
|
*
|
netfilter: nf_tables: remove assignment with no effect in chain blob builder
Pablo Neira Ayuso
2022-01-27
1
-1
/
+0
|
|
*
|
netfilter: nft_byteorder: track register operations
Pablo Neira Ayuso
2022-01-27
1
-0
/
+12
|
|
*
|
netfilter: nft_reject_bridge: Fix for missing reply from prerouting
Phil Sutter
2022-01-27
1
-4
/
+4
|
|
*
|
netfilter: nft_ct: fix use after free when attaching zone template
Florian Westphal
2022-01-27
1
-1
/
+4
|
|
*
|
netfilter: Remove flowtable relics
Geert Uytterhoeven
2022-01-27
4
-11
/
+0
|
|
|
/
*
|
|
Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-01-28
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fsnotify: fix fsnotify hooks in pseudo filesystems
Amir Goldstein
2022-01-24
1
-2
/
+2
*
|
|
Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-01-27
23
-80
/
+234
|
\
\
\
|
*
|
|
net: bridge: vlan: fix memory leak in __allowed_ingress
Tim Yi
2022-01-27
1
-3
/
+3
|
*
|
|
net: socket: rename SKB_DROP_REASON_SOCKET_FILTER
Menglong Dong
2022-01-27
1
-1
/
+1
|
*
|
|
ipv4: tcp: send zero IPID in SYNACK messages
Eric Dumazet
2022-01-27
1
-2
/
+9
|
*
|
|
ipv4: raw: lock the socket in raw_bind()
Eric Dumazet
2022-01-27
1
-1
/
+4
|
*
|
|
net: bridge: vlan: fix single net device option dumping
Nikolay Aleksandrov
2022-01-27
1
-1
/
+2
|
*
|
|
Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"
Guillaume Nault
2022-01-27
1
-7
/
+20
|
*
|
|
sch_htb: Fail on unsupported parameters when offload is requested
Maxim Mikityanskiy
2022-01-25
1
-0
/
+20
|
|
|
/
|
|
/
|
|
*
|
ping: fix the sk_bound_dev_if match in ping_lookup
Xin Long
2022-01-24
1
-1
/
+2
|
*
|
net/smc: Transitional solution for clcsock race issue
Wen Gu
2022-01-24
1
-12
/
+51
|
*
|
ipv4: fix ip option filtering for locally generated fragments
Jakub Kicinski
2022-01-24
1
-3
/
+12
|
*
|
net-procfs: show net devices bound packet types
Jianguo Wu
2022-01-24
1
-3
/
+32
|
*
|
mptcp: Use struct_group() to avoid cross-field memset()
Kees Cook
2022-01-21
1
-3
/
+3
|
*
|
rxrpc: Adjust retransmission backoff
David Howells
2022-01-22
2
-6
/
+4
|
*
|
mptcp: fix removing ids bitmap setting
Geliang Tang
2022-01-20
1
-1
/
+1
|
*
|
mptcp: fix msk traversal in mptcp_nl_cmd_set_flags()
Paolo Abeni
2022-01-20
1
-10
/
+27
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2022-01-20
4
-9
/
+19
|
|
\
\
|
|
*
|
netfilter: conntrack: don't increment invalid counter on NF_REPEAT
Florian Westphal
2022-01-16
1
-3
/
+5
[next]