summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* can: j1939: add rxtimer for multipacket broadcast sessionZhang Changzhong2020-08-261-8/+20
* can: j1939: abort multipacket broadcast session when timeout occursZhang Changzhong2020-08-261-1/+1
* can: j1939: cancel rxtimer on multipacket broadcast session completeZhang Changzhong2020-08-261-0/+1
* can: j1939: fix support for multipacket broadcast messageZhang Changzhong2020-08-261-3/+14
* can: j1939: transport: add j1939_session_skb_find_by_offset() functionOleksij Rempel2020-08-261-7/+15
* can: j1939: transport: j1939_simple_recv(): ignore local J1939 messages send ...Oleksij Rempel2020-08-262-0/+5
* can: j1939: fix kernel-infoleak in j1939_sk_sock2sockaddr_can()Eric Dumazet2020-08-261-0/+5
* bpf: sock_ops sk access may stomp registers when dst_reg = src_regJohn Fastabend2020-08-261-11/+38
* netfilter: nf_tables: nft_exthdr: the presence return value should be little-...Stephen Suryaputra2020-08-261-2/+2
* svcrdma: Fix another Receive buffer leakChuck Lever2020-08-261-0/+2
* can: j1939: socket: j1939_sk_bind(): make sure ml_priv is allocatedOleksij Rempel2020-08-261-0/+8
* can: j1939: transport: j1939_session_tx_dat(): fix use-after-free read in j19...Oleksij Rempel2020-08-261-0/+15
* 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-44/+53
* tcp: correct read of TFO keys on big endian systemsJason Baron2020-08-193-24/+31
* 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
* net: Fix potential memory leak in proto_register()Miaohe Lin2020-08-191-10/+15
* af_packet: TPACKET_V3: fix fill status rwlock imbalanceJohn Ogness2020-08-191-2/+7
* SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()")Chuck Lever2020-08-192-2/+1
* 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
* nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever2020-08-116-13/+83
* tcp: apply a floor of 1 for RTT samples from TCP timestampsJianfeng Wang2020-08-111-0/+2
* 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
* appletalk: Fix atalk_proc_init() return pathVincent Duvert2020-08-111-0/+2
* rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells2020-08-114-12/+28
* ipv6: Fix nexthop refcnt leak when creating ipv6 route infoXiyu Yang2020-08-111-4/+4
* 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
* bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-08-071-5/+45
* 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
* xfrm: policy: match with both mark and mask on user interfacesXin Long2020-08-053-32/+29
* 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
* sunrpc: check that domain table is empty at module unload.Sasha Levin2020-08-053-0/+30