summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* cfg80211: Adjust 6 GHz frequency to channel conversionAmar Singhal2020-09-171-3/+5
* 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
* taprio: Fix using wrong queues in gate maskVinicius Costa Gomes2020-09-121-6/+24
* 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
* ipv6: Fix sysctl max for fib_multipath_hash_policyIdo Schimmel2020-09-121-1/+2
* ipv4: Silence suspicious RCU usage warningIdo Schimmel2020-09-121-1/+2
* cfg80211: regulatory: reject invalid hintsJohannes Berg2020-09-091-0/+3
* net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin2020-09-091-4/+5
* net/packet: fix overflow in tpacket_rcvOr Cohen2020-09-091-1/+6
* 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
* rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells2020-09-091-3/+13
* rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()David Howells2020-09-091-10/+11
* 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
* 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/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel2020-09-031-1/+1
* 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: sctp: Fix negotiation of the number of data streams.David Laight2020-09-031-2/+4
* net: qrtr: fix usage of idr in port assignment to socketNecip Fazil Yildiran2020-09-031-9/+11
* net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov2020-09-031-1/+4
* 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
* 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