summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2018-07-23sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann1-3/+3
2018-07-22rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu1-3/+6
2018-07-21net: skb_segment() should not return NULLEric Dumazet1-5/+5
2018-07-19net/page_pool: Fix inconsistent lock state warningTariq Toukan1-1/+1
2018-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-18/+21
2018-07-13skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio1-2/+1
2018-07-12net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-0/+2
2018-07-11bpf: fix availability probing for seg6 helpersMathieu Xhonneux1-15/+8
2018-07-10bpf: fix ldx in ld_abs rewrite for large offsetsDaniel Borkmann1-3/+13
2018-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-10/+100
2018-07-07xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita1-2/+7
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend1-7/+91
2018-07-07bpf: fix sk_skb programs without skb->dev assignedJohn Fastabend1-1/+2
2018-07-04gen_stats: Fix netlink stats dumping in the presence of paddingToke Høiland-Jørgensen1-2/+14
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-46/+141
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-32/+54
2018-06-30net: fib_rules: bring back rule_exists to match rule during addRoopa Prabhu1-1/+71
2018-06-30net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang1-9/+2
2018-06-30net: cleanup gfp mask in alloc_skb_with_fragsMichal Hocko1-2/+1
2018-06-29net, mm: account sock objects to kmemcgShakeel Butt1-2/+5
2018-06-29bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern1-32/+54
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-4/+9
2018-06-27fib_rules: match rules based on suppress_* properties tooJason A. Donenfeld1-0/+8
2018-06-20net: propagate dev_get_valid_name return codeLi RongQing1-2/+2
2018-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-17/+4
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-18/+7
2018-06-15xdp: Fix handling of devmap in generic XDPToshiaki Makita1-17/+4
2018-06-15neighbour: skip NTF_EXT_LEARNED entries during forced gcRoopa Prabhu1-4/+6
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook1-1/+2
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-2/+2
2018-06-12Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"Bart Van Assche1-14/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds16-520/+2784
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+9
2018-06-05rtnetlink: validate attributes in do_setlink()Eric Dumazet1-4/+4
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-12/+98
2018-06-05devlink: Add extack to reload and port_{un, }split operationsDavid Ahern1-8/+10
2018-06-05xdp: add MEM_TYPE_ZERO_COPYBjörn Töpel1-5/+14
2018-06-04net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound socketsMaciej Żenczykowski1-1/+14
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-15/+4
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-19/+1
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek1-1/+1
2018-06-04Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller1-1/+1
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek1-1/+1
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-96/+16
2018-06-03bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern1-1/+1
2018-06-03bpf/xdp: non-map redirect can avoid calling ndo_xdp_flushJesper Dangaard Brouer1-2/+1
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer1-1/+1
2018-06-03bpf: make sure to clear unused fields in tunnel/xfrm state fetchDaniel Borkmann1-0/+6