summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | 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
| | * | | | | | | | netfilter: nft_payload: add C-VLAN supportPablo Neira Ayuso2019-11-131-7/+16
| | * | | | | | | | netfilter: nf_tables_offload: pass extack to nft_flow_cls_offload_setup()Pablo Neira Ayuso2019-11-131-4/+8
| | * | | | | | | | netfilter: nf_tables: add nft_payload_rebuild_vlan_hdr()Pablo Neira Ayuso2019-11-131-5/+14
| | * | | | | | | | netfilter: nft_payload: simplify vlan header handlingPablo Neira Ayuso2019-11-131-19/+9
| | * | | | | | | | netfilter: nft_meta: offload support for interface indexPablo Neira Ayuso2019-11-131-0/+4
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-1614-44/+161
| |\ \ \ \ \ \ \ \
| * | | | | | | | | net: core: allow fast GRO for skbs with Ethernet header in headAlexander Lobakin2019-11-161-2/+1
| * | | | | | | | | page_pool: do not release pool until inflight == 0.Jonathan Lemon2019-11-162-123/+120
| * | | | | | | | | net/smc: remove unused constantUrsula Braun2019-11-161-2/+0
| * | | | | | | | | net/smc: use rcu_barrier() on module unloadUrsula Braun2019-11-161-0/+2
| * | | | | | | | | net/smc: guarantee removal of link groups in rebootUrsula Braun2019-11-161-1/+15
| * | | | | | | | | net/smc: introduce bookkeeping of SMCR link groupsUrsula Braun2019-11-165-6/+45
| * | | | | | | | | net: openvswitch: don't call pad_packet if not necessaryTonghao Zhang2019-11-151-14/+8
| * | | | | | | | | net: dsa: ocelot: add tagger for Ocelot/Felix switchesVladimir Oltean2019-11-153-0/+237
| * | | | | | | | | net/smc: immediate termination for SMCR link groupsUrsula Braun2019-11-154-22/+46
| * | | | | | | | | net/smc: wait for tx completions before link freeingUrsula Braun2019-11-153-3/+28
| * | | | | | | | | net/smc: abnormal termination without orderly flagUrsula Braun2019-11-151-6/+4
| * | | | | | | | | net/smc: no WR buffer wait for terminating link groupUrsula Braun2019-11-153-4/+19