index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-02
nfc: Add KCOV annotations
Dmitry Vyukov
3
-2
/
+13
2022-11-02
tcp: refine tcp_prune_ofo_queue() logic
Eric Dumazet
1
-20
/
+31
2022-11-02
net: core: inet[46]_pton strlen len types
Dr. David Alan Gilbert
1
-2
/
+2
2022-11-01
net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAR
Eric Dumazet
1
-1
/
+1
2022-11-01
net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUT
Eric Dumazet
2
-6
/
+14
2022-11-01
net: dropreason: add SKB_DROP_REASON_DUP_FRAG
Eric Dumazet
3
-9
/
+19
2022-11-01
net: dropreason: propagate drop_reason to skb_release_data()
Eric Dumazet
1
-12
/
+12
2022-11-01
net: dropreason: add SKB_CONSUMED reason
Eric Dumazet
1
-1
/
+5
2022-11-01
rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_link
Hangbin Liu
5
-7
/
+8
2022-11-01
rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_create
Hangbin Liu
1
-2
/
+4
2022-11-01
net: add new helper unregister_netdevice_many_notify
Hangbin Liu
2
-10
/
+20
2022-11-01
rtnetlink: pass netlink message header and portid to rtnl_configure_link()
Hangbin Liu
4
-29
/
+37
2022-10-31
netlink: split up copies in the ack construction
Jakub Kicinski
1
-9
/
+20
2022-10-29
net/packet: add PACKET_FANOUT_FLAG_IGNORE_OUTGOING
Willem de Bruijn
1
-0
/
+1
2022-10-29
net: Remove the obsolte u64_stats_fetch_*_irq() users (net).
Thomas Gleixner
16
-45
/
+44
2022-10-29
Kalle Valo says:
Jakub Kicinski
30
-376
/
+693
2022-10-28
tcp: add rcv_wnd and plb_rehash to TCP_INFO
Mubashir Adnan Qureshi
1
-0
/
+2
2022-10-28
tcp: add u32 counter in tcp_sock and an SNMP counter for PLB
Mubashir Adnan Qureshi
3
-0
/
+6
2022-10-28
tcp: add support for PLB in DCTCP
Mubashir Adnan Qureshi
1
-1
/
+22
2022-10-28
tcp: add PLB functionality for TCP
Mubashir Adnan Qureshi
3
-2
/
+109
2022-10-28
tcp: add sysctls for TCP PLB parameters
Mubashir Adnan Qureshi
2
-0
/
+51
2022-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
8
-30
/
+621
2022-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
17
-106
/
+174
2022-10-27
kcm: do not sense pfmemalloc status in kcm_sendpage()
Eric Dumazet
1
-1
/
+1
2022-10-27
net: do not sense pfmemalloc status in skb_append_pagefrags()
Eric Dumazet
1
-1
/
+1
2022-10-27
Merge tag 'linux-can-fixes-for-6.1-20221027' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
1
-1
/
+3
2022-10-27
nh: fix scope used to find saddr when adding non gw nh
Nicolas Dichtel
1
-1
/
+1
2022-10-27
Revert "ip: fix dflt addr selection for connected nexthop"
Nicolas Dichtel
1
-1
/
+1
2022-10-27
Revert "ip: fix triggering of 'icmp redirect'"
Nicolas Dichtel
1
-2
/
+2
2022-10-27
genetlink: limit the use of validation workarounds to old ops
Jakub Kicinski
1
-0
/
+2
2022-10-27
skbuff: Proactively round up to kmalloc bucket size
Kees Cook
1
-26
/
+26
2022-10-27
can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...
Yang Yingliang
1
-1
/
+3
2022-10-27
openvswitch: switch from WARN to pr_warn
Aaron Conole
1
-1
/
+2
2022-10-27
net/rds: remove variable total_copied
Colin Ian King
1
-2
/
+0
2022-10-27
mptcp: fix tracking issue in mptcp_subflow_create_socket()
Eric Dumazet
1
-0
/
+2
2022-10-27
Merge tag 'ieee802154-for-net-next-2022-10-26' of git://git.kernel.org/pub/sc...
Jakub Kicinski
1
-2
/
+2
2022-10-26
Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...
David S. Miller
9
-152
/
+444
2022-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
David S. Miller
1
-1
/
+1
2022-10-26
net: mac802154: Fixup function parameter name in docs
Stefan Schmidt
1
-2
/
+2
2022-10-26
ipv6: ensure sane device mtu in tunnels
Eric Dumazet
3
-13
/
+18
2022-10-25
net: dev: Convert sa_data to flexible array in struct sockaddr
Kees Cook
3
-7
/
+7
2022-10-25
netfilter: nft_inner: set tunnel offset to GRE header offset
Pablo Neira Ayuso
1
-2
/
+7
2022-10-25
netfilter: nft_inner: add geneve support
Pablo Neira Ayuso
1
-0
/
+17
2022-10-25
netfilter: nft_meta: add inner match support
Pablo Neira Ayuso
2
-0
/
+70
2022-10-25
netfilter: nft_inner: add percpu inner context
Pablo Neira Ayuso
1
-4
/
+22
2022-10-25
netfilter: nft_inner: support for inner tunnel header matching
Pablo Neira Ayuso
5
-2
/
+463
2022-10-25
netfilter: nft_payload: access ipip payload for inner offset
Pablo Neira Ayuso
1
-0
/
+3
2022-10-25
netfilter: nft_payload: access GRE payload via inner offset
Pablo Neira Ayuso
1
-0
/
+32
2022-10-25
netfilter: nft_objref: make it builtin
Florian Westphal
4
-29
/
+4
2022-10-25
netfilter: nft_payload: move struct nft_payload_set definition where it belongs
Pablo Neira Ayuso
1
-0
/
+10
[next]