summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* af_key: pfkey_dump needs parameter validationMark Salyzyn2020-09-261-0/+7
* SUNRPC: stop printk reading past end of stringJ. Bruce Fields2020-09-231-2/+2
* net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin2020-09-231-3/+7
* dsa: Allow forwarding of redirected IGMP trafficDaniel Mack2020-09-231-3/+34
* netfilter: conntrack: allow sctp hearbeat after connection re-useFlorian Westphal2020-09-171-4/+35
* net: disable netpoll on fresh napisJakub Kicinski2020-09-122-2/+3
* tipc: fix shutdown() of connectionless socketTetsuo Handa2020-09-121-3/+6
* sctp: not disable bh in the whole sctp_get_port_local()Xin Long2020-09-121-10/+6
* netlabel: fix problems with mapping removalPaul Moore2020-09-121-29/+30
* cfg80211: regulatory: reject invalid hintsJohannes Berg2020-09-091-0/+3
* netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso2020-09-094-38/+39
* netfilter: nf_tables: fix destination register zeroingFlorian Westphal2020-09-091-1/+3
* netfilter: nf_tables: add NFTA_SET_USERDATA if not nullPablo Neira Ayuso2020-09-091-1/+2
* batman-adv: bla: use netif_rx_ni when not in interrupt contextJussi Kivilinna2020-09-091-1/+4
* batman-adv: Fix own OGM check in aggregated OGMsLinus Lüssing2020-09-091-5/+6
* batman-adv: Avoid uninitialized chaddr when handling DHCPSven Eckelmann2020-09-091-2/+4
* tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang2020-09-031-1/+11
* net/smc: Prevent kernel-infoleak in __smc_diag_dump()Peilin Ye2020-09-031-7/+9
* net: qrtr: fix usage of idr in port assignment to socketNecip Fazil Yildiran2020-09-031-9/+11
* net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin2020-09-031-2/+2
* gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson2020-09-031-1/+9
* svcrdma: Fix another Receive buffer leakChuck Lever2020-08-261-0/+2
* mac80211: fix misplaced while instead of ifJohannes Berg2020-08-211-1/+1
* net/compat: Add missing sock updates for SCM_RIGHTSKees Cook2020-08-212-0/+22
* net: initialize fastreuse on inet_inherit_portTim Froidcoeur2020-08-191-0/+1
* net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-08-191-42/+51
* net/tls: Fix kmap usageIra Weiny2020-08-191-1/+2
* net: Set fput_needed iff FDPUT_FPUT is setMiaohe Lin2020-08-191-1/+1
* net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li2020-08-191-2/+5
* af_packet: TPACKET_V3: fix fill status rwlock imbalanceJohn Ogness2020-08-191-2/+7
* svcrdma: Fix page leak in svc_rdma_recv_read_chunk()Chuck Lever2020-08-191-7/+21
* ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov2020-08-191-5/+7
* Bluetooth: add a mutex lock to avoid UAF in do_enale_setLihong Kou2020-08-191-0/+5
* rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells2020-08-114-12/+28
* openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye2020-08-111-18/+20
* net: gre: recompute gre csum for sctp over gre tunnelsLorenzo Bianconi2020-08-111-2/+11
* ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2020-08-112-5/+13
* ipv4: Silence suspicious RCU usage warningIdo Schimmel2020-08-111-1/+1
* cfg80211: check vendor command doit pointer before useJulian Squires2020-08-111-3/+3
* net/9p: validate fds in p9_fd_openChristoph Hellwig2020-08-111-8/+16
* Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()Peilin Ye2020-08-111-0/+7
* Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()Peilin Ye2020-08-111-1/+1
* Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()Peilin Ye2020-08-111-1/+1
* Bluetooth: fix kernel oops in store_pending_adv_reportAlain Michaud2020-08-051-7/+19
* mac80211: mesh: Free pending skb when destroying a mpathRemi Pommarel2020-08-051-0/+1
* mac80211: mesh: Free ie data when leaving meshRemi Pommarel2020-08-051-0/+1
* net/x25: Fix null-ptr-deref in x25_disconnectYueHaibing2020-08-051-4/+6
* net/x25: Fix x25_neigh refcnt leak when x25 disconnectXiyu Yang2020-08-051-0/+4
* rds: Prevent kernel-infoleak in rds_notify_queue_get()Peilin Ye2020-08-051-1/+2
* 9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai2020-08-051-1/+14