summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-04-23xsk: Add missing check on user supplied headroom sizeMagnus Karlsson1-3/+2
2020-04-23netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object typePablo Neira Ayuso1-2/+2
2020-04-23xsk: Fix out of boundary write in __xsk_rcv_memcpyLi RongQing1-2/+3
2020-04-23netfilter: nft_set_rbtree: Drop spurious condition for overlap detection on i...Stefano Brivio1-12/+11
2020-04-21mac80211: fix race in ieee80211_register_hw()Sumit Garg1-11/+13
2020-04-21nl80211: fix NL80211_ATTR_FTM_RESPONDER policyJohannes Berg1-4/+2
2020-04-21net/bpfilter: remove superfluous testing messageBruno Meneguele1-1/+0
2020-04-21net: icmp6: do not select saddr from iif when route has prefsrc setTim Stallard1-1/+20
2020-04-21net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov1-1/+2
2020-04-21net: qrtr: send msgs from local of same id as broadcastWang Wenhu1-3/+4
2020-04-21net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi1-4/+9
2020-04-21l2tp: Allow management of tunnels and session in user namespaceMichael Weiß1-8/+8
2020-04-21hsr: check protocol version in hsr_newlink()Taehee Yoo1-2/+8
2020-04-13Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang1-3/+1
2020-04-13net_sched: fix a missing refcnt in tcindex_init()Cong Wang1-0/+1
2020-04-13net_sched: add a temporary refcnt for struct tcindex_dataCong Wang1-6/+38
2020-04-13ipv6: don't auto-add link-local address to lag portsJarod Wilson1-0/+4
2020-04-08udp: initialize is_flist with 0 in udp_gro_receiveXin Long1-0/+1
2020-04-08net: fix fraglist segmentation reference count leakFlorian Westphal1-0/+1
2020-04-08sctp: fix refcount bug in sctp_wfreeQiujun Huang1-8/+23
2020-04-08sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner2-15/+33
2020-04-08net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy1-5/+1
2020-04-08ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai1-0/+3
2020-04-02mac80211: fix authentication with iwlwifi/mvmJohannes Berg1-1/+2
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds15-45/+132
2020-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+2
2020-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller7-22/+70
2020-03-27Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds3-13/+19
2020-03-26Merge tag 'mac80211-for-net-2020-03-26' of git://git.kernel.org/pub/scm/linux...David S. Miller7-18/+60
2020-03-26mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg1-2/+6
2020-03-26mac80211: mark station unauthorized before key removalJohannes Berg1-1/+6
2020-03-26mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen1-1/+18
2020-03-26cfg80211: Do not warn on same channel at the end of CSAIlan Peer1-1/+5
2020-03-26mac80211: drop data frames without key on encrypted linksJohannes Berg4-12/+24
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds41-250/+479
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso5-10/+10
2020-03-25nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute typeJohannes Berg1-1/+1
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-16/+123
2020-03-25net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_popVladimir Oltean2-53/+9
2020-03-25net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye1-1/+11
2020-03-24netfilter: nft_fwd_netdev: allow to redirect to ifb via ingressPablo Neira Ayuso1-0/+4
2020-03-24netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso1-0/+9
2020-03-24netfilter: nft_set_rbtree: Detect partial overlaps on insertionStefano Brivio1-3/+67
2020-03-24netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio1-6/+11
2020-03-24netfilter: nft_set_pipapo: Separate partial and complete overlap cases on ins...Stefano Brivio1-7/+27
2020-03-24netfilter: nf_tables: Allow set back-ends to report partial overlaps on inser...Pablo Neira Ayuso1-0/+5
2020-03-24xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing1-0/+2
2020-03-24ethtool: fix reference leak in some *_SET handlersMichal Kubecek4-4/+12
2020-03-24net: dsa: Fix duplicate frames flooded by learningFlorian Fainelli1-0/+2
2020-03-24ipv4: fix a RCU-list lock in inet_dump_fib()Qian Cai1-0/+2