summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-04-08udp: initialize is_flist with 0 in udp_gro_receiveXin Long
2020-04-08net: fix fraglist segmentation reference count leakFlorian Westphal
2020-04-08sctp: fix refcount bug in sctp_wfreeQiujun Huang
2020-04-08sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner
2020-04-08net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy
2020-04-08ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai
2020-04-02mac80211: fix authentication with iwlwifi/mvmJohannes Berg
2020-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-03-26Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-03-26Merge tag 'mac80211-for-net-2020-03-26' of git://git.kernel.org/pub/scm/linux...David S. Miller
2020-03-26mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg
2020-03-26mac80211: mark station unauthorized before key removalJohannes Berg
2020-03-26mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen
2020-03-26cfg80211: Do not warn on same channel at the end of CSAIlan Peer
2020-03-26mac80211: drop data frames without key on encrypted linksJohannes Berg
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-25nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute typeJohannes Berg
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-24xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing
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-23libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov
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-17bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau