index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-30
flow_dissector: skip the ICMP dissector for non ICMP packets
Matteo Croce
1
-9
/
+25
2019-10-30
flow_dissector: add meaningful comments
Matteo Croce
1
-0
/
+6
2019-10-28
sock: remove unneeded semicolon
YueHaibing
1
-1
/
+1
2019-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+14
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
6
-35
/
+49
2019-10-17
pktgen: remove unnecessary assignment in pktgen_xmit()
Yunsheng Lin
1
-1
/
+0
2019-10-17
bpf: Check types of arguments passed into helpers
Alexei Starovoitov
1
-1
/
+14
2019-10-15
net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()
Alexander Lobakin
1
-24
/
+25
2019-10-15
net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions
Davide Caratti
1
-8
/
+11
2019-10-15
net: avoid errors when trying to pop MLPS header on non-MPLS packets
Davide Caratti
1
-1
/
+1
2019-10-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-7
/
+41
2019-10-13
tcp: annotate sk->sk_wmem_queued lockless reads
Eric Dumazet
2
-2
/
+2
2019-10-13
tcp: annotate sk->sk_sndbuf lockless reads
Eric Dumazet
2
-7
/
+11
2019-10-13
tcp: annotate sk->sk_rcvbuf lockless reads
Eric Dumazet
3
-4
/
+6
2019-10-13
tcp: add rcu protection around tp->fastopen_rsk
Eric Dumazet
1
-1
/
+1
2019-10-11
devlink: propagate extack down to health reporter ops
Jiri Pirko
1
-9
/
+11
2019-10-11
devlink: don't do reporter recovery if the state is healthy
Jiri Pirko
1
-0
/
+3
2019-10-11
sock_get_timeout: drop unnecessary return variable
Vito Caputo
1
-6
/
+3
2019-10-11
xdp: Trivial, fix spelling in function description
Anton Ivanov
1
-1
/
+1
2019-10-11
flow_dissector: Allow updating the flow dissector program atomically
Jakub Sitnicki
1
-3
/
+7
2019-10-09
net: silence KCSAN warnings about sk->sk_backlog.len reads
Eric Dumazet
1
-1
/
+1
2019-10-09
net: annotate sk->sk_rcvlowat lockless reads
Eric Dumazet
2
-2
/
+2
2019-10-09
net: silence KCSAN warnings around sk_add_backlog() calls
Eric Dumazet
1
-1
/
+1
2019-10-09
net: avoid possible false sharing in sk_leave_memory_pressure()
Eric Dumazet
1
-2
/
+2
2019-10-09
netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID
Nicolas Dichtel
1
-6
/
+11
2019-10-08
Revert "tun: call dev_get_valid_name() before register_netdevice()"
Eric Dumazet
1
-3
/
+2
2019-10-07
bpf/flow_dissector: add mode to enforce global BPF flow dissector
Stanislav Fomichev
1
-4
/
+34
2019-10-07
net: sockmap: use bitmap for copy info
Jakub Kicinski
1
-2
/
+2
2019-10-07
net: core: use helper skb_ensure_writable in more places
Heiner Kallweit
1
-12
/
+8
2019-10-07
net: devlink: fix reporter dump dumpit
Jiri Pirko
1
-1
/
+2
2019-10-06
devlink: have genetlink code to parse the attrs during dumpit
Jiri Pirko
1
-32
/
+6
2019-10-05
net: devlink: export devlink net setter
Jiri Pirko
1
-3
/
+12
2019-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-8
/
+13
2019-10-04
net: devlink: don't ignore errors during dumpit
Jiri Pirko
1
-6
/
+24
2019-10-04
net: make sock_prot_memory_pressure() return "const char *"
Alexey Dobriyan
1
-1
/
+1
2019-10-04
net: spread "enum sock_flags"
Alexey Dobriyan
1
-2
/
+3
2019-10-04
net: devlink: allow to change namespaces during reload
Jiri Pirko
1
-8
/
+146
2019-10-04
net: devlink: export devlink net getter
Jiri Pirko
1
-1
/
+2
2019-10-04
net: fib_notifier: propagate extack down to the notifier block callback
Jiri Pirko
2
-7
/
+12
2019-10-04
net: fib_notifier: propagate possible error during fib notifier registration
Jiri Pirko
1
-3
/
+8
2019-10-04
net: fib_notifier: make FIB notifier per-netns
Jiri Pirko
2
-52
/
+42
2019-10-03
net: propagate errors correctly in register_netdevice()
Eric Dumazet
1
-0
/
+1
2019-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-1
/
+1
2019-10-02
net: introduce per-netns netdevice notifiers
Jiri Pirko
1
-0
/
+87
2019-10-02
net: push loops and nb calls into helper functions
Jiri Pirko
1
-28
/
+61
2019-10-01
net: rtnetlink: add possibility to use alternative names as message handle
Jiri Pirko
1
-11
/
+18
2019-10-01
net: rtnetlink: introduce helper to get net_device instance by ifname
Jiri Pirko
1
-20
/
+25
2019-10-01
net: rtnetlink: unify the code in __rtnl_newlink get dev with the rest
Jiri Pirko
1
-6
/
+4
2019-10-01
net: rtnetlink: put alternative names to getlink message
Jiri Pirko
1
-0
/
+53
2019-10-01
net: rtnetlink: add linkprop commands to add and delete alternative ifnames
Jiri Pirko
2
-1
/
+160
[next]