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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-15
bpf: Add endian modifiers to fix endian warnings
Ben Dooks
1
-2
/
+2
2022-07-11
skmsg: Fix invalid last sg check in sk_msg_recvmsg()
Liu Jian
1
-2
/
+2
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
3
-41
/
+74
2022-07-08
net: minor optimization in __alloc_skb()
Eric Dumazet
1
-2
/
+1
2022-07-08
net: page_pool: optimize page pool page allocation in NUMA scenario
Jie Wang
1
-1
/
+2
2022-07-06
tls: rx: periodically flush socket backlog
Jakub Kicinski
1
-0
/
+1
2022-07-05
bpf: Omit superfluous address family check in __bpf_skc_lookup
Tobias Klauser
1
-3
/
+2
2022-06-30
net, neigh: introduce interval_probe_time_ms for periodic probe
Yuwei Wang
1
-2
/
+30
2022-06-29
bpf: expose bpf_{g,s}etsockopt to lsm cgroup
Stanislav Fomichev
1
-7
/
+53
2022-06-28
bpf: Fix sockmap calling sleepable function in teardown path
John Fastabend
1
-1
/
+1
2022-06-25
net: helper function skb_len_add
Richard Gobert
1
-10
/
+3
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-16
/
+49
2022-06-23
sock: redo the psock vs ULP protection check
Jakub Kicinski
1
-0
/
+5
2022-06-20
skmsg: Get rid of unncessary memset()
Cong Wang
1
-10
/
+13
2022-06-20
skmsg: Get rid of skb_clone()
Cong Wang
1
-6
/
+1
2022-06-20
net: Introduce a new proto_ops ->read_skb()
Cong Wang
1
-15
/
+5
2022-06-18
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
3
-2
/
+152
2022-06-18
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-6
/
+28
2022-06-17
bpf: Fix bpf_skc_lookup comment wrt. return type
Tobias Klauser
1
-2
/
+0
2022-06-17
net: fix data-race in dev_isalive()
Eric Dumazet
2
-10
/
+16
2022-06-17
bpf: Allow the new syncookie helpers to work with SKBs
Maxim Mikityanskiy
1
-0
/
+10
2022-06-17
bpf: Add helpers to issue and check SYN cookies in XDP
Maxim Mikityanskiy
1
-0
/
+118
2022-06-15
bpf: Fix request_sock leak in sk lookup helpers
Jon Maxwell
1
-6
/
+28
2022-06-15
net: don't check skb_count twice
Sieng Piaw Liew
1
-3
/
+4
2022-06-13
tcp: sk_forced_mem_schedule() optimization
Eric Dumazet
1
-3
/
+6
2022-06-11
net: unexport __sk_mem_{raise|reduce}_allocated
Eric Dumazet
1
-2
/
+0
2022-06-11
net: keep sk->sk_forward_alloc as small as possible
Eric Dumazet
1
-3
/
+0
2022-06-11
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
1
-0
/
+4
2022-06-11
net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT
Eric Dumazet
1
-8
/
+8
2022-06-10
net: add napi_get_frags_check() helper
Eric Dumazet
1
-0
/
+18
2022-06-10
net: add debug checks in napi_consume_skb and __napi_alloc_skb()
Eric Dumazet
1
-1
/
+2
2022-06-10
net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()
Eric Dumazet
1
-1
/
+1
2022-06-10
net: use WARN_ON_ONCE() in sk_stream_kill_queues()
Eric Dumazet
1
-3
/
+3
2022-06-10
net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()
Eric Dumazet
1
-1
/
+1
2022-06-10
net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()
Eric Dumazet
1
-1
/
+1
2022-06-10
drop_monitor: adopt u64_stats_t
Eric Dumazet
1
-9
/
+9
2022-06-10
devlink: adopt u64_stats_t
Eric Dumazet
1
-12
/
+16
2022-06-10
net: adopt u64_stats_t in struct pcpu_sw_netstats
Eric Dumazet
1
-9
/
+9
2022-06-10
net: rename reference+tracking helpers
Jakub Kicinski
10
-33
/
+34
2022-06-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+6
2022-06-07
net: skb: use auto-generation to convert skb drop reason to string
Menglong Dong
4
-14
/
+26
2022-06-06
netfilter: nf_tables: bail out early if hardware offload is not supported
Pablo Neira Ayuso
1
-0
/
+6
2022-06-03
bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues
Wang Yufen
2
-0
/
+24
2022-05-26
net, neigh: Set lower cap for neigh_managed_work rearming
Daniel Borkmann
1
-1
/
+1
2022-05-25
Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
23
-354
/
+1560
2022-05-24
Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+0
2022-05-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
3
-9
/
+46
2022-05-22
net: wrap the wireless pointers in struct net_device in an ifdef
Jakub Kicinski
1
-8
/
+13
2022-05-21
net: avoid strange behavior with skb_defer_max == 1
Jakub Kicinski
1
-8
/
+5
2022-05-21
bpf: Add bpf_skc_to_mptcp_sock_proto
Geliang Tang
1
-0
/
+18
[next]