summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin2019-11-101-1/+3
* netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-11-104-25/+28
* net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-11-105-6/+6
* inet: stop leaking jiffies on the wireEric Dumazet2019-11-104-5/+5
* erspan: fix the tun_info options_len check for erspanXin Long2019-11-102-4/+4
* dccp: do not leak jiffies on the wireEric Dumazet2019-11-101-1/+1
* sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet2019-11-061-1/+1
* rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells2019-11-061-4/+7
* rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local recordDavid Howells2019-11-061-2/+3
* rxrpc: Fix call ref leakDavid Howells2019-11-061-0/+1
* llc: fix sk_buff leak in llc_conn_service()Eric Biggers2019-11-062-25/+15
* llc: fix sk_buff leak in llc_sap_state_process()Eric Biggers2019-11-062-18/+17
* batman-adv: Avoid free/alloc race when handling OGM bufferSven Eckelmann2019-11-063-9/+56
* nl80211: fix validation of mesh path nexthopMarkus Theil2019-11-061-1/+2
* netfilter: ipset: Make invalid MAC address checks consistentStefano Brivio2019-11-062-7/+7
* mac80211: Reject malformed SSID elementsWill Deacon2019-10-291-2/+3
* cfg80211: wext: avoid copying malformed SSIDsWill Deacon2019-10-291-2/+6
* sctp: change sctp_prot .no_autobind with trueXin Long2019-10-291-2/+2
* net: ipv6: fix listify ip6_rcv_finish in case of forwardingXin Long2019-10-291-1/+3
* net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet2019-10-291-6/+8
* ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio2019-10-291-3/+6
* ipv4: fix race condition between route lookup and invalidationWei Wang2019-10-291-1/+1
* netfilter: nft_connlimit: disable bh on garbage collectionPablo Neira Ayuso2019-10-291-1/+6
* mac80211: fix txq null pointer dereferenceMiaoqing Pan2019-10-291-2/+9
* nl80211: fix null pointer dereferenceMiaoqing Pan2019-10-291-0/+3
* nl80211: validate beacon headJohannes Berg2019-10-111-0/+38
* cfg80211: add and use strongly typed element iteration macrosJohannes Berg2019-10-111-8/+6
* netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal2019-10-112-5/+5
* 9p: Transport error uninitializedLu Shuaibing2019-10-111-0/+1
* cfg80211: initialize on-stack chandefsJohannes Berg2019-10-113-3/+5
* NFC: fix attrs checks in netlink interfaceAndrey Konovalov2019-10-071-2/+4
* sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet2019-10-071-12/+28
* tipc: fix unlimited bundling of small messagesTuong Lien2019-10-072-15/+19
* net/rds: Fix error handling in rds_ib_add_one()Dotan Barak2019-10-071-3/+3
* udp: only do GSO if # of segs > 1Josh Hunt2019-10-072-8/+14
* vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-073-6/+14
* udp: fix gso_segs calculationsJosh Hunt2019-10-072-1/+3
* sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet2019-10-071-0/+2
* nfc: fix memory leak in llcp_sock_bind()Eric Dumazet2019-10-071-1/+6
* net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-10-071-3/+8
* net: ipv4: avoid mixed n_redirects and rate_tokens usagePaolo Abeni2019-10-071-3/+2
* ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern2019-10-071-5/+12
* ipv6: drop incoming packets having a v4mapped source addressEric Dumazet2019-10-071-0/+10
* erspan: remove the incorrect mtu limit for erspanHaishuang Yan2019-10-071-0/+1
* cfg80211: Purge frame registrations on iftype changeDenis Kenzior2019-10-051-0/+1
* nfc: enforce CAP_NET_RAW for raw socketsOri Nimron2019-10-051-2/+5
* ieee802154: enforce CAP_NET_RAW for raw socketsOri Nimron2019-10-051-0/+3
* ax25: enforce CAP_NET_RAW for raw socketsOri Nimron2019-10-051-0/+2
* appletalk: enforce CAP_NET_RAW for raw socketsOri Nimron2019-10-051-0/+5
* tcp: better handle TCP_USER_TIMEOUT in SYN_SENT stateEric Dumazet2019-10-051-2/+3