summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* nl80211: fix NL80211_ATTR_HE_6GHZ_CAPABILITY usageJohannes Berg2020-09-051-1/+1
* netfilter: nft_set_rbtree: Handle outcomes of tree rotations in overlap detec...Stefano Brivio2020-09-051-9/+14
* can: j1939: transport: j1939_xtp_rx_dat_one(): compare own packets to detect ...Oleksij Rempel2020-09-031-1/+14
* netfilter: avoid ipv6 -> nf_defrag_ipv6 module dependencyFlorian Westphal2020-09-032-5/+6
* net: openvswitch: introduce common code for flushing flowsTonghao Zhang2020-09-033-21/+27
* netfilter: nf_tables: report EEXIST on overlapsPablo Neira Ayuso2020-09-031-9/+7
* netlink: fix state reallocation in policy exportJohannes Berg2020-08-271-0/+3
* ethtool: Don't omit the netlink reply if no features were changedMaxim Mikityanskiy2020-08-271-7/+4
* ethtool: Account for hw_features in netlink interfaceMaxim Mikityanskiy2020-08-271-1/+2
* ethtool: Fix preserving of wanted feature bits in netlink interfaceMaxim Mikityanskiy2020-08-271-4/+7
* tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang2020-08-271-1/+11
* tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long2020-08-271-0/+2
* net/smc: Prevent kernel-infoleak in __smc_diag_dump()Peilin Ye2020-08-271-7/+9
* net: sctp: Fix negotiation of the number of data streams.David Laight2020-08-271-2/+4
* net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel2020-08-271-1/+1
* net: qrtr: fix usage of idr in port assignment to socketNecip Fazil Yildiran2020-08-271-9/+11
* net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov2020-08-271-1/+4
* net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin2020-08-271-2/+2
* gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson2020-08-271-1/+9
* 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
* bpf: sock_ops ctx access may stomp registers in corner caseJohn Fastabend2020-08-261-2/+24
* 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
* appletalk: Fix atalk_proc_init() return pathVincent Duvert2020-08-211-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
* vsock: fix potential null pointer dereference in vsock_poll()Stefano Garzarella2020-08-191-1/+1
* 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
* netfilter: nft_meta: fix iifgroup matchingFlorian Westphal2020-08-191-1/+1
* Bluetooth: Fix suspend notifier raceAbhishek Pandit-Subedi2020-08-191-2/+3
* Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersIsmael Ferreras Morezuelas2020-08-191-2/+4
* bpfilter: Initialize pos variableAlexei Starovoitov2020-08-191-0/+1