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
2019-08-18
bpf: support cloning sk storage on accept()
Stanislav Fomichev
2
-6
/
+107
2019-08-18
net: Don't call XDP_SETUP_PROG when nothing is changed
Maxim Mikityanskiy
1
-2
/
+13
2019-08-14
net: devlink: remove redundant rtnl lock assert
Vlad Buslov
1
-3
/
+2
2019-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-4
/
+105
2019-08-14
devlink: send notifications for deleted snapshots on region destroy
Jiri Pirko
1
-11
/
+12
2019-08-11
drop_monitor: Expose tail drop counter
Ido Schimmel
1
-0
/
+101
2019-08-11
drop_monitor: Make drop queue length configurable
Ido Schimmel
1
-3
/
+16
2019-08-11
drop_monitor: Add a command to query current configuration
Ido Schimmel
1
-0
/
+48
2019-08-11
drop_monitor: Allow truncation of dropped packets
Ido Schimmel
1
-0
/
+19
2019-08-11
drop_monitor: Add packet alert mode
Ido Schimmel
1
-2
/
+278
2019-08-11
drop_monitor: Add alert mode operations
Ido Schimmel
1
-6
/
+32
2019-08-11
drop_monitor: Require CAP_NET_ADMIN for drop monitor configuration
Ido Schimmel
1
-0
/
+1
2019-08-11
drop_monitor: Reset per-CPU data before starting to trace
Ido Schimmel
1
-3
/
+7
2019-08-11
drop_monitor: Initialize timer and work item upon tracing enable
Ido Schimmel
1
-5
/
+19
2019-08-11
drop_monitor: Split tracing enable / disable to different functions
Ido Schimmel
1
-28
/
+51
2019-08-09
devlink: remove pointless data_len arg from region snapshot create
Jiri Pirko
1
-6
/
+3
2019-08-09
flow_offload: support get multi-subsystem block
wenxu
1
-13
/
+38
2019-08-09
flow_offload: move tc indirect block to flow offload
wenxu
1
-0
/
+215
2019-08-09
net: use listified RX for handling GRO_NORMAL skbs
Edward Cree
2
-3
/
+49
2019-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-15
/
+31
2019-08-06
drop_monitor: Use pre_doit / post_doit hooks
Ido Schimmel
1
-7
/
+17
2019-08-06
drop_monitor: Add extack support
Ido Schimmel
1
-3
/
+7
2019-08-06
drop_monitor: Avoid multiple blank lines
Ido Schimmel
1
-2
/
+0
2019-08-06
drop_monitor: Document scope of spinlock
Ido Schimmel
1
-1
/
+1
2019-08-06
drop_monitor: Rename and document scope of mutex
Ido Schimmel
1
-7
/
+13
2019-08-06
drop_monitor: Use correct error code
Ido Schimmel
1
-2
/
+2
2019-08-05
net: fix bpf_xdp_adjust_head regression for generic-XDP
Jesper Dangaard Brouer
1
-5
/
+10
2019-07-31
bpf: add bpf_tcp_gen_syncookie helper
Petar Penkov
1
-0
/
+73
2019-07-31
net: Use skb_frag_off accessors
Jonathan Lemon
4
-31
/
+33
2019-07-29
xdp: Add devmap_hash map type for looking up devices by hashed index
Toke Høiland-Jørgensen
1
-2
/
+7
2019-07-29
net: fix ifindex collision during namespace removal
Jiri Pirko
1
-0
/
+2
2019-07-27
net: neigh: remove redundant assignment to variable bucket
Colin Ian King
1
-1
/
+1
2019-07-26
bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...
Stanislav Fomichev
1
-0
/
+9
2019-07-26
bpf/flow_dissector: pass input flags to BPF flow dissector program
Stanislav Fomichev
1
-2
/
+10
2019-07-26
bpf: Allow bpf_skb_event_output for a few prog types
Allan Zhang
1
-0
/
+6
2019-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-10
/
+19
2019-07-24
bpf: fix access to skb_shared_info->gso_segs
Eric Dumazet
1
-3
/
+3
2019-07-23
net: Rename skb_frag page to bv_page
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-07-23
net: Use skb accessors in network core
Matthew Wilcox (Oracle)
2
-14
/
+18
2019-07-22
bpf: sockmap/tls, close can race with map free
John Fastabend
1
-2
/
+2
2019-07-22
bpf: sockmap, only create entry if ulp is not already enabled
John Fastabend
1
-0
/
+3
2019-07-22
bpf: sockmap, synchronize_rcu before free'ing map
John Fastabend
1
-0
/
+2
2019-07-22
bpf: sockmap, sock_map_delete needs to use xchg
John Fastabend
1
-5
/
+9
2019-07-20
net: flow_offload: add flow_block structure and use it
Pablo Neira Ayuso
1
-3
/
+3
2019-07-20
net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t
Pablo Neira Ayuso
1
-4
/
+5
2019-07-20
net: flow_offload: remove netns parameter from flow_block_cb_alloc()
Pablo Neira Ayuso
1
-6
/
+3
2019-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-9
/
+21
2019-07-19
tcp: fix tcp_set_congestion_control() use from bpf hook
Eric Dumazet
1
-1
/
+1
2019-07-19
proc/sysctl: add shared variables for range check
Matteo Croce
2
-29
/
+25
2019-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-7
/
+17
[next]