summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/sunrpc: Fix return value for sysctl sunrpc.transportsArtur Molchanov2020-11-051-1/+7
* libceph: clear con->out_msg on Policy::stateful_server faultsIlya Dryomov2020-11-051-0/+5
* net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam2020-11-051-1/+1
* SUNRPC: Mitigate cond_resched() in xprt_transmit()Chuck Lever2020-11-051-2/+4
* mac80211: add missing queue/hash initialization to 802.3 xmitFelix Fietkau2020-11-051-0/+6
* net: protect tcf_block_unbind with block lockLeon Romanovsky2020-11-011-2/+2
* net/smc: fix suppressed return codeKarsten Graul2020-11-011-2/+5
* net/smc: fix invalid return code in smcd_new_buf_create()Karsten Graul2020-11-011-1/+2
* tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen2020-11-011-3/+2
* tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2020-11-012-1/+4
* net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault2020-11-011-0/+1
* netem: fix zero division in tabledistAleksandr Nogikh2020-11-011-1/+8
* netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c...Saeed Mirzamohammadi2020-11-012-5/+5
* ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye2020-10-291-3/+4
* Bluetooth: Only mark socket zapped after unlockingAbhishek Pandit-Subedi2020-10-291-3/+4
* mac80211: handle lack of sband->bitrates in ratesThomas Pedersen2020-10-292-1/+6
* ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang2020-10-291-4/+11
* netfilter: nf_fwd_netdev: clear timestamp in forwarding pathPablo Neira Ayuso2020-10-292-0/+2
* netfilter: ebtables: Fixes dropping of small packets in bridge natTimothée COCAULT2020-10-293-3/+3
* netfilter: conntrack: connection timeout after re-registerFrancesco Ruggeri2020-10-291-6/+13
* SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Martijn de Gouw2020-10-291-10/+17
* svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni2020-10-291-1/+2
* netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso2020-10-294-7/+38
* bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanupJohn Fastabend2020-10-291-7/+7
* ipvs: clear skb->tstamp in forwarding pathJulian Anastasov2020-10-291-0/+6
* nl80211: fix non-split wiphy informationJohannes Berg2020-10-291-1/+4
* nl80211: fix OBSS PD min and max offset validationRajkumar Manoharan2020-10-291-10/+8
* Bluetooth: Fix auto-creation of hci_conn at Conn Complete eventSonny Sasaka2020-10-291-6/+11
* Bluetooth: Re-order clearing suspend tasksAbhishek Pandit-Subedi2020-10-291-1/+1
* Bluetooth: Fix memory leak in read_adv_mon_features()Peilin Ye2020-10-291-4/+8
* Bluetooth: Clear suspend tasks on unregisterAbhishek Pandit-Subedi2020-10-291-0/+11
* net: openvswitch: fix to make sure flow_lookup() is not preemptedEelco Chaudron2020-10-292-25/+41
* mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting itGeert Uytterhoeven2020-10-291-3/+1
* net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault2020-10-291-1/+1
* tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell2020-10-291-0/+2
* nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo2020-10-291-1/+1
* nexthop: Fix performance regression in nexthop deletionIdo Schimmel2020-10-291-1/+1
* net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti2020-10-291-1/+1
* net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan2020-10-291-2/+2
* net: Properly typecast int values to set sk_max_pacing_rateKe Li2020-10-292-2/+3
* mptcp: initialize mptcp_options_received's ahmacGeliang Tang2020-10-291-0/+1
* icmp: randomize the global rate limiterEric Dumazet2020-10-291-2/+5
* tipc: fix incorrect setting window for bcast linkHoang Huu Le2020-10-291-2/+4
* tipc: re-configure queue limit for broadcast linkHoang Huu Le2020-10-291-1/+5
* net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcntMarc Kleine-Budde2020-10-291-0/+1
* can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcntCong Wang2020-10-291-0/+1
* socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers2020-10-291-1/+0
* socket: fix option SO_TIMESTAMPING_NEWChristian Eggers2020-10-291-7/+3
* tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang2020-10-291-1/+2
* tipc: fix NULL pointer dereference in tipc_named_rcvHoang Huu Le2020-10-292-2/+10