aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-05-14net: dsa: Do not leave DSA master with NULL netdev_opsFlorian Fainelli
2020-05-14net: bridge: vlan: Add a schedule point during VLAN processingIdo Schimmel
2020-05-14neigh: send protocol value in neighbor create notificationRoman Mashak
2020-05-14ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern
2020-05-14fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet
2020-05-14devlink: fix return value after hitting end in region readJakub Kicinski
2020-05-14devlink: Fix reporter's recovery conditionAya Levin
2020-05-10cgroup, netclassid: remove double cond_reschedJiri Slaby
2020-05-10mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen
2020-05-10sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen
2020-05-10mac80211: sta_info: Add lockdep condition for RCU list usageMadhuparna Bhowmik
2020-05-10SUNRPC/cache: Fix unsafe traverse caused double-free in cache_purgeYihao Wu
2020-05-02net: use indirect call wrappers for skb_copy_datagram_iter()Eric Dumazet
2020-05-02tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le
2020-05-02mac80211: fix channel switch trigger from unknown mesh peerTamizh chelvam
2020-05-02netfilter: nat: fix error handling upon registering inet hookHillf Danton
2020-05-02svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever
2020-05-02svcrdma: Fix trace point use-after-free raceChuck Lever
2020-05-02tipc: fix incorrect increasing of link windowTuong Lien
2020-05-02netfilter: nf_tables: reintroduce the NFT_SET_CONCAT flagPablo Neira Ayuso
2020-05-02rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells
2020-04-29SUNRPC: Fix backchannel RPC soft lockupsChuck Lever
2020-04-29mac80211: populate debugfs only after cfg80211 initJohannes Berg
2020-04-29xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern
2020-04-29tipc: Fix potential tipc_node refcnt leak in tipc_rcvXiyu Yang
2020-04-29tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcvXiyu Yang
2020-04-29sched: etf: do not assume all sockets are full blownEric Dumazet
2020-04-29net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang
2020-04-29net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang
2020-04-29net: netrom: Fix potential nr_neigh refcnt leak in nr_add_nodeXiyu Yang
2020-04-29ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby
2020-04-29ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern
2020-04-23KEYS: Don't write out to userspace while holding key semaphoreWaiman Long
2020-04-23sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever
2020-04-23SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia
2020-04-23xsk: Add missing check on user supplied headroom sizeMagnus Karlsson
2020-04-23netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object typePablo Neira Ayuso
2020-04-23xsk: Fix out of boundary write in __xsk_rcv_memcpyLi RongQing
2020-04-23netfilter: nft_set_rbtree: Drop spurious condition for overlap detection on i...Stefano Brivio
2020-04-21mac80211: fix race in ieee80211_register_hw()Sumit Garg
2020-04-21nl80211: fix NL80211_ATTR_FTM_RESPONDER policyJohannes Berg
2020-04-21net/bpfilter: remove superfluous testing messageBruno Meneguele
2020-04-21net: icmp6: do not select saddr from iif when route has prefsrc setTim Stallard
2020-04-21net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov
2020-04-21net: qrtr: send msgs from local of same id as broadcastWang Wenhu
2020-04-21net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi
2020-04-21l2tp: Allow management of tunnels and session in user namespaceMichael Weiß
2020-04-21hsr: check protocol version in hsr_newlink()Taehee Yoo
2020-04-13Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang
2020-04-13net_sched: fix a missing refcnt in tcindex_init()Cong Wang