summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso
2019-07-19net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-16skbuff: fix compilation warnings in skb_dump()Qian Cai
2019-07-15bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6Stanislav Fomichev
2019-07-15bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_okStanislav Fomichev
2019-07-15net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-07-09net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso
2019-07-09net: flow_offload: add flow_block_cb_{priv, incref, decref}()Pablo Neira Ayuso
2019-07-09net: flow_offload: add list handling functionsPablo Neira Ayuso
2019-07-09net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free()Pablo Neira Ayuso
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso
2019-07-09net/flow_dissector: add connection tracking dissectionPaul Blakey
2019-07-09devlink: Introduce PCI VF port flavour and port attributeParav Pandit
2019-07-09devlink: Introduce PCI PF port flavour and port attributeParav Pandit
2019-07-09devlink: Return physical port fields only for applicable port flavoursParav Pandit
2019-07-09devlink: Refactor physical port attributesParav Pandit
2019-07-08net: sched: add mpls manipulation actions to TCJohn Hurley
2019-07-08net: core: add MPLS update core helper and use in OvSJohn Hurley
2019-07-08net: core: move pop MPLS functionality from OvS to core helperJohn Hurley
2019-07-08net: core: move push MPLS functionality from OvS to core helperJohn Hurley
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-08skbuff: increase verbosity when dumping skb dataWillem de Bruijn
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-08coallocate socket_wq with socket itselfAl Viro
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-07-08net: core: page_pool: add user refcnt and reintroduce page_pool_destroyIvan Khoronzhuk
2019-07-08bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addrStanislav Fomichev
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-03bpf: add icsk_retransmits to bpf_tcp_sockStanislav Fomichev
2019-07-03bpf: add dsack_dups/delivered{, _ce} to bpf_tcp_sockStanislav Fomichev
2019-07-03bpf: split shared bpf_tcp_sock and bpf_sock_ops implementationStanislav Fomichev
2019-07-01blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar
2019-07-01net: link_watch: prevent starvation when processing linkwatch wqYunsheng Lin
2019-06-30Merge tag 'mlx5e-updates-2019-06-28' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2019-06-29bpf_xdp_redirect_map: Perform map lookup in eBPF helperToke Høiland-Jørgensen
2019-06-29devmap: Rename ifindex member in bpf_redirect_infoToke Høiland-Jørgensen
2019-06-29devmap/cpumap: Use flush list instead of bitmapToke Høiland-Jørgensen
2019-06-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2019-06-28net: sched: refactor reinsert actionJohn Hurley