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-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-6
/
+16
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-17
devlink: Add generic packet traps and groups
Ido Schimmel
1
-0
/
+12
2019-08-17
devlink: Add packet trap infrastructure
Ido Schimmel
1
-5
/
+1063
2019-08-17
drop_monitor: Allow user to start monitoring hardware drops
Ido Schimmel
1
-3
/
+121
2019-08-17
drop_monitor: Add support for summary alert mode for hardware drops
Ido Schimmel
1
-2
/
+193
2019-08-17
drop_monitor: Add support for packet alert mode for hardware drops
Ido Schimmel
1
-4
/
+300
2019-08-17
drop_monitor: Consider all monitoring states before performing configuration
Ido Schimmel
1
-2
/
+7
2019-08-17
drop_monitor: Add basic infrastructure for hardware drops
Ido Schimmel
1
-0
/
+28
2019-08-17
drop_monitor: Initialize hardware per-CPU data
Ido Schimmel
1
-2
/
+23
2019-08-17
drop_monitor: Move per-CPU data init/fini to separate functions
Ido Schimmel
1
-17
/
+36
2019-08-15
page_pool: fix logic in __page_pool_get_cached
Jonathan Lemon
1
-23
/
+16
2019-08-15
page_pool: remove unnecessary variable init
Yunsheng Lin
1
-1
/
+1
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
sock: make cookie generation global instead of per netns
Daniel Borkmann
1
-1
/
+2
2019-08-09
devlink: remove pointless data_len arg from region snapshot create
Jiri Pirko
1
-6
/
+3
2019-08-09
net/tls: prevent skb_orphan() from leaking TLS plain text with offload
Jakub Kicinski
1
-5
/
+14
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-08-01
hrtimer/treewide: Use hrtimer_sleeper_start_expires()
Thomas Gleixner
1
-1
/
+1
2019-08-01
hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls
Sebastian Andrzej Siewior
1
-3
/
+1
2019-07-31
bpf: add bpf_tcp_gen_syncookie helper
Petar Penkov
1
-0
/
+73
2019-07-31
hrtimer: Remove task argument from hrtimer_init_sleeper()
Thomas Gleixner
1
-1
/
+1
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
[prev]
[next]