summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sched: extract qstats update code into functionsVlad Buslov2019-10-305-5/+5
* net: sched: extract bstats update code into functionVlad Buslov2019-10-306-6/+6
* net: sched: extract common action counters update code into functionVlad Buslov2019-10-306-26/+19
* net: qrtr: Simplify 'qrtr_tun_release()'Christophe JAILLET2019-10-301-5/+1
* net: dsa: add ethtool pause configuration supportHeiner Kallweit2019-10-301-0/+18
* flow_dissector: extract more ICMP informationMatteo Croce2019-10-301-24/+50
* flow_dissector: skip the ICMP dissector for non ICMP packetsMatteo Croce2019-10-301-9/+25
* flow_dissector: add meaningful commentsMatteo Croce2019-10-301-0/+6
* tipc: add smart nagle featureJon Maloy2019-10-304-20/+169
* net: bridge: fdb: set flags directly in fdb_createNikolay Aleksandrov2019-10-291-11/+7
* net: bridge: fdb: convert offloaded to use bitopsNikolay Aleksandrov2019-10-293-8/+9
* net: bridge: fdb: convert added_by_external_learn to use bitopsNikolay Aleksandrov2019-10-292-12/+11
* net: bridge: fdb: convert added_by_user to bitopsNikolay Aleksandrov2019-10-293-17/+18
* net: bridge: fdb: convert is_sticky to bitopsNikolay Aleksandrov2019-10-292-8/+8
* net: bridge: fdb: convert is_static to bitopsNikolay Aleksandrov2019-10-292-23/+21
* net: bridge: fdb: convert is_local to bitopsNikolay Aleksandrov2019-10-293-16/+27
* tipc: improve throughput between nodes in netnsHoang Le2019-10-298-11/+197
* inet: do not call sublist_rcv on empty listFlorian Westphal2019-10-292-2/+4
* sock: remove unneeded semicolonYueHaibing2019-10-281-1/+1
* net: dsa: Add support for devlink device parametersAndrew Lunn2019-10-282-1/+54
* tipc: Spelling s/enpoint/endpoint/Geert Uytterhoeven2019-10-281-1/+1
* net: Fix various misspellings of "connect"Geert Uytterhoeven2019-10-282-2/+2
* net: dsa: fix dereference on ds->dev before null check errorColin Ian King2019-10-281-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-262-1/+23
|\
| * bpf: Check types of arguments passed into helpersAlexei Starovoitov2019-10-171-1/+14
| * bpf: Allow __sk_buff tstamp in BPF_PROG_TEST_RUNStanislav Fomichev2019-10-151-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-10-2632-497/+1064
|\ \
| * | netfilter: nf_tables_offload: unbind if multi-device binding failsPablo Neira Ayuso2019-10-261-2/+17
| * | netfilter: nf_tables_offload: add nft_flow_block_offload_init()Pablo Neira Ayuso2019-10-261-21/+21
| * | netfilter: nf_tables_offload: add nft_chain_offload_cmd()Pablo Neira Ayuso2019-10-261-5/+15
| * | netfilter: ecache: don't look for ecache extension on dying/unconfirmed connt...Florian Westphal2019-10-261-3/+3
| * | netfilter: nf_tables: support for multiple devices per netdev hookPablo Neira Ayuso2019-10-233-96/+289
| * | netfilter: nf_tables_offload: remove rules on unregistered device onlyPablo Neira Ayuso2019-10-231-13/+13
| * | netfilter: nf_tables_offload: add nft_flow_cls_offload_setup()Pablo Neira Ayuso2019-10-231-13/+24
| * | netfilter: nf_tables_offload: Pass callback list to nft_setup_cb_call()Pablo Neira Ayuso2019-10-231-4/+5
| * | netfilter: nf_tables_offload: add nft_flow_block_chain()Pablo Neira Ayuso2019-10-231-4/+11
| * | netfilter: nf_tables: increase maximum devices number per flowtablePablo Neira Ayuso2019-10-231-1/+1
| * | netfilter: nf_tables: allow netdevice to be used only once per flowtablePablo Neira Ayuso2019-10-231-0/+17
| * | netfilter: nf_tables: dynamically allocate hooks per net_device in flowtablesPablo Neira Ayuso2019-10-231-102/+151
| * | netfilter: nf_flow_table: move priority to struct nf_flowtablePablo Neira Ayuso2019-10-231-5/+5
| * | netfilter: nft_tproxy: Fix typo in IPv6 module description.Norman Rasmussen2019-10-171-1/+1
| * | netfilter: add and use nf_hook_slow_list()Florian Westphal2019-10-171-0/+20
| * | netfilter: conntrack: free extension area immediatelyFlorian Westphal2019-10-172-13/+10
| * | netfilter: ctnetlink: don't dump ct extensions of unconfirmed conntracksFlorian Westphal2019-10-171-26/+50
| * | Merge tag 'ipvs-next-for-v5.5' of https://git.kernel.org/pub/scm/linux/kernel...Pablo Neira Ayuso2019-10-173-34/+43
| |\ \
| | * | ipvs: batch __ip_vs_dev_cleanupHaishuang Yan2019-10-081-7/+12
| | * | ipvs: batch __ip_vs_cleanupHaishuang Yan2019-10-082-15/+25
| | * | ipvs: no need to update skb route entry for local destination packets.zhang kai2019-10-081-12/+6
| * | | netfilter: ecache: document extension area access rulesFlorian Westphal2019-10-171-2/+15
| |/ /
| * | netfilter: ipset: move ip_set_get_ip_port() to ip_set_bitmap_port.c.Jeremy Sowden2019-10-072-28/+27