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-02-05
net: don't include ndisc.h from ipv6.h
Jakub Kicinski
3
-0
/
+3
2022-02-04
tls: cap the output scatter list to something reasonable
Jakub Kicinski
1
-1
/
+2
2022-02-04
net: minor __dev_alloc_name() optimization
Eric Dumazet
1
-2
/
+2
2022-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
22
-71
/
+249
2022-02-04
Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
21
-69
/
+247
2022-02-04
ax25: fix reference count leaks of ax25_dev
Duoming Zhou
3
-16
/
+36
2022-02-03
page_pool: Refactor page_pool to enable fragmenting after allocation
Alexander Duyck
1
-13
/
+10
2022-02-03
mptcp: set fullmesh flag in pm_netlink
Geliang Tang
1
-9
/
+28
2022-02-03
mptcp: print out reset infos of MP_RST
Geliang Tang
1
-0
/
+2
2022-02-03
mptcp: clarify when options can be used
Matthieu Baerts
1
-2
/
+21
2022-02-03
mptcp: reduce branching when writing MP_FAIL option
Matthieu Baerts
1
-11
/
+19
2022-02-03
mptcp: move the declarations of ssk and subflow
Geliang Tang
1
-6
/
+3
2022-02-03
net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...
Daniel Borkmann
1
-6
/
+12
2022-02-03
tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data()
Eric Dumazet
1
-0
/
+2
2022-02-02
Partially revert "net/smc: Add netlink net namespace support"
Dmitry V. Levin
1
-2
/
+0
2022-02-02
tcp: Use BPF timeout setting for SYN ACK RTO
Akhmat Karakotov
3
-10
/
+8
2022-02-02
net: dsa: tag_qca: add support for handling mgmt and MIB Ethernet packet
Ansuel Smith
1
-3
/
+36
2022-02-02
net: dsa: tag_qca: add define for handling MIB packet
Ansuel Smith
1
-0
/
+4
2022-02-02
net: dsa: tag_qca: add define for handling mgmt Ethernet packet
Ansuel Smith
1
-3
/
+12
2022-02-02
net: dsa: tag_qca: enable promisc_on_master flag
Ansuel Smith
1
-0
/
+1
2022-02-02
net: dsa: tag_qca: move define to include linux/dsa
Ansuel Smith
1
-15
/
+1
2022-02-02
net: dsa: tag_qca: convert to FIELD macro
Ansuel Smith
1
-19
/
+15
2022-02-02
net: dsa: replay master state events in dsa_tree_{setup,teardown}_master
Vladimir Oltean
1
-4
/
+24
2022-02-02
net: dsa: provide switch operations for tracking the master state
Vladimir Oltean
4
-0
/
+106
2022-02-02
tcp: fix mem under-charging with zerocopy sendmsg()
Eric Dumazet
1
-2
/
+5
2022-02-02
af_packet: fix data-race in packet_setsockopt / packet_setsockopt
Eric Dumazet
1
-2
/
+6
2022-02-02
rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()
Eric Dumazet
1
-2
/
+4
2022-02-02
net: sched: fix use-after-free in tc_new_tfilter()
Eric Dumazet
1
-4
/
+7
2022-02-02
net: allow SO_MARK with CAP_NET_RAW via cmsg
Jakub Kicinski
1
-1
/
+2
2022-01-31
net/smc: Cork when sendpage with MSG_SENDPAGE_NOTLAST flag
Tony Lu
3
-2
/
+23
2022-01-31
net/smc: Remove corked dealyed work
Tony Lu
1
-9
/
+6
2022-01-31
net/smc: Send directly when TCP_CORK is cleared
Tony Lu
3
-12
/
+18
2022-01-31
tcp: Change SYN ACK retransmit behaviour to account for rehash
Akhmat Karakotov
2
-2
/
+5
2022-01-31
bpf: Add SO_TXREHASH setsockopt
Akhmat Karakotov
1
-0
/
+10
2022-01-31
txhash: Add socket option to control TX hash rethink behavior
Akhmat Karakotov
2
-0
/
+16
2022-01-31
txhash: Make rethinking txhash behavior configurable via sysctl
Akhmat Karakotov
2
-2
/
+14
2022-01-31
ipv4: Make ip_idents_reserve static
David Ahern
1
-2
/
+1
2022-01-31
net/smc: Forward wakeup to smc socket waitqueue after fallback
Wen Gu
2
-16
/
+137
2022-01-29
ipv4: drop fragmentation code from ip_options_build()
Jakub Kicinski
2
-25
/
+12
2022-01-29
Merge tag 'for-net-next-2022-01-28' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
6
-39
/
+350
2022-01-28
Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2022-01-28
Merge tag 'ieee802154-for-net-2022-01-28' of git://git.kernel.org/pub/scm/lin...
David S. Miller
1
-4
/
+4
2022-01-28
ax25: add refcount in ax25_dev to avoid UAF bugs
Duoming Zhou
3
-2
/
+15
2022-01-28
ax25: improve the incomplete fix to avoid UAF and NPD bugs
Duoming Zhou
1
-3
/
+6
2022-01-28
SUNRPC: add netns refcount tracker to struct rpc_xprt
Eric Dumazet
1
-2
/
+2
2022-01-28
SUNRPC: add netns refcount tracker to struct gss_auth
Eric Dumazet
1
-4
/
+6
2022-01-28
SUNRPC: add netns refcount tracker to struct svc_xprt
Eric Dumazet
1
-2
/
+2
2022-01-28
ethtool: add header/data split indication
Jakub Kicinski
1
-5
/
+10
2022-01-28
ipv6: partially inline ipv6_fixup_options
Pavel Begunkov
1
-4
/
+4
2022-01-28
ipv6: optimise dst refcounting on cork init
Pavel Begunkov
2
-5
/
+11
[next]