index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
devlink: Add method for time-stamp on reporter's dump
Aya Levin
2019-11-12
1
-0
/
+6
*
devlink: disallow reload operation during device cleanup
Jiri Pirko
2019-11-10
1
-1
/
+38
*
net/tls: fix sk_msg trim on fallback to copy mode
Jakub Kicinski
2019-11-06
1
-5
/
+15
*
net: fix installing orphaned programs
Jakub Kicinski
2019-11-01
1
-1
/
+2
*
net: annotate accesses to sk->sk_incoming_cpu
Eric Dumazet
2019-10-30
1
-2
/
+2
*
net: rtnetlink: fix a typo fbd -> fdb
Nikolay Aleksandrov
2019-10-30
1
-1
/
+1
*
net: add READ_ONCE() annotation in __skb_wait_for_more_packets()
Eric Dumazet
2019-10-28
1
-1
/
+1
*
net: use skb_queue_empty_lockless() in busy poll contexts
Eric Dumazet
2019-10-28
2
-2
/
+2
*
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
2019-10-28
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-10-27
1
-1
/
+6
|
\
|
*
bpf: lwtunnel: Fix reroute supplying invalid dst
Jiri Benc
2019-10-14
1
-1
/
+6
*
|
net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
zhanglin
2019-10-26
1
-1
/
+3
*
|
netns: fix GFP flags in rtnl_net_notifyid()
Guillaume Nault
2019-10-26
3
-16
/
+17
*
|
net: remove unnecessary variables and callback
Taehee Yoo
2019-10-24
2
-25
/
+6
*
|
net: core: add ignore flag to netdev_adjacent structure
Taehee Yoo
2019-10-24
1
-21
/
+209
*
|
net: core: add generic lockdep keys
Taehee Yoo
2019-10-24
2
-84
/
+44
*
|
net: core: limit nested device depth
Taehee Yoo
2019-10-24
1
-45
/
+227
*
|
keys: Fix memory leak in copy_net_ns
Takeshi Misawa
2019-10-24
1
-0
/
+1
*
|
net/flow_dissector: switch to siphash
Eric Dumazet
2019-10-24
1
-22
/
+16
*
|
net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions
Davide Caratti
2019-10-16
1
-8
/
+11
*
|
net: avoid errors when trying to pop MLPS header on non-MPLS packets
Davide Caratti
2019-10-16
1
-1
/
+1
|
/
*
tcp: annotate sk->sk_wmem_queued lockless reads
Eric Dumazet
2019-10-13
2
-2
/
+2
*
tcp: annotate sk->sk_sndbuf lockless reads
Eric Dumazet
2019-10-13
2
-7
/
+11
*
tcp: annotate sk->sk_rcvbuf lockless reads
Eric Dumazet
2019-10-13
3
-4
/
+6
*
tcp: add rcu protection around tp->fastopen_rsk
Eric Dumazet
2019-10-13
1
-1
/
+1
*
net: silence KCSAN warnings about sk->sk_backlog.len reads
Eric Dumazet
2019-10-10
1
-1
/
+1
*
net: annotate sk->sk_rcvlowat lockless reads
Eric Dumazet
2019-10-10
2
-2
/
+2
*
net: silence KCSAN warnings around sk_add_backlog() calls
Eric Dumazet
2019-10-10
1
-1
/
+1
*
net: avoid possible false sharing in sk_leave_memory_pressure()
Eric Dumazet
2019-10-10
1
-2
/
+2
*
netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID
Nicolas Dichtel
2019-10-10
1
-6
/
+11
*
net: make sock_prot_memory_pressure() return "const char *"
Alexey Dobriyan
2019-10-04
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2019-10-02
1
-1
/
+1
|
\
|
*
netfilter: drop bridge nf reset from nf_reset
Florian Westphal
2019-10-01
1
-1
/
+1
*
|
devlink: Fix error handling in param and info_get dumpit cb
Vasundhara Volam
2019-10-01
1
-3
/
+3
|
/
*
net: Unpublish sk from sk_reuseport_cb before call_rcu
Martin KaFai Lau
2019-10-01
1
-3
/
+8
*
sk_buff: drop all skb extensions on free and skb scrubbing
Florian Westphal
2019-09-27
2
-3
/
+3
*
net: print proper warning on dst underflow
Jason A. Donenfeld
2019-09-26
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2019-09-18
20
-210
/
+3082
|
\
|
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-17
2
-8
/
+23
|
|
\
|
|
*
udp: correct reuseport selection with connected sockets
Willem de Bruijn
2019-09-16
1
-2
/
+13
|
|
*
net/sched: fix race between deactivation and dequeue for NOLOCK qdisc
Paolo Abeni
2019-09-15
1
-6
/
+10
|
*
|
ethtool: implement Energy Detect Powerdown support via phy-tunable
Alexandru Ardelean
2019-09-16
1
-0
/
+6
|
*
|
drop_monitor: Better sanitize notified packets
Ido Schimmel
2019-09-16
1
-0
/
+6
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-15
3
-0
/
+24
|
|
\
|
|
*
|
net: devlink: move reload fail indication to devlink core and expose to user
Jiri Pirko
2019-09-13
1
-1
/
+20
|
*
|
net: devlink: split reload op into two
Jiri Pirko
2019-09-13
1
-4
/
+12
|
*
|
devlink: add 'reset_dev_on_drv_probe' param
Dirk van der Merwe
2019-09-10
1
-0
/
+5
|
*
|
net: fib_notifier: move fib_notifier_ops from struct net into per-net struct
Jiri Pirko
2019-09-07
1
-6
/
+23
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-06
4
-9
/
+121
|
|
\
\
|
|
*
|
bpf: fix error check in bpf_tcp_gen_syncookie
Petar Penkov
2019-08-31
1
-1
/
+1
[next]