summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann2018-07-231-3/+3
* rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu2018-07-221-3/+6
* net: skb_segment() should not return NULLEric Dumazet2018-07-211-5/+5
* net/page_pool: Fix inconsistent lock state warningTariq Toukan2018-07-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-131-18/+21
|\
| * bpf: fix availability probing for seg6 helpersMathieu Xhonneux2018-07-111-15/+8
| * bpf: fix ldx in ld_abs rewrite for large offsetsDaniel Borkmann2018-07-101-3/+13
* | skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio2018-07-131-2/+1
* | net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio2018-07-121-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-081-10/+100
|\
| * xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita2018-07-071-2/+7
| * bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend2018-07-071-7/+91
| * bpf: fix sk_skb programs without skb->dev assignedJohn Fastabend2018-07-071-1/+2
* | gen_stats: Fix netlink stats dumping in the presence of paddingToke Høiland-Jørgensen2018-07-041-2/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-025-46/+141
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-011-32/+54
| |\
| | * bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern2018-06-291-32/+54
| * | net: fib_rules: bring back rule_exists to match rule during addRoopa Prabhu2018-06-301-1/+71
| * | net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang2018-06-301-9/+2
| * | net: cleanup gfp mask in alloc_skb_with_fragsMichal Hocko2018-06-301-2/+1
| * | net, mm: account sock objects to kmemcgShakeel Butt2018-06-291-2/+5
| * | fib_rules: match rules based on suppress_* properties tooJason A. Donenfeld2018-06-271-0/+8
| |/
* / Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-4/+9
|/
* net: propagate dev_get_valid_name return codeLi RongQing2018-06-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-171-17/+4
|\
| * xdp: Fix handling of devmap in generic XDPToshiaki Makita2018-06-151-17/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-162-18/+7
|\ \
| * | neighbour: skip NTF_EXT_LEARNED entries during forced gcRoopa Prabhu2018-06-151-4/+6
| * | Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"Bart Van Assche2018-06-121-14/+1
| |/
* | treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-121-1/+2
* | treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-3/+3
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-0616-520/+2784
|\
| * rtnetlink: validate attributes in do_setlink()Eric Dumazet2018-06-051-4/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-052-12/+98
| |\
| | * xdp: add MEM_TYPE_ZERO_COPYBjörn Töpel2018-06-051-5/+14
| | * bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern2018-06-031-1/+1
| | * bpf/xdp: non-map redirect can avoid calling ndo_xdp_flushJesper Dangaard Brouer2018-06-031-2/+1
| | * xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-031-1/+1
| | * bpf: make sure to clear unused fields in tunnel/xfrm state fetchDaniel Borkmann2018-06-031-0/+6
| | * bpf: add bpf_skb_cgroup_id helperDaniel Borkmann2018-06-031-2/+27
| | * bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT for unsupported address fa...David Ahern2018-05-301-2/+2
| | * bpf: Verify flags in bpf_fib_lookupDavid Ahern2018-05-291-0/+6
| | * bpf: hide the unused 'off' variableYueHaibing2018-05-291-0/+2
| | * bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-281-0/+39
| * | devlink: Add extack to reload and port_{un, }split operationsDavid Ahern2018-06-051-8/+10
| * | net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound socketsMaciej Żenczykowski2018-06-041-1/+14
| * | ipv6: omit traffic class when calculating flow hashMichal Kubecek2018-06-041-1/+1
| * | Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller2018-06-041-1/+1