summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-11-08mac80211: Shrink the size of ack_frame_id to make room for tx_time_estToke Høiland-Jørgensen
2019-11-08mac80211: don't re-parse elems in ieee80211_assoc_success()Johannes Berg
2019-11-08mac80211: move store skb ack code to its own functionJohn Crispin
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
2019-10-22net: dsa: use ports list to setup multiple master devicesVivien Didelot
2019-10-22net: dsa: use ports list to find a port by nodeVivien Didelot
2019-10-22net: dsa: use ports list for routing table setupVivien Didelot
2019-10-22net: dsa: use ports list to setup switchesVivien Didelot
2019-10-22net: dsa: use ports list to find slaveVivien Didelot
2019-10-22net: dsa: add ports list in the switch fabricVivien Didelot
2019-10-22net: dsa: use dsa_to_port helper everywhereVivien Didelot
2019-10-22net/smc: remove close abort workerUrsula Braun
2019-10-22net/smc: introduce link group termination workerUrsula Braun
2019-10-22net/smc: improve abnormal termination of link groupsUrsula Braun
2019-10-22net/smc: tell peers about abnormal link group terminationUrsula Braun
2019-10-22net/smc: improve link group freeingUrsula Braun
2019-10-22net/smc: improve abnormal termination lockingUrsula Braun
2019-10-22net/smc: terminate link group without holding lgr lockUrsula Braun
2019-10-22net/smc: cancel send and receive for terminated socketUrsula Braun
2019-10-21net/sched: act_police: re-use tcf_tm_dump()Davide Caratti
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-10-19net: dsa: fix switch tree listVivien Didelot
2019-10-19net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski
2019-10-19net: netem: fix error path for corrupted GSO framesJakub Kicinski
2019-10-18vsock/virtio: discard packets if credit is not respectedStefano Garzarella
2019-10-18vsock/virtio: send a credit update when buffer size is changedStefano Garzarella
2019-10-18net: ensure correct skb->tstamp in various fragmentersEric Dumazet