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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
2024-03-06
bpf: Derive source IP addr via bpf_*_fib_lookup()
Martynas Pumputis
2024-03-06
tls: rx: don't store the decryption status in socket context
Jakub Kicinski
2024-03-06
tls: rx: don't store the record type in socket context
Jakub Kicinski
2024-03-06
netfilter: let reset rules clean out conntrack entries
Florian Westphal
2024-03-01
netfilter: nft_flow_offload: reset dst in route object after setting up flow
Pablo Neira Ayuso
2024-03-01
netfilter: flowtable: simplify route logic
Pablo Neira Ayuso
2024-03-01
mptcp: fix lockless access in subflow ULP diag
Paolo Abeni
2024-02-23
af_unix: fix lockdep positive in sk_diag_dump_icons()
Eric Dumazet
2024-02-23
netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEV
Pablo Neira Ayuso
2024-02-23
llc: Drop support for ETH_P_TR_802_2.
Kuniyuki Iwashima
2024-02-23
tcp: make sure init the accept_queue's spinlocks once
Zhengchao Shao
2024-01-25
Bluetooth: Fix bogus check for re-auth no supported with non-ssp
Luiz Augusto von Dentz
2024-01-15
ipv6: remove max_size check inline with ipv4
Jon Maxwell
2024-01-05
Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE
Xiao Yao
2023-12-20
net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIX
Maciej Żenczykowski
2023-12-13
drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group
Ido Schimmel
2023-12-13
net: add missing kdoc for struct genl_multicast_group::flags
Jakub Kicinski
2023-11-28
netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()
Dan Carpenter
2023-11-28
netfilter: nf_tables: add and use BE register load-store helpers
Florian Westphal
2023-11-28
net: inet: Retire port only listening_hash
Martin KaFai Lau
2023-11-28
net: inet: Remove count from inet_listen_hashbucket
Martin KaFai Lau
2023-11-28
net: annotate data-races around sk->sk_dst_pending_confirm
Eric Dumazet
2023-11-28
net: annotate data-races around sk->sk_tx_queue_mapping
Eric Dumazet
2023-11-20
netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...
Jeremy Sowden
2023-11-20
inet: shrink struct flowi_common
Eric Dumazet
2023-11-20
tcp: fix cookie_init_timestamp() overflows
Eric Dumazet
2023-11-08
tcp: cleanup tcp_remove_empty_skb() use
Eric Dumazet
2023-10-25
Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name
Kees Cook
2023-10-25
ipv4/fib: send notify when delete source address routes
Hangbin Liu
2023-10-25
Bluetooth: hci_core: Fix build warnings
Luiz Augusto von Dentz
2023-10-25
tcp: fix excessive TLP and RACK timeouts from HZ rounding
Neal Cardwell
2023-10-25
xfrm: fix a data-race in xfrm_gen_index()
Eric Dumazet
2023-10-19
net: macsec: indicate next pn update when offloading
Radu Pirea (NXP OSS)
2023-10-10
tcp: fix quick-ack counting to count actual ACKs of new data
Neal Cardwell
2023-10-06
netfilter: nf_tables: fix kdoc warnings after gc rework
Florian Westphal
2023-10-06
netfilter: nf_tables: fix memleak when more than 255 elements expired
Florian Westphal
2023-10-06
netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
Pablo Neira Ayuso
2023-10-06
netfilter: nf_tables: defer gc run if previous batch is still pending
Florian Westphal
2023-10-06
netfilter: nf_tables: remove busy mark and gc batch API
Pablo Neira Ayuso
2023-10-06
netfilter: nf_tables: GC transaction API to avoid race with control plane
Pablo Neira Ayuso
2023-09-19
ipv6: fix ip6_sock_set_addr_preferences() typo
Eric Dumazet
2023-09-19
ip_tunnels: use DEV_STATS_INC()
Eric Dumazet
2023-09-19
ipv4: ignore dst hint for multipath routes
Sriram Yagnaraman
2023-09-19
net: fib: avoid warn splat in flow dissector
Florian Westphal
2023-09-19
lwt: Check LWTUNNEL_XMIT_CONTINUE strictly
Yan Zhai
2023-09-19
tcp: tcp_enter_quickack_mode() should be static
Eric Dumazet
2023-08-30
bonding: fix macvlan over alb bond support
Hangbin Liu
2023-08-30
net: remove bond_slave_has_mac_rcu()
Jakub Kicinski
2023-08-30
net: validate veth and vxcan peer ifindexes
Jakub Kicinski
2023-08-30
sock: annotate data-races around prot->memory_pressure
Eric Dumazet
[next]