summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2020-04-292-4/+0
* sched: etf: do not assume all sockets are full blownEric Dumazet2020-04-291-3/+4
* net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang2020-04-291-1/+3
* net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang2020-04-292-2/+5
* net: netrom: Fix potential nr_neigh refcnt leak in nr_add_nodeXiyu Yang2020-04-291-0/+1
* ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby2020-04-291-7/+6
* ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern2020-04-291-3/+3
* net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy2020-04-291-5/+1
* 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
* 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: 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
* cfg80211: Do not warn on same channel at the end of CSAIlan Peer2020-04-171-1/+5
* rxrpc: Fix call interruptibility handlingDavid Howells2020-04-175-17/+51
* rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells2020-04-171-9/+18
* 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
* net: Fix Tx hash bound checkingAmritha Nambiar2020-04-081-0/+2
* tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell2020-04-081-1/+5
* rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells2020-04-081-2/+2
* libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov2020-04-022-13/+10
* mac80211: fix authentication with iwlwifi/mvmJohannes Berg2020-04-021-1/+2
* mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen2020-04-021-1/+18
* net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-04-015-10/+10
* vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich2020-04-011-1/+1
* bpf, sockmap: Remove bucket->lock from sock_{hash|map}_freeJohn Fastabend2020-04-011-4/+8
* netfilter: nft_fwd_netdev: allow to redirect to ifb via ingressPablo Neira Ayuso2020-04-011-0/+4
* netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso2020-04-011-0/+9
* netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}Haishuang Yan2020-04-011-0/+2
* mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg2020-04-011-2/+6
* afs: Fix client call Rx-phase signal handlingDavid Howells2020-04-013-32/+3
* xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing2020-04-011-0/+2
* xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long2020-04-011-0/+3
* xfrm: fix uctx len check in verify_sec_ctx_lenXin Long2020-04-011-1/+2
* vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2020-04-013-15/+56
* xfrm: handle NETDEV_UNREGISTER for xfrm deviceRaed Salem2020-04-011-0/+1
* mac80211: mark station unauthorized before key removalJohannes Berg2020-04-011-1/+6
* mac80211: drop data frames without key on encrypted linksJohannes Berg2020-04-014-12/+24