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
*
mptcp: adjust to use netns refcount tracker
Eric Dumazet
2021-12-14
1
-1
/
+1
*
ipv6: use GFP_ATOMIC in rt6_probe()
Eric Dumazet
2021-12-14
1
-1
/
+1
*
Revert "pktgen: use min() to make code cleaner"
David S. Miller
2021-12-14
1
-2
/
+3
*
pktgen: use min() to make code cleaner
Changcheng Deng
2021-12-14
1
-3
/
+2
*
net: dsa: make tagging protocols connect to individual switches from a tree
Vladimir Oltean
2021-12-14
5
-110
/
+107
*
net: dsa: tag_sja1105: fix zeroization of ds->priv on tag proto disconnect
Vladimir Oltean
2021-12-14
1
-1
/
+1
*
ethtool: fix null-ptr-deref on ref tracker
Jakub Kicinski
2021-12-14
1
-2
/
+4
*
net: dev: Change the order of the arguments for the contended condition.
Sebastian Andrzej Siewior
2021-12-14
1
-1
/
+1
*
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
2021-12-14
1
-1
/
+1
*
net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT.
Sebastian Andrzej Siewior
2021-12-13
1
-1
/
+5
*
net: Enable max_dgram_qlen unix sysctl to be configurable by non-init user na...
Joanne Koong
2021-12-13
1
-4
/
+0
*
tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not set
Xin Long
2021-12-13
1
-1
/
+2
*
net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sect...
Vladimir Oltean
2021-12-12
1
-30
/
+79
*
Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...
Vladimir Oltean
2021-12-12
1
-43
/
+7
*
net: dsa: tag_sja1105: convert to tagger-owned data
Vladimir Oltean
2021-12-12
1
-17
/
+73
*
net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_data
Vladimir Oltean
2021-12-12
1
-23
/
+25
*
net: dsa: sja1105: bring deferred xmit implementation in line with ocelot-8021q
Vladimir Oltean
2021-12-12
1
-4
/
+17
*
net: dsa: tag_ocelot: convert to tagger-owned data
Vladimir Oltean
2021-12-12
1
-3
/
+70
*
net: dsa: introduce tagger-owned storage for private and shared data
Vladimir Oltean
2021-12-12
3
-4
/
+84
*
net: Enable neighbor sysctls that is save for userns root
xu xin
2021-12-12
1
-4
/
+0
*
sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.
Kuniyuki Iwashima
2021-12-10
2
-3
/
+3
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-12-10
2
-9
/
+8
|
\
|
*
bpf: Rename btf_member accessors.
Alexei Starovoitov
2021-12-02
1
-3
/
+3
|
*
bpf, docs: Prune all references to "internal BPF"
Christoph Hellwig
2021-11-30
1
-6
/
+5
*
|
xfrm: add net device refcount tracker to struct xfrm_state_offload
Eric Dumazet
2021-12-10
1
-1
/
+2
*
|
l2tp: add netns refcount tracker to l2tp_dfs_seq_data
Eric Dumazet
2021-12-10
1
-4
/
+5
*
|
net: add netns refcount tracker to struct sock
Eric Dumazet
2021-12-10
1
-3
/
+3
*
|
net: add networking namespace refcount tracker
Eric Dumazet
2021-12-10
2
-0
/
+12
*
|
net: x25: drop harmless check of !more
Jean Sacren
2021-12-09
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-09
17
-36
/
+62
|
\
\
|
*
|
net/sched: fq_pie: prevent dismantle issue
Eric Dumazet
2021-12-09
1
-0
/
+1
|
*
|
seg6: fix the iif in the IPv6 socket control block
Andrea Mayer
2021-12-09
1
-0
/
+8
|
*
|
nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
Krzysztof Kozlowski
2021-12-09
1
-2
/
+4
|
*
|
nfc: fix segfault in nfc_genl_dump_devices_done
Tadeusz Struk
2021-12-09
1
-2
/
+4
|
*
|
udp: using datalen to cap max gso segments
Jianguo Wu
2021-12-09
1
-1
/
+1
|
*
|
net, neigh: clear whole pneigh_entry at alloc time
Eric Dumazet
2021-12-08
1
-2
/
+1
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2021-12-08
6
-12
/
+15
|
|
\
\
|
|
*
|
netfilter: conntrack: annotate data-races around ct->timeout
Eric Dumazet
2021-12-08
3
-6
/
+6
|
|
*
|
netfilter: nft_exthdr: break evaluation if setting TCP option fails
Pablo Neira Ayuso
2021-12-08
1
-4
/
+7
|
|
*
|
nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groups
Stefano Brivio
2021-12-08
1
-1
/
+1
|
|
*
|
netfilter: nfnetlink_queue: silence bogus compiler warning
Florian Westphal
2021-11-30
1
-1
/
+1
|
*
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2021-12-08
2
-5
/
+15
|
|
\
\
\
|
|
*
|
|
bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap
John Fastabend
2021-11-20
2
-1
/
+9
|
|
*
|
|
bpf, sockmap: Attach map progs to psock early for feature probes
John Fastabend
2021-11-20
1
-4
/
+6
|
*
|
|
|
devlink: fix netns refcount leak in devlink_nl_cmd_reload()
Eric Dumazet
2021-12-06
1
-8
/
+8
|
*
|
|
|
ethtool: do not perform operations on net devices being unregistered
Antoine Tenart
2021-12-06
1
-1
/
+2
|
*
|
|
|
tcp: fix another uninit-value (sk_rx_queue_mapping)
Eric Dumazet
2021-12-03
1
-2
/
+2
|
*
|
|
|
inet: use #ifdef CONFIG_SOCK_RX_QUEUE_MAPPING consistently
Eric Dumazet
2021-12-03
1
-1
/
+1
*
|
|
|
|
xfrm: use net device refcount tracker helpers
Eric Dumazet
2021-12-09
2
-3
/
+3
*
|
|
|
|
net: dsa: mark DSA phylink as legacy_pre_march2020
Russell King (Oracle)
2021-12-09
1
-0
/
+7
[next]