index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtnetlink: add rtnl_link_state check in rtnl_configure_link
Roopa Prabhu
2018-07-22
1
-3
/
+6
*
net: skb_segment() should not return NULL
Eric Dumazet
2018-07-21
1
-5
/
+5
*
net/page_pool: Fix inconsistent lock state warning
Tariq Toukan
2018-07-19
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-07-13
1
-18
/
+21
|
\
|
*
bpf: fix availability probing for seg6 helpers
Mathieu Xhonneux
2018-07-11
1
-15
/
+8
|
*
bpf: fix ldx in ld_abs rewrite for large offsets
Daniel Borkmann
2018-07-10
1
-3
/
+13
*
|
skbuff: Unconditionally copy pfmemalloc in __skb_clone()
Stefano Brivio
2018-07-13
1
-2
/
+1
*
|
net: Don't copy pfmemalloc flag in __copy_skb_header()
Stefano Brivio
2018-07-12
1
-0
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-07-08
1
-10
/
+100
|
\
|
*
xdp: XDP_REDIRECT should check IFF_UP and MTU
Toshiaki Makita
2018-07-07
1
-2
/
+7
|
*
bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb
John Fastabend
2018-07-07
1
-7
/
+91
|
*
bpf: fix sk_skb programs without skb->dev assigned
John Fastabend
2018-07-07
1
-1
/
+2
*
|
gen_stats: Fix netlink stats dumping in the presence of padding
Toke Høiland-Jørgensen
2018-07-04
1
-2
/
+14
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-07-02
5
-46
/
+141
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-07-01
1
-32
/
+54
|
|
\
|
|
*
bpf: Change bpf_fib_lookup to return lookup status
David Ahern
2018-06-29
1
-32
/
+54
|
*
|
net: fib_rules: bring back rule_exists to match rule during add
Roopa Prabhu
2018-06-30
1
-1
/
+71
|
*
|
net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN
Cong Wang
2018-06-30
1
-9
/
+2
|
*
|
net: cleanup gfp mask in alloc_skb_with_frags
Michal Hocko
2018-06-30
1
-2
/
+1
|
*
|
net, mm: account sock objects to kmemcg
Shakeel Butt
2018-06-29
1
-2
/
+5
|
*
|
fib_rules: match rules based on suppress_* properties too
Jason A. Donenfeld
2018-06-27
1
-0
/
+8
|
|
/
*
/
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
1
-4
/
+9
|
/
*
net: propagate dev_get_valid_name return code
Li RongQing
2018-06-20
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-06-17
1
-17
/
+4
|
\
|
*
xdp: Fix handling of devmap in generic XDP
Toshiaki Makita
2018-06-15
1
-17
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-06-16
2
-18
/
+7
|
\
\
|
*
|
neighbour: skip NTF_EXT_LEARNED entries during forced gc
Roopa Prabhu
2018-06-15
1
-4
/
+6
|
*
|
Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"
Bart Van Assche
2018-06-12
1
-14
/
+1
|
|
/
*
|
treewide: Use array_size() in vzalloc_node()
Kees Cook
2018-06-12
1
-1
/
+2
*
|
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
1
-3
/
+3
*
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-2
/
+2
*
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
2
-2
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-06-06
16
-520
/
+2784
|
\
|
*
rtnetlink: validate attributes in do_setlink()
Eric Dumazet
2018-06-05
1
-4
/
+4
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-06-05
2
-12
/
+98
|
|
\
|
|
*
xdp: add MEM_TYPE_ZERO_COPY
Björn Töpel
2018-06-05
1
-5
/
+14
|
|
*
bpf: flowlabel in bpf_fib_lookup should be flowinfo
David Ahern
2018-06-03
1
-1
/
+1
|
|
*
bpf/xdp: non-map redirect can avoid calling ndo_xdp_flush
Jesper Dangaard Brouer
2018-06-03
1
-2
/
+1
|
|
*
xdp: add flags argument to ndo_xdp_xmit API
Jesper Dangaard Brouer
2018-06-03
1
-1
/
+1
|
|
*
bpf: make sure to clear unused fields in tunnel/xfrm state fetch
Daniel Borkmann
2018-06-03
1
-0
/
+6
|
|
*
bpf: add bpf_skb_cgroup_id helper
Daniel Borkmann
2018-06-03
1
-2
/
+27
|
|
*
bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT for unsupported address fa...
David Ahern
2018-05-30
1
-2
/
+2
|
|
*
bpf: Verify flags in bpf_fib_lookup
David Ahern
2018-05-29
1
-0
/
+6
|
|
*
bpf: hide the unused 'off' variable
YueHaibing
2018-05-29
1
-0
/
+2
|
|
*
bpf: Hooks for sys_sendmsg
Andrey Ignatov
2018-05-28
1
-0
/
+39
|
*
|
devlink: Add extack to reload and port_{un, }split operations
David Ahern
2018-06-05
1
-8
/
+10
|
*
|
net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets
Maciej Żenczykowski
2018-06-04
1
-1
/
+14
|
*
|
ipv6: omit traffic class when calculating flow hash
Michal Kubecek
2018-06-04
1
-1
/
+1
|
*
|
Revert "ipv6: omit traffic class when calculating flow hash"
David S. Miller
2018-06-04
1
-1
/
+1
|
*
|
ipv6: omit traffic class when calculating flow hash
Michal Kubecek
2018-06-04
1
-1
/
+1
[next]