summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-10-30net: sched: update action implementations to support flagsVlad Buslov
2019-10-30net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov
2019-10-30net: sched: modify stats helper functions to support regular statsVlad Buslov
2019-10-30net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov
2019-10-30net: sched: extract qstats update code into functionsVlad Buslov
2019-10-30net: sched: extract bstats update code into functionVlad Buslov
2019-10-30net: sched: extract common action counters update code into functionVlad Buslov
2019-10-30net: qrtr: Simplify 'qrtr_tun_release()'Christophe JAILLET
2019-10-30net: dsa: add ethtool pause configuration supportHeiner Kallweit
2019-10-30flow_dissector: extract more ICMP informationMatteo Croce
2019-10-30flow_dissector: skip the ICMP dissector for non ICMP packetsMatteo Croce
2019-10-30flow_dissector: add meaningful commentsMatteo Croce
2019-10-30tipc: add smart nagle featureJon Maloy
2019-10-29net: bridge: fdb: set flags directly in fdb_createNikolay Aleksandrov
2019-10-29net: bridge: fdb: convert offloaded to use bitopsNikolay Aleksandrov
2019-10-29net: bridge: fdb: convert added_by_external_learn to use bitopsNikolay Aleksandrov
2019-10-29net: bridge: fdb: convert added_by_user to bitopsNikolay Aleksandrov
2019-10-29net: bridge: fdb: convert is_sticky to bitopsNikolay Aleksandrov
2019-10-29net: bridge: fdb: convert is_static to bitopsNikolay Aleksandrov
2019-10-29net: bridge: fdb: convert is_local to bitopsNikolay Aleksandrov
2019-10-29tipc: improve throughput between nodes in netnsHoang Le
2019-10-29inet: do not call sublist_rcv on empty listFlorian Westphal
2019-10-28sock: remove unneeded semicolonYueHaibing
2019-10-28net: dsa: Add support for devlink device parametersAndrew Lunn
2019-10-28tipc: Spelling s/enpoint/endpoint/Geert Uytterhoeven
2019-10-28net: Fix various misspellings of "connect"Geert Uytterhoeven
2019-10-28net: dsa: fix dereference on ds->dev before null check errorColin Ian King
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-10-26netfilter: nf_tables_offload: unbind if multi-device binding failsPablo Neira Ayuso
2019-10-26netfilter: nf_tables_offload: add nft_flow_block_offload_init()Pablo Neira Ayuso
2019-10-26netfilter: nf_tables_offload: add nft_chain_offload_cmd()Pablo Neira Ayuso
2019-10-26netfilter: ecache: don't look for ecache extension on dying/unconfirmed connt...Florian Westphal
2019-10-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2019-10-25tcp: add TCP_INFO status for failed client TFOJason Baron
2019-10-25net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince
2019-10-23netfilter: nf_tables: support for multiple devices per netdev hookPablo Neira Ayuso
2019-10-23netfilter: nf_tables_offload: remove rules on unregistered device onlyPablo Neira Ayuso
2019-10-23netfilter: nf_tables_offload: add nft_flow_cls_offload_setup()Pablo Neira Ayuso
2019-10-23netfilter: nf_tables_offload: Pass callback list to nft_setup_cb_call()Pablo Neira Ayuso
2019-10-23netfilter: nf_tables_offload: add nft_flow_block_chain()Pablo Neira Ayuso
2019-10-23netfilter: nf_tables: increase maximum devices number per flowtablePablo Neira Ayuso
2019-10-23netfilter: nf_tables: allow netdevice to be used only once per flowtablePablo Neira Ayuso
2019-10-23netfilter: nf_tables: dynamically allocate hooks per net_device in flowtablesPablo Neira Ayuso
2019-10-23netfilter: nf_flow_table: move priority to struct nf_flowtablePablo Neira Ayuso
2019-10-22fq_codel: do not include <linux/jhash.h>Eric Dumazet
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot
2019-10-22net: dsa: allocate ports on touchVivien Didelot
2019-10-22net: dsa: use ports list to setup default CPU portVivien Didelot
2019-10-22net: dsa: use ports list to find first CPU portVivien Didelot