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.13.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
2021-09-27
devlink: Notify users when objects are accessible
Leon Romanovsky
1
-14
/
+93
2021-09-27
net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.c
Mianhan Liu
1
-1
/
+0
2021-09-27
net: make napi_disable() symmetric with enable
Jakub Kicinski
1
-6
/
+12
2021-09-25
mptcp: re-arm retransmit timer if data is pending
Florian Westphal
1
-3
/
+18
2021-09-25
mptcp: remove tx_pending_data
Florian Westphal
2
-5
/
+0
2021-09-25
mptcp: use lockdep_assert_held_once() instead of open-coding it
Paolo Abeni
1
-6
/
+3
2021-09-25
mptcp: use OPTIONS_MPTCP_MPC
Geliang Tang
1
-5
/
+2
2021-09-25
mptcp: do not shrink snd_nxt when recovering
Florian Westphal
2
-17
/
+34
2021-09-24
rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()
Jiasheng Jiang
1
-1
/
+1
2021-09-24
tcp: tracking packets with CE marks in BW rate sample
Yuchung Cheng
3
-8
/
+11
2021-09-24
devlink: Remove single line function obfuscations
Leon Romanovsky
1
-55
/
+34
2021-09-24
devlink: Delete not used port parameters APIs
Leon Romanovsky
1
-42
/
+0
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-36
/
+161
2021-09-23
tcp: remove sk_{tr}x_skb_cache
Eric Dumazet
5
-54
/
+0
2021-09-23
tcp: make tcp_build_frag() static
Paolo Abeni
1
-2
/
+2
2021-09-23
mptcp: stop relying on tcp_tx_skb_cache
Paolo Abeni
1
-60
/
+77
2021-09-23
tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers
Paolo Abeni
1
-4
/
+4
2021-09-23
mptcp: ensure tx skbs always have the MPTCP ext
Paolo Abeni
1
-2
/
+2
2021-09-23
net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...
Vladimir Oltean
1
-1
/
+0
2021-09-23
net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver
Vladimir Oltean
1
-0
/
+43
2021-09-23
nexthop: Fix memory leaks in nexthop notification chain listeners
Ido Schimmel
1
-5
/
+14
2021-09-22
mptcp: ensure tx skbs always have the MPTCP ext
Paolo Abeni
1
-2
/
+2
2021-09-22
skbuff: pass the result of data ksize to __build_skb_around
Li RongQing
1
-3
/
+5
2021-09-22
devlink: Make devlink_register to be void
Leon Romanovsky
2
-8
/
+2
2021-09-21
net: dsa: don't allocate the slave_mii_bus using devres
Vladimir Oltean
1
-3
/
+9
2021-09-21
net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_i...
Mianhan Liu
1
-9
/
+0
2021-09-21
net: dsa: fix dsa_tree_setup error path
Vladimir Oltean
1
-0
/
+1
2021-09-21
net/smc: fix 'workqueue leaked lock' in smc_conn_abort_work
Karsten Graul
1
-0
/
+2
2021-09-21
net/smc: add missing error check in smc_clc_prfx_set()
Karsten Graul
1
-1
/
+2
2021-09-21
net/ipv4/syncookies.c: remove superfluous header files from syncookies.c
Mianhan Liu
1
-2
/
+0
2021-09-21
net/ipv4/udp_tunnel_core.c: remove superfluous header files from udp_tunnel_c...
Mianhan Liu
1
-3
/
+0
2021-09-20
net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.c
Mianhan Liu
1
-7
/
+0
2021-09-20
net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.c
Mianhan Liu
1
-6
/
+0
2021-09-20
net/ipv4/route.c: remove superfluous header files from route.c
Mianhan Liu
1
-8
/
+0
2021-09-20
nexthop: Fix division by zero while replacing a resilient group
Ido Schimmel
1
-0
/
+2
2021-09-20
napi: fix race inside napi_enable
Xuan Zhuo
1
-6
/
+10
2021-09-19
net: sched: move and reuse mq_change_real_num_tx()
Jakub Kicinski
3
-46
/
+25
2021-09-19
net: dsa: tear down devlink port regions when tearing down the devlink port o...
Vladimir Oltean
1
-5
/
+46
2021-09-19
net: rtnetlink: convert rcu_assign_pointer to RCU_INIT_POINTER
Yajun Deng
1
-2
/
+2
2021-09-19
net: core: Correct the sock::sk_lock.owned lockdep annotations
Thomas Gleixner
1
-14
/
+23
2021-09-19
NET: IPV4: fix error "do not initialise globals to 0"
wangzhitong
1
-1
/
+1
2021-09-19
net: net_namespace: Fix undefined member in key_remove_domain()
Yajun Deng
1
-0
/
+4
2021-09-19
net: dsa: be compatible with masters which unregister on shutdown
Vladimir Oltean
1
-0
/
+50
2021-09-18
mptcp: add MPTCP_SUBFLOW_ADDRS getsockopt support
Florian Westphal
1
-0
/
+91
2021-09-18
mptcp: add MPTCP_TCPINFO getsockopt support
Florian Westphal
1
-0
/
+115
2021-09-18
mptcp: add MPTCP_INFO getsockopt
Florian Westphal
1
-1
/
+39
2021-09-18
mptcp: add new mptcp_fill_diag helper
Florian Westphal
2
-25
/
+33
2021-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-5
/
+32
2021-09-17
devlink: Delete not-used devlink APIs
Leon Romanovsky
1
-99
/
+3
2021-09-17
net: update NXP copyright text
Vladimir Oltean
2
-2
/
+2
[next]