summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2018-10-18bpf: use __GFP_COMP while allocating pageTushar Dave
2018-10-18rtnetlink: Fail dump if target netnsid is invalidDavid Ahern
2018-10-18net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski
2018-10-18rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet
2018-10-18rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira
2018-10-18net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-10-10bpf: Fix bpf_msg_pull_data()Tushar Dave
2018-10-10bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann
2018-10-10bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann
2018-10-10bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann
2018-10-10bpf: fix several offset tests in bpf_msg_pull_dataDaniel Borkmann
2018-09-29net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu
2018-09-29neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick
2018-09-26tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch
2018-09-15net/xdp: Fix suspicious RCU usage warningTariq Toukan
2018-08-22net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()Jeremy Cline
2018-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-07-28bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo
2018-07-28bpf: fix bpf_skb_load_bytes_relative pkt length checkDaniel Borkmann
2018-07-27xdp: add NULL pointer check in __xdp_return()Taehee Yoo
2018-07-26net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan
2018-07-23sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann
2018-07-22rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu
2018-07-21net: skb_segment() should not return NULLEric Dumazet
2018-07-19net/page_pool: Fix inconsistent lock state warningTariq Toukan
2018-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-07-13skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio
2018-07-12net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio
2018-07-11bpf: fix availability probing for seg6 helpersMathieu Xhonneux
2018-07-10bpf: fix ldx in ld_abs rewrite for large offsetsDaniel Borkmann
2018-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-07-07xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend
2018-07-07bpf: fix sk_skb programs without skb->dev assignedJohn Fastabend
2018-07-04gen_stats: Fix netlink stats dumping in the presence of paddingToke Høiland-Jørgensen
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-06-30net: fib_rules: bring back rule_exists to match rule during addRoopa Prabhu
2018-06-30net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang
2018-06-30net: cleanup gfp mask in alloc_skb_with_fragsMichal Hocko
2018-06-29net, mm: account sock objects to kmemcgShakeel Butt
2018-06-29bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-27fib_rules: match rules based on suppress_* properties tooJason A. Donenfeld
2018-06-20net: propagate dev_get_valid_name return codeLi RongQing
2018-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-15xdp: Fix handling of devmap in generic XDPToshiaki Makita
2018-06-15neighbour: skip NTF_EXT_LEARNED entries during forced gcRoopa Prabhu
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook