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
*
bpf: Add socket assign support
Joe Stringer
2020-03-30
5
-2
/
+49
*
xdp: Support specifying expected existing program when attaching XDP
Toke Høiland-Jørgensen
2020-03-28
2
-5
/
+35
*
bpf: Fix build warning regarding missing prototypes
Jean-Philippe Menil
2020-03-28
1
-0
/
+4
*
bpf: Enable retrival of pid/tgid/comm from bpf cgroup hooks
Daniel Borkmann
2020-03-28
1
-0
/
+8
*
bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id
Daniel Borkmann
2020-03-28
1
-0
/
+12
*
bpf: Allow to retrieve cgroup v1 classid from v2 hooks
Daniel Borkmann
2020-03-28
1
-0
/
+21
*
bpf: Add netns cookie and enable it for bpf cgroup hooks
Daniel Borkmann
2020-03-28
2
-0
/
+52
*
bpf: Enable perf event rb output for bpf cgroup progs
Daniel Borkmann
2020-03-28
1
-5
/
+9
*
bpf: Enable retrieval of socket cookie for bind/post-bind hook
Daniel Borkmann
2020-03-28
1
-0
/
+14
*
bpf: Add bpf_sk_storage support to bpf_tcp_ca
Martin KaFai Lau
2020-03-23
1
-0
/
+33
*
bpf, tcp: Make tcp_bpf_recvmsg static
YueHaibing
2020-03-20
1
-62
/
+62
*
bpf, tcp: Fix unused function warnings
YueHaibing
2020-03-20
1
-14
/
+14
*
net: kcm: kcmproc.c: Fix RCU list suspicious usage warning
Madhuparna Bhowmik
2020-03-17
1
-1
/
+1
*
net: sched: set the hw_stats_type in pedit loop
Jiri Pirko
2020-03-16
1
-0
/
+1
*
net: dsa: warn if phylink_mac_link_state returns error
Russell King
2020-03-16
1
-1
/
+6
*
mptcp: drop unneeded checks
Paolo Abeni
2020-03-15
2
-23
/
+9
*
mptcp: create msk early
Paolo Abeni
2020-03-15
4
-80
/
+70
*
tipc: add NULL pointer check to prevent kernel oops
Hoang Le
2020-03-15
1
-2
/
+10
*
tipc: simplify trivial boolean return
Hoang Le
2020-03-15
1
-3
/
+0
*
net: sched: RED: Introduce an ECN nodrop mode
Petr Machata
2020-03-15
1
-6
/
+25
*
net: sched: Allow extending set of supported RED flags
Petr Machata
2020-03-15
1
-3
/
+40
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-03-14
7
-160
/
+301
|
\
|
*
bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHER
Björn Töpel
2020-03-13
1
-3
/
+2
|
*
bpf: Add bpf_xdp_output() helper
Eelco Chaudron
2020-03-13
1
-1
/
+15
|
*
bpf: sockmap: Add UDP support
Lorenz Bauer
2020-03-09
1
-4
/
+33
|
*
bpf: Add sockmap hooks for UDP sockets
Lorenz Bauer
2020-03-09
2
-0
/
+54
|
*
bpf: sockmap: Simplify sock_map_init_proto
Lorenz Bauer
2020-03-09
1
-15
/
+4
|
*
bpf: sockmap: Move generic sockmap hooks from BPF TCP
Lorenz Bauer
2020-03-09
2
-84
/
+106
|
*
bpf: tcp: Move assertions into tcp_bpf_get_proto
Lorenz Bauer
2020-03-09
2
-36
/
+31
|
*
skmsg: Update saved hooks only once
Lorenz Bauer
2020-03-09
1
-15
/
+1
|
*
bpf: sockmap: Only check ULP for TCP sockets
Lorenz Bauer
2020-03-09
2
-11
/
+2
|
*
bpf: Add selftests for BPF_MODIFY_RETURN
KP Singh
2020-03-04
1
-1
/
+21
|
*
bpf: Add test ops for BPF_PROG_TYPE_TRACING
KP Singh
2020-03-04
1
-9
/
+28
|
*
bpf: Add gso_size to __sk_buff
Willem de Bruijn
2020-03-04
2
-14
/
+37
*
|
ethtool: fix spelling mistake "exceeeds" -> "exceeds"
Colin Ian King
2020-03-13
2
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-13
39
-118
/
+305
|
\
\
|
*
|
taprio: Fix sending packets without dequeueing them
Vinicius Costa Gomes
2020-03-12
1
-3
/
+9
|
*
|
net: memcg: fix lockdep splat in inet_csk_accept()
Eric Dumazet
2020-03-12
1
-7
/
+7
|
*
|
seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol number
Paolo Lungaroni
2020-03-12
2
-2
/
+2
|
*
|
net: dsa: Don't instantiate phylink for CPU/DSA ports unless needed
Andrew Lunn
2020-03-12
1
-3
/
+9
|
*
|
net/packet: tpacket_rcv: do not increment ring index on drop
Willem de Bruijn
2020-03-12
1
-6
/
+7
|
*
|
net: caif: Add lockdep expression to RCU traversal primitive
Amol Grover
2020-03-12
1
-1
/
+2
|
*
|
mac80211: Do not send mesh HWMP PREQ if HWMP is disabled
Nicolas Cavallari
2020-03-11
1
-1
/
+2
|
*
|
nl80211: add missing attribute validation for channel switch
Jakub Kicinski
2020-03-11
1
-0
/
+1
|
*
|
nl80211: add missing attribute validation for beacon report scanning
Jakub Kicinski
2020-03-11
1
-0
/
+2
|
*
|
nl80211: add missing attribute validation for critical protocol indication
Jakub Kicinski
2020-03-11
1
-0
/
+2
|
*
|
net/smc: cancel event worker during device removal
Karsten Graul
2020-03-10
1
-0
/
+1
|
*
|
ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interface
Hangbin Liu
2020-03-10
1
-0
/
+4
|
*
|
net: memcg: late association of sock to memcg
Shakeel Butt
2020-03-10
2
-1
/
+24
|
*
|
Merge tag 'batadv-net-for-davem-20200306' of git://git.open-mesh.org/linux-merge
David S. Miller
2020-03-10
1
-0
/
+4
|
|
\
\
[next]