summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sch_generic: fix the missing new qdisc assignment bugYunsheng Lin2020-11-181-0/+3
* tipc: fix memory leak in tipc_topsrv_start()Wang Hai2020-11-181-2/+8
* net/x25: Fix null-ptr-deref in x25_connectMartin Schiller2020-11-181-1/+1
* net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-182-4/+15
* net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin2020-11-181-1/+1
* net/af_iucv: fix null pointer dereference on shutdownUrsula Braun2020-11-181-1/+2
* IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms2020-11-181-2/+0
* cfg80211: regulatory: Fix inconsistent format argumentYe Bin2020-11-181-1/+1
* cfg80211: initialize wdev data earlierJohannes Berg2020-11-183-29/+36
* mac80211: fix use of skb payload instead of headerJohannes Berg2020-11-181-13/+24
* can: j1939: j1939_sk_bind(): return failure if netdev is downZhang Changzhong2020-11-181-0/+6
* netfilter: ipset: Update byte and packet counters regardless of whether they ...Stefano Brivio2020-11-181-1/+2
* netfilter: nf_tables: missing validation from the abort pathPablo Neira Ayuso2020-11-182-9/+28
* netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld2020-11-1810-18/+20
* net: xfrm: fix a race condition during allocing spizhuoliang zhang2020-11-181-3/+5
* vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep2020-11-101-1/+1
* sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat2020-11-101-2/+2
* ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flagswenxu2020-11-101-3/+0
* tipc: fix use-after-free in tipc_bcast_get_modeHoang Huu Le2020-11-101-0/+5
* 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
* 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
* socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers2020-11-011-1/+0
* 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
* 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
* icmp: randomize the global rate limiterEric Dumazet2020-10-291-2/+5
* 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: Properly typecast int values to set sk_max_pacing_rateKe Li2020-10-292-2/+3
* net_sched: remove a redundant goto chain checkCong Wang2020-10-291-14/+0
* 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