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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-16
net: drop nopreempt requirement on sock_prot_inuse_add()
Eric Dumazet
10
-31
/
+10
2021-11-16
net: merge net->core.prot_inuse and net->core.sock_inuse
Eric Dumazet
3
-13
/
+3
2021-11-16
net: make sock_inuse_add() available
Eric Dumazet
3
-13
/
+11
2021-11-16
net: inline sock_prot_inuse_add()
Eric Dumazet
2
-14
/
+11
2021-11-16
Merge branch 'gro-out-of-core-files'
David S. Miller
25
-1202
/
+1230
2021-11-16
net: gro: populate net/core/gro.c
Eric Dumazet
4
-667
/
+672
2021-11-16
net: gro: move skb_gro_receive into net/core/gro.c
Eric Dumazet
5
-119
/
+121
2021-11-16
net: gro: move skb_gro_receive_list to udp_offload.c
Eric Dumazet
3
-27
/
+27
2021-11-16
net: move gro definitions to include/net/gro.h
Eric Dumazet
22
-390
/
+411
2021-11-16
Merge branch 'tcp-optimizations'
David S. Miller
16
-94
/
+148
2021-11-16
net: move early demux fields close to sk_refcnt
Eric Dumazet
1
-3
/
+5
2021-11-16
tcp: do not call tcp_cleanup_rbuf() if we have a backlog
Eric Dumazet
1
-2
/
+1
2021-11-16
tcp: check local var (timeo) before socket fields in one test
Eric Dumazet
1
-2
/
+2
2021-11-16
tcp: defer skb freeing after socket lock is released
Eric Dumazet
6
-2
/
+42
2021-11-16
tcp: avoid indirect calls to sock_rfree
Eric Dumazet
1
-5
/
+15
2021-11-16
tcp: tp->urg_data is unlikely to be set
Eric Dumazet
2
-7
/
+7
2021-11-16
tcp: annotate races around tp->urg_data
Eric Dumazet
2
-10
/
+11
2021-11-16
tcp: annotate data-races on tp->segs_in and tp->data_segs_in
Eric Dumazet
2
-4
/
+10
2021-11-16
tcp: add RETPOLINE mitigation to sk_backlog_rcv
Eric Dumazet
3
-4
/
+14
2021-11-16
tcp: small optimization in tcp recvmsg()
Eric Dumazet
1
-2
/
+1
2021-11-16
net: cache align tcp_memory_allocated, tcp_sockets_allocated
Eric Dumazet
3
-4
/
+4
2021-11-16
net: forward_alloc_get depends on CONFIG_MPTCP
Eric Dumazet
1
-4
/
+7
2021-11-16
net: shrink struct sock by 8 bytes
Eric Dumazet
1
-1
/
+1
2021-11-16
ipv6: shrink struct ipcm6_cookie
Eric Dumazet
1
-1
/
+1
2021-11-16
net: remove sk_route_nocaps
Eric Dumazet
5
-11
/
+11
2021-11-16
net: remove sk_route_forced_caps
Eric Dumazet
3
-5
/
+3
2021-11-16
net: use sk_is_tcp() in more places
Eric Dumazet
4
-14
/
+9
2021-11-16
tcp: small optimization in tcp_v6_send_check()
Eric Dumazet
1
-3
/
+1
2021-11-16
tcp: remove dead code in __tcp_v6_send_check()
Eric Dumazet
1
-9
/
+3
2021-11-16
tcp: minor optimization in tcp_add_backlog()
Eric Dumazet
1
-3
/
+2
2021-11-16
net: macb: Fix several edge cases in validate
Sean Anderson
1
-39
/
+73
2021-11-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
160
-1110
/
+2354
2021-11-15
Revert "Merge branch 'mctp-i2c-driver'"
Jakub Kicinski
12
-1209
/
+25
2021-11-15
Merge branch 'generic-phylink-validation'
David S. Miller
4
-79
/
+296
2021-11-15
net: mvpp2: use phylink_generic_validate()
Russell King (Oracle)
1
-49
/
+9
2021-11-15
net: mvneta: use phylink_generic_validate()
Russell King (Oracle)
1
-30
/
+4
2021-11-15
net: phylink: add generic validate implementation
Russell King (Oracle)
2
-0
/
+283
2021-11-15
net/wan/fsl_ucc_hdlc: fix sparse warnings
Christophe Leroy
1
-30
/
+32
2021-11-15
net: fddi: use swap() to make code cleaner
Yihao Han
1
-10
/
+4
2021-11-15
hinic: use ARRAY_SIZE instead of ARRAY_LEN
Guo Zhengkui
1
-17
/
+15
2021-11-15
net: usb: ax88179_178a: add TSO feature
Jacky Chou
1
-6
/
+11
2021-11-15
Merge branch 'mctp-i2c-driver'
David S. Miller
12
-25
/
+1209
2021-11-15
mctp i2c: MCTP I2C binding driver
Matt Johnston
3
-0
/
+995
2021-11-15
dt-bindings: net: New binding mctp-i2c-controller
Matt Johnston
2
-0
/
+96
2021-11-15
i2c: npcm7xx: Allow 255 byte block SMBus transfers
Matt Johnston
1
-1
/
+2
2021-11-15
i2c: aspeed: Allow 255 byte block transfers
Matt Johnston
1
-2
/
+3
2021-11-15
i2c: dev: Handle 255 byte blocks for i2c ioctl
Matt Johnston
3
-14
/
+83
2021-11-15
i2c: core: Allow 255 byte transfers for SMBus 3.x
Matt Johnston
3
-8
/
+30
2021-11-15
net: bridge: Slightly optimize 'find_portno()'
Christophe JAILLET
1
-4
/
+4
2021-11-15
net: sched: sch_netem: Refactor code in 4-state loss generator
Harshit Mogalapalli
1
-9
/
+9
[next]