summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-02net: use indirect call wrappers for skb_copy_datagram_iter()Eric Dumazet1-3/+11
2020-05-02tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le3-2/+8
2020-05-02mac80211: fix channel switch trigger from unknown mesh peerTamizh chelvam1-4/+7
2020-05-02netfilter: nat: fix error handling upon registering inet hookHillf Danton1-2/+2
2020-05-02svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever5-18/+29
2020-05-02svcrdma: Fix trace point use-after-free raceChuck Lever2-9/+10
2020-05-02tipc: fix incorrect increasing of link windowTuong Lien1-1/+1
2020-05-02netfilter: nf_tables: reintroduce the NFT_SET_CONCAT flagPablo Neira Ayuso1-1/+1
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-29tipc: Fix potential tipc_node refcnt leak in tipc_rcvXiyu Yang1-1/+3
2020-04-29tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcvXiyu Yang1-0/+1
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-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-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-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds15-45/+132
2020-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+2
2020-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller7-22/+70