index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-08-13
9
-88
/
+482
|
\
|
*
bpf: Introduce bpf_skb_ancestor_cgroup_id helper
Andrey Ignatov
2018-08-13
1
-0
/
+28
|
*
bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection
Martin KaFai Lau
2018-08-11
6
-55
/
+104
|
*
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
2018-08-11
5
-10
/
+298
|
*
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
2018-08-11
1
-0
/
+8
|
*
net: Add ID (if needed) to sock_reuseport and expose reuseport_lock
Martin KaFai Lau
2018-08-11
1
-1
/
+26
|
*
tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket
Martin KaFai Lau
2018-08-11
1
-0
/
+1
|
*
xdp: Helpers for disabling napi_direct of xdp_return_frame
Toshiaki Makita
2018-08-10
1
-2
/
+4
|
*
bpf: Make redirect_info accessible from modules
Toshiaki Makita
2018-08-10
1
-18
/
+11
|
*
net: Export skb_headers_offset_update
Toshiaki Makita
2018-08-10
1
-1
/
+2
|
*
Revert "xdp: add NULL pointer check in __xdp_return()"
Björn Töpel
2018-08-10
1
-2
/
+1
*
|
packet: switch kvzalloc to allocate memory
Li RongQing
2018-08-13
2
-32
/
+13
*
|
net: sched: act_mirred method rename for grep-ability and consistency
Jamal Hadi Salim
2018-08-13
1
-3
/
+3
*
|
net: sched: act_vlan method rename for grep-ability and consistency
Jamal Hadi Salim
2018-08-13
1
-3
/
+3
*
|
net: sched: act_skbmod method rename for grep-ability and consistency
Jamal Hadi Salim
2018-08-13
1
-2
/
+2
*
|
net: sched: act_skbedit method rename for grep-ability and consistency
Jamal Hadi Salim
2018-08-13
1
-3
/
+3
*
|
net: sched: act_simple method rename for grep-ability and consistency
Jamal Hadi Salim
2018-08-13
1
-3
/
+3
*
|
net: sched: act_police method rename for grep-ability and consistency
Jamal Hadi Salim
2018-08-13
1
-8
/
+8
*
|
net: sched: act_pedit method rename for grep-ability and consistency
Jamal Hadi Salim
2018-08-13
1
-3
/
+3
*
|
net: sched: act_nat method rename for grep-ability and consistency
Jamal Hadi Salim
2018-08-13
1
-3
/
+3
*
|
net: sched: act_ipt method rename for grep-ability and consistency
Jamal Hadi Salim
2018-08-13
1
-4
/
+4
*
|
net: sched: act_gact method rename for grep-ability and consistency
Jamal Hadi Salim
2018-08-13
1
-3
/
+3
*
|
net: sched: act_sum method rename for grep-ability and consistency
Jamal Hadi Salim
2018-08-13
1
-3
/
+3
*
|
net: sched: act_bpf method rename for grep-ability and consistency
Jamal Hadi Salim
2018-08-13
1
-3
/
+3
*
|
net: sched: act_connmark method rename for grep-ability and consistency
Jamal Hadi Salim
2018-08-13
1
-3
/
+3
*
|
l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache
Wei Wang
2018-08-13
1
-1
/
+1
*
|
ipv6: Add icmp_echo_ignore_all support for ICMPv6
Virgile Jarry
2018-08-13
2
-3
/
+14
*
|
net/tls: Combined memory allocation for decryption request
Vakul Garg
2018-08-13
1
-96
/
+142
*
|
ip: process in-order fragments efficiently
Peter Oskolkov
2018-08-12
2
-42
/
+70
*
|
ip: add helpers to process in-order fragments faster.
Peter Oskolkov
2018-08-12
1
-0
/
+73
*
|
net: sched: act_police: remove dependency on rtnl lock
Vlad Buslov
2018-08-11
1
-3
/
+6
*
|
net: core: protect rate estimator statistics pointer with lock
Vlad Buslov
2018-08-11
1
-8
/
+13
*
|
net: sched: act_mirred: remove dependency on rtnl lock
Vlad Buslov
2018-08-11
1
-27
/
+51
*
|
net: sched: extend action ops with put_dev callback
Vlad Buslov
2018-08-11
2
-1
/
+12
*
|
net: sched: act_vlan: remove dependency on rtnl lock
Vlad Buslov
2018-08-11
1
-12
/
+15
*
|
net: sched: act_tunnel_key: remove dependency on rtnl lock
Vlad Buslov
2018-08-11
1
-13
/
+13
*
|
net: sched: act_skbmod: remove dependency on rtnl lock
Vlad Buslov
2018-08-11
1
-5
/
+9
*
|
net: sched: act_simple: remove dependency on rtnl lock
Vlad Buslov
2018-08-11
1
-1
/
+5
*
|
net: sched: act_sample: remove dependency on rtnl lock
Vlad Buslov
2018-08-11
1
-2
/
+10
*
|
net: sched: act_pedit: remove dependency on rtnl lock
Vlad Buslov
2018-08-11
1
-20
/
+20
*
|
net: sched: act_ipt: remove dependency on rtnl lock
Vlad Buslov
2018-08-11
1
-0
/
+3
*
|
net: sched: act_ife: remove dependency on rtnl lock
Vlad Buslov
2018-08-11
1
-15
/
+25
*
|
net: sched: act_gact: remove dependency on rtnl lock
Vlad Buslov
2018-08-11
1
-2
/
+8
*
|
net: sched: act_csum: remove dependency on rtnl lock
Vlad Buslov
2018-08-11
1
-9
/
+15
*
|
net: sched: act_bpf: remove dependency on rtnl lock
Vlad Buslov
2018-08-11
1
-3
/
+7
*
|
net/sctp: Replace in/out stream arrays with flex_array
Konstantin Khorenko
2018-08-11
1
-22
/
+66
*
|
net/sctp: Make wrappers for accessing in/out streams
Konstantin Khorenko
2018-08-11
8
-71
/
+78
*
|
l2tp: let pppol2tp_ioctl() fallback to dev_ioctl()
Guillaume Nault
2018-08-11
1
-1
/
+1
*
|
l2tp: zero out stats in pppol2tp_copy_stats()
Guillaume Nault
2018-08-11
1
-4
/
+3
*
|
l2tp: remove pppol2tp_session_ioctl()
Guillaume Nault
2018-08-11
1
-47
/
+3
[next]