summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* KEYS: Don't write out to userspace while holding key semaphoreWaiman Long2020-04-232-19/+10
* sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever2020-04-231-19/+58
* SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia2020-04-231-1/+2
* xsk: Add missing check on user supplied headroom sizeMagnus Karlsson2020-04-231-3/+2
* netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object typePablo Neira Ayuso2020-04-231-2/+2
* xsk: Fix out of boundary write in __xsk_rcv_memcpyLi RongQing2020-04-231-2/+3
* netfilter: nft_set_rbtree: Drop spurious condition for overlap detection on i...Stefano Brivio2020-04-231-12/+11
* mac80211: fix race in ieee80211_register_hw()Sumit Garg2020-04-211-11/+13
* nl80211: fix NL80211_ATTR_FTM_RESPONDER policyJohannes Berg2020-04-211-4/+2
* net/bpfilter: remove superfluous testing messageBruno Meneguele2020-04-211-1/+0
* net: icmp6: do not select saddr from iif when route has prefsrc setTim Stallard2020-04-211-1/+20
* net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov2020-04-211-1/+2
* net: qrtr: send msgs from local of same id as broadcastWang Wenhu2020-04-211-3/+4
* net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi2020-04-211-4/+9
* l2tp: Allow management of tunnels and session in user namespaceMichael Weiß2020-04-211-8/+8
* hsr: check protocol version in hsr_newlink()Taehee Yoo2020-04-211-2/+8
* Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang2020-04-131-3/+1
* net_sched: fix a missing refcnt in tcindex_init()Cong Wang2020-04-131-0/+1
* net_sched: add a temporary refcnt for struct tcindex_dataCong Wang2020-04-131-6/+38
* ipv6: don't auto-add link-local address to lag portsJarod Wilson2020-04-131-0/+4
* udp: initialize is_flist with 0 in udp_gro_receiveXin Long2020-04-081-0/+1
* net: fix fraglist segmentation reference count leakFlorian Westphal2020-04-081-0/+1
* sctp: fix refcount bug in sctp_wfreeQiujun Huang2020-04-081-8/+23
* sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner2020-04-082-15/+33
* net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy2020-04-081-5/+1
* ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai2020-04-081-0/+3
* mac80211: fix authentication with iwlwifi/mvmJohannes Berg2020-04-021-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-2815-45/+132
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-03-271-5/+2
| |\
| | * bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau2020-03-171-5/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-03-277-22/+70
| |\ \
| | * | xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing2020-03-241-0/+2
| | * | vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich2020-03-161-1/+1
| | * | esp: remove the skb from the chain when it's enqueued in cryptd_wqXin Long2020-03-041-4/+4
| | * | ipv6: xfrm6_tunnel.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-271-1/+1
| | * | xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long2020-02-121-0/+3
| | * | xfrm: fix uctx len check in verify_sec_ctx_lenXin Long2020-02-121-1/+2
| | * | vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2020-02-063-15/+56
| | * | xfrm: handle NETDEV_UNREGISTER for xfrm deviceRaed Salem2020-02-041-0/+1
| * | | Merge tag 'mac80211-for-net-2020-03-26' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-03-267-18/+60
| |\ \ \
| | * | | mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg2020-03-261-2/+6
| | * | | mac80211: mark station unauthorized before key removalJohannes Berg2020-03-261-1/+6
| | * | | mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen2020-03-261-1/+18
| | * | | cfg80211: Do not warn on same channel at the end of CSAIlan Peer2020-03-261-1/+5
| | * | | mac80211: drop data frames without key on encrypted linksJohannes Berg2020-03-264-12/+24
| | * | | nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute typeJohannes Berg2020-03-251-1/+1
* | | | | Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds2020-03-263-13/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov2020-03-232-13/+10
| * | | | ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov2020-03-231-0/+9
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-2541-250/+479
|\ \ \ \ \ | |/ / / / |/| | | |