summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | 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
|\ \ \ \
| * | | | ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault2019-11-161-1/+2
| * | | | net/smc: fix fastopen for non-blocking connect()Ursula Braun2019-11-161-1/+1
| * | | | rds: ib: update WR sizes when bringing up connectionDag Moxnes2019-11-161-8/+15
| * | | | net: dsa: tag_8021q: Fix dsa_8021q_restore_pvid for an absent pvidVladimir Oltean2019-11-161-1/+1
| * | | | seg6: fix skb transport_header after decap_and_validate()Andrea Mayer2019-11-161-0/+6
| * | | | seg6: fix srh pointer in get_srh()Andrea Mayer2019-11-161-0/+5
| * | | | tipc: add back tipc prefix to log messagesMatt Bennett2019-11-142-2/+6
| * | | | Merge tag 'linux-can-fixes-for-5.4-20191113' of git://git.kernel.org/pub/scm/...David S. Miller2019-11-134-30/+112
| |\ \ \ \
| | * | | | can: j1939: warn if resources are still linked on destroyOleksij Rempel2019-11-132-0/+7
| | * | | | can: j1939: j1939_can_recv(): add priv refcountingOleksij Rempel2019-11-131-0/+2
| | * | | | can: j1939: transport: j1939_cancel_active_session(): use hrtimer_try_to_canc...Oleksij Rempel2019-11-131-1/+5