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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-03
bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro
Martin KaFai Lau
2
-2
/
+6
2019-06-03
bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_err
Martin KaFai Lau
1
-1
/
+1
2019-05-24
bpf: sockmap, fix use after free from sleep in psock backlog workqueue
John Fastabend
1
-0
/
+1
2019-05-21
bpf: Check sk_fullsock() before returning from bpf_sk_lookup()
Martin KaFai Lau
1
-2
/
+14
2019-05-21
bpf: fix out-of-bounds read in __bpf_skc_lookup
Lorenz Bauer
1
-1
/
+7
2019-05-20
net: qrtr: Fix message type of outgoing packets
Bjorn Andersson
1
-2
/
+2
2019-05-20
vlan: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-05-20
tipc: fix modprobe tipc failed after switch order of device registration
Junwei Hu
3
-10
/
+27
2019-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
27
-129
/
+214
2019-05-19
net: fix kernel-doc warnings for socket.c
Randy Dunlap
1
-17
/
+17
2019-05-19
net: Treat sock->sk_drops as an unsigned int when printing
Patrick Talbert
6
-6
/
+6
2019-05-18
vsock/virtio: Initialize core virtio vsock before registering the driver
Jorge E. Moreira
1
-7
/
+6
2019-05-18
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
1
-1
/
+1
2019-05-17
Revert "tipc: fix modprobe tipc failed after switch order of device registrat...
David S. Miller
1
-7
/
+7
2019-05-17
vsock/virtio: free packets during the socket release
Stefano Garzarella
1
-0
/
+7
2019-05-17
tipc: fix modprobe tipc failed after switch order of device registration
Junwei Hu
1
-7
/
+7
2019-05-17
net: caif: fix the value of size argument of snprintf
swkhack
5
-6
/
+5
2019-05-16
Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-5
/
+47
2019-05-16
Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
5
-69
/
+66
2019-05-16
ipv6: fix src addr routing with the exception table
Wei Wang
1
-24
/
+27
2019-05-16
net: avoid weird emergency message
Eric Dumazet
1
-1
/
+1
2019-05-16
xfrm: ressurrect "Fix uninitialized memory read in _decode_session4"
Florian Westphal
1
-11
/
+13
2019-05-16
tipc: switch order of device registration to fix a crash
Junwei Hu
1
-7
/
+7
2019-05-16
ipv6: prevent possible fib6 leaks
Eric Dumazet
2
-3
/
+16
2019-05-16
net: bpfilter: fallback to netfilter if failed to load bpfilter kernel module
Konstantin Khlebnikov
1
-4
/
+2
2019-05-16
hv_sock: Add support for delayed close
Sunil Muthuswamy
1
-31
/
+77
2019-05-16
flow_offload: support CVLAN match
Edward Cree
1
-0
/
+7
2019-05-16
rxrpc: Allow the kernel to mark a call as being non-interruptible
David Howells
5
-3
/
+16
2019-05-16
rxrpc: Provide kernel interface to set max lifespan on a call
David Howells
1
-0
/
+25
2019-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-5
/
+9
2019-05-15
Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
6
-117
/
+227
2019-05-16
bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0
John Fastabend
1
-1
/
+4
2019-05-15
dns_resolver: Allow used keys to be invalidated
David Howells
2
-2
/
+6
2019-05-15
tcp: do not recycle cloned skbs
Eric Dumazet
1
-1
/
+1
2019-05-14
net: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISC
Sinan Kaya
1
-1
/
+1
2019-05-14
rtnetlink: always put IFLA_LINK for links with a link-netnsid
Sabrina Dubroca
1
-6
/
+10
2019-05-14
tcp: fix retrans timestamp on passive Fast Open
Yuchung Cheng
1
-0
/
+3
2019-05-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
4
-5
/
+6
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
3
-3
/
+4
2019-05-14
mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM
Ira Weiny
1
-2
/
+2
2019-05-14
bpf: sockmap fix msg->sg.size account on ingress skb
John Fastabend
1
-0
/
+1
2019-05-14
bpf: sockmap remove duplicate queue free
John Fastabend
1
-2
/
+0
2019-05-14
bpf: sockmap, only stop/flush strp if it was enabled at some point
John Fastabend
1
-2
/
+4
2019-05-13
flow_dissector: disable preemption around BPF calls
Eric Dumazet
1
-0
/
+2
2019-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
8
-34
/
+88
2019-05-12
net: dccp : proto: remove Unneeded variable "err"
Hariprasad Kelam
1
-2
/
+1
2019-05-12
net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variable
Vladimir Oltean
1
-0
/
+2
2019-05-11
net: qrtr: use protocol endiannes variable
Nicholas Mc Guire
1
-3
/
+4
2019-05-10
dsa: tag_brcm: Fix build error without CONFIG_NET_DSA_TAG_BRCM_PREPEND
YueHaibing
1
-1
/
+1
2019-05-10
bridge: Fix error path for kobject_init_and_add()
Tobin C. Harding
1
-7
/
+6
[next]