summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4: use dst hint for ipv4 list receivePaolo Abeni2019-11-212-4/+73
* ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni2019-11-211-10/+0
* ipv6: introduce and uses route look hints for list input.Paolo Abeni2019-11-211-2/+24
* ipv6: keep track of routes using srcPaolo Abeni2019-11-212-0/+7
* net: dsa: ocelot: add hardware timestamping support for FelixYangbo Lu2019-11-211-1/+13
* bpf: skmsg, fix potential psock NULL pointer dereferenceJohn Fastabend2019-11-211-5/+8
* net: Fix Kconfig indentation, continuedKrzysztof Kozlowski2019-11-215-148/+148
* lwtunnel: check erspan options before allocating tun_infoXin Long2019-11-211-8/+16
* lwtunnel: be STRICT to validate the new LWTUNNEL_IP(6)_OPTSXin Long2019-11-211-0/+3
* net: remove the unnecessary strict_start_type in some policiesXin Long2019-11-213-3/+0
* net: sched: allow flower to match erspan optionsXin Long2019-11-211-0/+145
* net: sched: allow flower to match vxlan optionsXin Long2019-11-211-0/+109
* net: sched: add erspan option support to act_tunnel_keyXin Long2019-11-211-0/+118
* net: sched: add vxlan option support to act_tunnel_keyXin Long2019-11-211-1/+84
* vsock: avoid to assign transport if its initialization failsStefano Garzarella2019-11-211-1/+8
* tcp: warn if offset reach the maxlen limit when using snprintfHangbin Liu2019-11-203-0/+13
* ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recvwenxu2019-11-201-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-203-12/+45
|\
| * bpf: Fix memory leak on object 'data'Colin Ian King2019-11-181-1/+3
| * bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko2019-11-181-1/+1
| * bpf: Annotate context typesAlexei Starovoitov2019-11-151-10/+0
| * bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov2019-11-151-1/+1
| * bpf: Add kernel test functions for fentry testingAlexei Starovoitov2019-11-151-0/+41
* | net: ipconfig: Wait for deferred device probesThomas Bogendoerfer2019-11-201-0/+3
* | net: page_pool: add the possibility to sync DMA memory for deviceLorenzo Bianconi2019-11-201-2/+34
* | net: sched: pie: enable timestamp based delay calculationGautam Ramakrishnan2019-11-201-21/+99
* | page_pool: Don't recycle non-reusable pagesSaeed Mahameed2019-11-201-1/+13
* | page_pool: Add API to update numa nodeSaeed Mahameed2019-11-201-0/+8
* | netfilter: nft_payload: add C-VLAN offload supportPablo Neira Ayuso2019-11-201-0/+16
* | netfilter: nft_payload: add VLAN offload supportPablo Neira Ayuso2019-11-201-0/+22
* | netfilter: nf_tables_offload: allow ethernet interface type onlyPablo Neira Ayuso2019-11-202-0/+10
* | lwtunnel: add support for multiple geneve optsXin Long2019-11-201-36/+75
* | lwtunnel: change to use nla_put_u8 for LWTUNNEL_IP_OPT_ERSPAN_VERXin Long2019-11-181-1/+1
* | page_pool: add destroy attempts counter and rename tracepointJesper Dangaard Brouer2019-11-181-2/+11
* | xdp: remove memory poison on free for struct xdp_mem_allocatorJesper Dangaard Brouer2019-11-181-5/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-11-1815-123/+361
|\ \
| * | netfilter: nf_tables: add nft_unregister_flowtable_hook()Pablo Neira Ayuso2019-11-151-10/+14
| * | netfilter: nf_tables: check if bind callback fails and unbind if hook registr...wenxu2019-11-151-3/+11
| * | netfilter: nf_tables_offload: undo updates if transaction failsPablo Neira Ayuso2019-11-152-1/+64
| * | netfilter: nf_tables_offload: release flow_rule on error from commit pathPablo Neira Ayuso2019-11-151-5/+21
| * | netfilter: nf_tables_offload: remove reference to flow rule from deletion pathPablo Neira Ayuso2019-11-151-2/+1
| * | netfilter: nf_flow_table: remove unnecessary parameter in flow_offload_fill_dirwenxu2019-11-151-4/+4
| * | netfilter: nf_flow_table_offload: Fix check ndo_setup_tc when setup_blockwenxu2019-11-151-0/+3
| * | netfilter: Support iif matches in POSTROUTINGPhil Sutter2019-11-154-6/+6
| * | netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso2019-11-154-8/+121
| * | netfilter: nf_flow_table_offload: add flow_action_entry_next() and use itPablo Neira Ayuso2019-11-151-38/+38
| * | netfilter: nft_meta: use 64-bit time arithmeticArnd Bergmann2019-11-151-5/+5
| * | netfilter: xt_time: use time64_tArnd Bergmann2019-11-151-8/+11
| * | Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso2019-11-131-5/+18
| |\ \
| | * | netfilter: ipset: Add wildcard support to net,ifaceKristian Evensen2019-11-041-5/+18