summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2019-08-08flow_offload: move tc indirect block to flow offloadwenxu-0/+215
2019-08-08net: use listified RX for handling GRO_NORMAL skbsEdward Cree-3/+49
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-15/+31
2019-08-06drop_monitor: Use pre_doit / post_doit hooksIdo Schimmel-7/+17
2019-08-06drop_monitor: Add extack supportIdo Schimmel-3/+7
2019-08-06drop_monitor: Avoid multiple blank linesIdo Schimmel-2/+0
2019-08-06drop_monitor: Document scope of spinlockIdo Schimmel-1/+1
2019-08-06drop_monitor: Rename and document scope of mutexIdo Schimmel-7/+13
2019-08-06drop_monitor: Use correct error codeIdo Schimmel-2/+2
2019-08-05net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer-5/+10
2019-08-01hrtimer/treewide: Use hrtimer_sleeper_start_expires()Thomas Gleixner-1/+1
2019-08-01hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior-3/+1
2019-07-30bpf: add bpf_tcp_gen_syncookie helperPetar Penkov-0/+73
2019-07-30hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner-1/+1
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon-31/+33
2019-07-29xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen-2/+7
2019-07-29net: fix ifindex collision during namespace removalJiri Pirko-0/+2
2019-07-27net: neigh: remove redundant assignment to variable bucketColin Ian King-1/+1
2019-07-25bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...Stanislav Fomichev-0/+9
2019-07-25bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev-2/+10
2019-07-25bpf: Allow bpf_skb_event_output for a few prog typesAllan Zhang-0/+6
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-10/+19
2019-07-23bpf: fix access to skb_shared_info->gso_segsEric Dumazet-3/+3
2019-07-22net: Rename skb_frag page to bv_pageMatthew Wilcox (Oracle)-1/+1
2019-07-22net: Use skb accessors in network coreMatthew Wilcox (Oracle)-14/+18
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend-2/+2
2019-07-22bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend-0/+3
2019-07-22bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend-0/+2
2019-07-22bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend-5/+9
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso-3/+3
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso-4/+5
2019-07-19net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso-6/+3
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-9/+21
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet-1/+1
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce-29/+25
2019-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-7/+17
2019-07-16skbuff: fix compilation warnings in skb_dump()Qian Cai-1/+1
2019-07-15bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6Stanislav Fomichev-1/+11
2019-07-15bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_okStanislav Fomichev-6/+6
2019-07-15net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi-0/+2
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko-1/+1
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-253/+1513
2019-07-09net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso-0/+18
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso-4/+16
2019-07-09net: flow_offload: add flow_block_cb_{priv, incref, decref}()Pablo Neira Ayuso-0/+18
2019-07-09net: flow_offload: add list handling functionsPablo Neira Ayuso-0/+17
2019-07-09net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free()Pablo Neira Ayuso-0/+28
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso-1/+1
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso-2/+2
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso-0/+25