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
2020-09-10
net: make sure napi_list is safe for RCU traversal
Jakub Kicinski
2
-2
/
+2
2020-09-10
net: manage napi add/del idempotence explicitly
Jakub Kicinski
1
-4
/
+9
2020-09-10
net: remove napi_hash_del() from driver-facing API
Jakub Kicinski
1
-13
/
+6
2020-09-10
devlink: don't crash if netdev is NULL
Jakub Kicinski
1
-8
/
+20
2020-09-10
devlink: Use controller while building phys_port_name
Parav Pandit
1
-0
/
+14
2020-09-10
devlink: Introduce controller number
Parav Pandit
1
-9
/
+14
2020-09-10
devlink: Introduce external controller flag
Parav Pandit
1
-2
/
+10
2020-09-06
net: Add a missing word
Jonathan Neuschäfer
1
-1
/
+1
2020-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
10
-16
/
+18
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-4
/
+7
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-762
/
+612
2020-09-01
pktgen: fix error message with wrong function name
Leesoo Ahn
1
-1
/
+1
2020-08-28
net: add option to not create fall-back tunnels in root-ns as well
Mahesh Bandewar
1
-2
/
+15
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2
-0
/
+3
2020-08-27
net: Fix some comments
Miaohe Lin
1
-1
/
+1
2020-08-27
net: disable netpoll on fresh napis
Jakub Kicinski
2
-2
/
+3
2020-08-26
bpf: Allow local storage to be used from LSM programs
KP Singh
1
-0
/
+25
2020-08-26
bpf: Split bpf_local_storage to bpf_sk_storage
KP Singh
1
-671
/
+1
2020-08-26
bpf: Generalize bpf_sk_storage
KP Singh
1
-82
/
+156
2020-08-26
bpf: Generalize caching for sk_storage.
KP Singh
1
-16
/
+15
2020-08-26
bpf: Renames in preparation for bpf_local_storage
KP Singh
1
-238
/
+250
2020-08-25
net: Get rid of consume_skb when tracing is off
Herbert Xu
1
-0
/
+2
2020-08-25
devlink: Protect devlink port list traversal
Parav Pandit
1
-0
/
+3
2020-08-25
devlink: Fix per port reporter fields initialization
Parav Pandit
1
-4
/
+4
2020-08-25
tcp: bpf: Optionally store mac header in TCP_SAVE_SYN
Martin KaFai Lau
1
-5
/
+22
2020-08-25
bpf: tcp: Allow bpf prog to write and parse TCP header option
Martin KaFai Lau
1
-0
/
+365
2020-08-25
bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8
Martin KaFai Lau
1
-5
/
+10
2020-08-25
tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
Martin KaFai Lau
1
-0
/
+7
2020-08-25
tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
Martin KaFai Lau
1
-0
/
+8
2020-08-25
tcp: Use a struct to represent a saved_syn
Martin KaFai Lau
1
-2
/
+2
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
8
-12
/
+11
2020-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-9
/
+15
2020-08-22
bpf: sockmap: Allow update from BPF
Lorenz Bauer
1
-0
/
+24
2020-08-22
bpf: sockmap: Call sock_map_update_elem directly
Lorenz Bauer
1
-4
/
+2
2020-08-22
bpf: sockmap: Merge sockmap and sockhash update functions
Lorenz Bauer
1
-42
/
+7
2020-08-22
net: sk_msg: Simplify sk_psock initialization
Lorenz Bauer
2
-16
/
+32
2020-08-22
bpf: Implement link_query callbacks in map element iterators
Yonghong Song
1
-0
/
+2
2020-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-6
/
+8
2020-08-21
net: zerocopy: combine pages in zerocopy_sg_from_iter()
Eric Dumazet
1
-4
/
+29
2020-08-21
bpf: xdp: Fix XDP mode when no mode flags specified
Andrii Nakryiko
1
-6
/
+8
2020-08-20
ptp: Add generic ptp v2 header parsing function
Kurt Kanzenbach
1
-0
/
+30
2020-08-19
net: Stop warning about SO_BSDCOMPAT usage
Miaohe Lin
1
-14
/
+0
2020-08-19
net: handle the return value of pskb_carve_frag_list() correctly
Miaohe Lin
1
-3
/
+7
2020-08-19
net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()
Miaohe Lin
1
-2
/
+1
2020-08-17
Revert "net: xdp: pull ethernet header off packet after computing skb->protocol"
David S. Miller
1
-1
/
+0
2020-08-17
net: devlink: Remove overzealous WARN_ON with snapshots
Andrew Lunn
1
-1
/
+1
2020-08-17
net: Fix potential wrong skb->protocol in skb_vlan_untag()
Miaohe Lin
1
-2
/
+2
2020-08-17
net: xdp: pull ethernet header off packet after computing skb->protocol
Jason A. Donenfeld
1
-0
/
+1
2020-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-17
/
+66
2020-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-24
/
+52
[next]