summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-02rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells2-41/+12
2020-04-29SUNRPC: Fix backchannel RPC soft lockupsChuck Lever3-0/+5
2020-04-29mac80211: populate debugfs only after cfg80211 initJohannes Berg4-19/+43
2020-04-29xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2-4/+0
2020-04-29sched: etf: do not assume all sockets are full blownEric Dumazet1-3/+4
2020-04-29net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang1-1/+3
2020-04-29net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang2-2/+5
2020-04-29net: netrom: Fix potential nr_neigh refcnt leak in nr_add_nodeXiyu Yang1-0/+1
2020-04-29ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby1-7/+6
2020-04-29ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern1-3/+3
2020-04-29net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy1-5/+1
2020-04-23KEYS: Don't write out to userspace while holding key semaphoreWaiman Long2-19/+10
2020-04-23sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever1-19/+58
2020-04-23SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia1-1/+2
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-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: 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-17cfg80211: Do not warn on same channel at the end of CSAIlan Peer1-1/+5
2020-04-17rxrpc: Fix call interruptibility handlingDavid Howells5-17/+51
2020-04-17rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells1-9/+18
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-08net: Fix Tx hash bound checkingAmritha Nambiar1-0/+2
2020-04-08tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell1-1/+5
2020-04-08rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells1-2/+2
2020-04-02libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov2-13/+10
2020-04-02mac80211: fix authentication with iwlwifi/mvmJohannes Berg1-1/+2
2020-04-02mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen1-1/+18
2020-04-01net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso5-10/+10
2020-04-01vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich1-1/+1
2020-04-01bpf, sockmap: Remove bucket->lock from sock_{hash|map}_freeJohn Fastabend1-4/+8
2020-04-01netfilter: nft_fwd_netdev: allow to redirect to ifb via ingressPablo Neira Ayuso1-0/+4
2020-04-01netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso1-0/+9
2020-04-01netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}Haishuang Yan1-0/+2
2020-04-01mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg1-2/+6
2020-04-01afs: Fix client call Rx-phase signal handlingDavid Howells3-32/+3
2020-04-01xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing1-0/+2
2020-04-01xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long1-0/+3
2020-04-01xfrm: fix uctx len check in verify_sec_ctx_lenXin Long1-1/+2
2020-04-01vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel3-15/+56