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
2018-07-23
sock: fix sg page frag coalescing in sk_alloc_sg
Daniel Borkmann
1
-3
/
+3
2018-07-22
rtnetlink: add rtnl_link_state check in rtnl_configure_link
Roopa Prabhu
1
-3
/
+6
2018-07-21
net: skb_segment() should not return NULL
Eric Dumazet
1
-5
/
+5
2018-07-19
net/page_pool: Fix inconsistent lock state warning
Tariq Toukan
1
-1
/
+1
2018-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-18
/
+21
2018-07-13
skbuff: Unconditionally copy pfmemalloc in __skb_clone()
Stefano Brivio
1
-2
/
+1
2018-07-12
net: Don't copy pfmemalloc flag in __copy_skb_header()
Stefano Brivio
1
-0
/
+2
2018-07-11
bpf: fix availability probing for seg6 helpers
Mathieu Xhonneux
1
-15
/
+8
2018-07-10
bpf: fix ldx in ld_abs rewrite for large offsets
Daniel Borkmann
1
-3
/
+13
2018-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-10
/
+100
2018-07-07
xdp: XDP_REDIRECT should check IFF_UP and MTU
Toshiaki Makita
1
-2
/
+7
2018-07-07
bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb
John Fastabend
1
-7
/
+91
2018-07-07
bpf: fix sk_skb programs without skb->dev assigned
John Fastabend
1
-1
/
+2
2018-07-04
gen_stats: Fix netlink stats dumping in the presence of padding
Toke Høiland-Jørgensen
1
-2
/
+14
2018-07-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-46
/
+141
2018-07-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-32
/
+54
2018-06-30
net: fib_rules: bring back rule_exists to match rule during add
Roopa Prabhu
1
-1
/
+71
2018-06-30
net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN
Cong Wang
1
-9
/
+2
2018-06-30
net: cleanup gfp mask in alloc_skb_with_frags
Michal Hocko
1
-2
/
+1
2018-06-29
net, mm: account sock objects to kmemcg
Shakeel Butt
1
-2
/
+5
2018-06-29
bpf: Change bpf_fib_lookup to return lookup status
David Ahern
1
-32
/
+54
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-4
/
+9
2018-06-27
fib_rules: match rules based on suppress_* properties too
Jason A. Donenfeld
1
-0
/
+8
2018-06-20
net: propagate dev_get_valid_name return code
Li RongQing
1
-2
/
+2
2018-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-17
/
+4
2018-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-18
/
+7
2018-06-15
xdp: Fix handling of devmap in generic XDP
Toshiaki Makita
1
-17
/
+4
2018-06-15
neighbour: skip NTF_EXT_LEARNED entries during forced gc
Roopa Prabhu
1
-4
/
+6
2018-06-12
treewide: Use array_size() in vzalloc_node()
Kees Cook
1
-1
/
+2
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
1
-3
/
+3
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+2
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2
-2
/
+2
2018-06-12
Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"
Bart Van Assche
1
-14
/
+1
2018-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
16
-520
/
+2784
2018-06-06
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+9
2018-06-05
rtnetlink: validate attributes in do_setlink()
Eric Dumazet
1
-4
/
+4
2018-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-12
/
+98
2018-06-05
devlink: Add extack to reload and port_{un, }split operations
David Ahern
1
-8
/
+10
2018-06-05
xdp: add MEM_TYPE_ZERO_COPY
Björn Töpel
1
-5
/
+14
2018-06-04
net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets
Maciej Żenczykowski
1
-1
/
+14
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2
-15
/
+4
2018-06-04
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-19
/
+1
2018-06-04
ipv6: omit traffic class when calculating flow hash
Michal Kubecek
1
-1
/
+1
2018-06-04
Revert "ipv6: omit traffic class when calculating flow hash"
David S. Miller
1
-1
/
+1
2018-06-04
ipv6: omit traffic class when calculating flow hash
Michal Kubecek
1
-1
/
+1
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
3
-96
/
+16
2018-06-03
bpf: flowlabel in bpf_fib_lookup should be flowinfo
David Ahern
1
-1
/
+1
2018-06-03
bpf/xdp: non-map redirect can avoid calling ndo_xdp_flush
Jesper Dangaard Brouer
1
-2
/
+1
2018-06-03
xdp: add flags argument to ndo_xdp_xmit API
Jesper Dangaard Brouer
1
-1
/
+1
2018-06-03
bpf: make sure to clear unused fields in tunnel/xfrm state fetch
Daniel Borkmann
1
-0
/
+6
[next]