summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-03-24net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_popVladimir Oltean
2020-03-24net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye
2020-03-24netfilter: nft_fwd_netdev: allow to redirect to ifb via ingressPablo Neira Ayuso
2020-03-24netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso
2020-03-24netfilter: nft_set_rbtree: Detect partial overlaps on insertionStefano Brivio
2020-03-24netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio
2020-03-24netfilter: nft_set_pipapo: Separate partial and complete overlap cases on ins...Stefano Brivio
2020-03-24netfilter: nf_tables: Allow set back-ends to report partial overlaps on inser...Pablo Neira Ayuso
2020-03-23ethtool: fix reference leak in some *_SET handlersMichal Kubecek
2020-03-23net: dsa: Fix duplicate frames flooded by learningFlorian Fainelli
2020-03-23ipv4: fix a RCU-list lock in inet_dump_fib()Qian Cai
2020-03-23tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet
2020-03-21hsr: fix general protection fault in hsr_addr_is_self()Taehee Yoo
2020-03-21Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-03-20tcp: also NULL skb->dev when copy was neededFlorian Westphal
2020-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-03-20io_uring: make sure accept honor rlimit nofileJens Axboe
2020-03-19tcp: ensure skb->dev is NULL before leaving TCP stackEric Dumazet
2020-03-19Merge tag 'rxrpc-fixes-20200319' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2020-03-19netfilter: flowtable: populate addr_type maskEdward Cree
2020-03-19netfilter: flowtable: Fix flushing of offloaded flows on freePaul Blakey
2020-03-19netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}Haishuang Yan
2020-03-19netfilter: flowtable: reload ip{v6}h in nf_flow_nat_ip{v6}Haishuang Yan
2020-03-18net/sched: act_ct: Fix leak of ct zone template on replacePaul Blakey
2020-03-17net: core: dev.c: fix a documentation warningMauro Carvalho Chehab
2020-03-16net: ip_gre: Accept IFLA_INFO_DATA-less configurationPetr Machata
2020-03-16ethtool: reject unrecognized request flagsMichal Kubecek
2020-03-16netlink: allow extack cookie also for error messagesMichal Kubecek
2020-03-16net_sched: cls_route: remove the right filter from hashtableCong Wang
2020-03-16hsr: set .netnsok flagTaehee Yoo
2020-03-16hsr: add restart routine into hsr_get_node_list()Taehee Yoo
2020-03-16hsr: use rcu_read_lock() in hsr_get_node_{list/status}()Taehee Yoo
2020-03-15net/packet: tpacket_rcv: avoid a producer race conditionWillem de Bruijn
2020-03-15net: ip_gre: Separate ERSPAN newlink / changelink callbacksPetr Machata
2020-03-14net/bpfilter: fix dprintf usage for /dev/kmsgBruno Meneguele
2020-03-14net_sched: keep alloc_hash updated after hash allocationCong Wang
2020-03-14net_sched: hold rtnl lock in tcindex_partial_destroy_work()Cong Wang
2020-03-13afs: Fix client call Rx-phase signal handlingDavid Howells
2020-03-13rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells
2020-03-13rxrpc: Fix call interruptibility handlingDavid Howells
2020-03-13rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-03-12taprio: Fix sending packets without dequeueing themVinicius Costa Gomes
2020-03-11net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet
2020-03-11seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol numberPaolo Lungaroni
2020-03-11net: dsa: Don't instantiate phylink for CPU/DSA ports unless neededAndrew Lunn
2020-03-11net/packet: tpacket_rcv: do not increment ring index on dropWillem de Bruijn