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
2022-07-29
tls: rx: don't consider sock_rcvtimeo() cumulative
Jakub Kicinski
1
-18
/
+19
2022-07-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
27
-121
/
+203
2022-07-28
net: ping6: Fix memleak in ipv6_renew_options().
Kuniyuki Iwashima
1
-0
/
+6
2022-07-28
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Paolo Abeni
3
-7
/
+117
2022-07-28
net: devlink: remove redundant net_eq() check from sb_pool_get_dumpit()
Jiri Pirko
1
-2
/
+1
2022-07-28
net/sched: sch_cbq: change the type of cbq_set_lss to void
Zhengchao Shao
1
-2
/
+1
2022-07-28
sctp: leave the err path free in sctp_stream_init to sctp_stream_free
Xin Long
2
-19
/
+5
2022-07-27
SUNRPC: Don't reuse bvec on retransmission of the request
Trond Myklebust
3
-20
/
+20
2022-07-27
tcp: md5: fix IPv4-mapped support
Eric Dumazet
1
-3
/
+12
2022-07-27
SUNRPC: Reinitialise the backchannel request buffers before reuse
Trond Myklebust
1
-0
/
+14
2022-07-27
net/smc: Enable module load on netlink usage
Stefan Raspl
2
-0
/
+2
2022-07-27
net/smc: Pass on DMBE bit mask in IRQ handler
Stefan Raspl
1
-3
/
+3
2022-07-27
s390/ism: Cleanups
Stefan Raspl
1
-1
/
+1
2022-07-27
net/smc: Eliminate struct smc_ism_position
Heiko Carstens
3
-27
/
+14
2022-07-27
ip6mr: remove stray rcu_read_unlock() from ip6_mr_forward()
Eric Dumazet
1
-3
/
+1
2022-07-27
mptcp: Do not return EINPROGRESS when subflow creation succeeds
Mat Martineau
1
-1
/
+1
2022-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
3
-1
/
+39
2022-07-27
Merge tag 'for-net-2022-07-26' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
3
-17
/
+51
2022-07-27
tls: rx: do not use the standard strparser
Jakub Kicinski
4
-67
/
+541
2022-07-27
tls: rx: device: add input CoW helper
Jakub Kicinski
3
-10
/
+21
2022-07-27
tcp: allow tls to decrypt directly from the tcp rcv queue
Jakub Kicinski
1
-1
/
+41
2022-07-27
tls: rx: device: keep the zero copy status with offload
Jakub Kicinski
3
-5
/
+35
2022-07-27
tls: rx: don't free the output in case of zero-copy
Jakub Kicinski
1
-13
/
+13
2022-07-27
tls: rx: factor SW handling out of tls_rx_one_record()
Jakub Kicinski
1
-36
/
+57
2022-07-27
tls: rx: wrap recv_pkt accesses in helpers
Jakub Kicinski
2
-5
/
+11
2022-07-26
net: devlink: introduce nested devlink entity for line card
Jiri Pirko
1
-0
/
+42
2022-07-26
net: devlink: move net check into devlinks_xa_for_each_registered_get()
Jiri Pirko
1
-96
/
+39
2022-07-26
net: devlink: make sure that devlink_try_get() works with valid pointer durin...
Jiri Pirko
1
-91
/
+80
2022-07-26
Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put
Luiz Augusto von Dentz
1
-13
/
+48
2022-07-26
Bluetooth: Always set event mask on suspend
Abhishek Pandit-Subedi
1
-3
/
+3
2022-07-26
Bluetooth: mgmt: Fix double free on error path
Dan Carpenter
1
-1
/
+0
2022-07-26
wifi: mac80211: do not abuse fq.lock in ieee80211_do_stop()
Tetsuo Handa
1
-2
/
+1
2022-07-26
netfilter: nft_queue: only allow supported familes and hooks
Florian Westphal
1
-0
/
+27
2022-07-26
netfilter: nf_tables: add rescheduling points during loop detection walks
Florian Westphal
1
-0
/
+6
2022-07-26
netfilter: nf_queue: do not allow packet truncation below transport header of...
Florian Westphal
1
-1
/
+6
2022-07-26
flow_offload: Introduce flow_match_pppoe
Wojciech Drewek
1
-0
/
+7
2022-07-26
net/sched: flower: Add PPPoE filter
Wojciech Drewek
1
-0
/
+64
2022-07-26
flow_dissector: Add PPPoE dissectors
Wojciech Drewek
1
-7
/
+46
2022-07-26
bridge: Do not send empty IFLA_AF_SPEC attribute
Benjamin Poirier
1
-2
/
+6
2022-07-26
bpf: Fix bpf_xdp_pointer return pointer
Joanne Koong
1
-1
/
+1
2022-07-26
bpf: Set flow flag to allow any source IP in bpf_tunnel_key
Paul Chaignon
1
-0
/
+1
2022-07-26
sctp: fix sleep in atomic context bug in timer handlers
Duoming Zhou
1
-1
/
+1
2022-07-26
net: delete extra space and tab in blank line
William Dean
2
-2
/
+2
2022-07-26
net: dsa: fix reference counting for LAG FDBs
Vladimir Oltean
1
-0
/
+1
2022-07-26
Merge tag 'wireless-next-2022-07-25' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
43
-2752
/
+5229
2022-07-25
SUNRPC create a function that probes only offline transports
Olga Kornievskaia
1
-0
/
+65
2022-07-25
SUNRPC export xprt_iter_rewind function
Olga Kornievskaia
1
-1
/
+0
2022-07-25
SUNRPC restructure rpc_clnt_setup_test_and_add_xprt
Olga Kornievskaia
1
-21
/
+31
2022-07-25
SUNRPC create an rpc function that allows xprt removal from rpc_clnt
Olga Kornievskaia
3
-7
/
+22
2022-07-25
SUNRPC enable back offline transports in trunking discovery
Olga Kornievskaia
1
-0
/
+14
[prev]
[next]