summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2019-10-17ipv4: fix race condition between route lookup and invalidationWei Wang
2019-10-17ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio
2019-10-17net: sched: Avoid using yield() in a busy waiting loopMarc Kleine-Budde
2019-10-17net/rds: Remove unnecessary null checkYueHaibing
2019-10-17pktgen: remove unnecessary assignment in pktgen_xmit()Yunsheng Lin
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov
2019-10-17netfilter: nft_tproxy: Fix typo in IPv6 module description.Norman Rasmussen
2019-10-17netfilter: add and use nf_hook_slow_list()Florian Westphal
2019-10-17netfilter: conntrack: free extension area immediatelyFlorian Westphal
2019-10-17netfilter: ctnetlink: don't dump ct extensions of unconfirmed conntracksFlorian Westphal
2019-10-17Merge tag 'ipvs-next-for-v5.5' of https://git.kernel.org/pub/scm/linux/kernel...Pablo Neira Ayuso
2019-10-17netfilter: ecache: document extension area access rulesFlorian Westphal
2019-10-17Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek
2019-10-16rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet
2019-10-16Bluetooth: Workaround directed advertising bug in Broadcom controllersSzymon Janc
2019-10-16Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)