summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski2021-02-131-3/+6
* SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-02-133-58/+45
* mac80211: 160MHz with extended NSS BW in CSAShay Bar2021-02-131-3/+7
* af_key: relax availability checks for skb size calculationCong Wang2021-02-131-3/+3
* udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi2021-02-102-6/+65
* net: ip_tunnel: fix mtu calculationVadim Fedorenko2021-02-101-9/+7
* neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal2021-02-101-3/+4
* mac80211: fix station rate table updates on assocFelix Fietkau2021-02-102-2/+6
* net: lapb: Copy the skb before sending a packetXie He2021-02-101-1/+2
* SUNRPC: Fix NFS READs that start at non-page-aligned offsetsChuck Lever2021-02-101-3/+4
* rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells2021-02-101-3/+3
* mac80211: fix encryption key selection for 802.3 xmitFelix Fietkau2021-02-071-12/+15
* mac80211: fix fast-rx encryption checkFelix Fietkau2021-02-071-0/+2
* mac80211: fix incorrect strlen of .write in debugfsShayne Chen2021-02-071-24/+20
* net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPPRasmus Villemoes2021-02-071-10/+13
* vsock: fix the race conditions in multi-transport supportAlexander Popov2021-02-031-5/+12
* tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-02-032-6/+9
* tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-02-033-2/+22
* NFC: fix possible resource leakPan Bian2021-02-031-0/+1
* NFC: fix resource leak when target index is invalidPan Bian2021-02-031-1/+1
* rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa2021-02-031-0/+1
* mac80211: pause TX while changing interface typeJohannes Berg2021-02-032-0/+7
* xfrm: Fix wraparound in xfrm_policy_addr_delta()Visa Hankala2021-02-031-8/+18
* xfrm: fix disable_xfrm sysctl when used on xfrm interfacesEyal Birger2021-02-031-2/+2
* xfrm: Fix oops in xfrm_replay_advance_bmpShmulik Ladkani2021-02-031-1/+1
* netfilter: nft_dynset: add timeout extension to templatePablo Neira Ayuso2021-02-031-1/+3
* wext: fix NULL-ptr-dereference with cfg80211's lack of commit()Johannes Berg2021-02-031-2/+3
* tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima2021-01-271-2/+2
* net: core: devlink: use right genl user_ptr when handling port param get/setOleksandr Mazur2021-01-271-2/+2
* tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen2021-01-275-7/+11
* tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet2021-01-271-12/+13
* net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan2021-01-271-0/+5
* ipv6: set multicast flag on the multicast routeMatteo Croce2021-01-271-1/+1
* net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet2021-01-271-1/+2
* net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet2021-01-271-2/+6
* ipv6: create multicast route with RTPROT_KERNELMatteo Croce2021-01-271-0/+1
* udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault2021-01-271-1/+2
* net_sched: gen_estimator: support large ewma logEric Dumazet2021-01-271-4/+7
* tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2021-01-272-17/+10
* skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin2021-01-271-1/+5
* netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault2021-01-271-1/+1
* cls_flower: call nla_ok() before nla_next()Cong Wang2021-01-271-9/+13
* xsk: Clear pool even for inactive queuesMaxim Mikityanskiy2021-01-271-2/+2
* bpf: Reject too big ctx_size_in for raw_tp test runSong Liu2021-01-271-1/+2
* SUNRPC: Handle TCP socket sends with kernel_sendpage() againChuck Lever2021-01-271-1/+85
* net: dsa: unbind all switches from tree when DSA master unbindsVladimir Oltean2021-01-231-0/+10
* mac80211: check if atf has been disabled in __ieee80211_schedule_txqLorenzo Bianconi2021-01-231-1/+1
* mac80211: do not drop tx nulldata packets on encrypted linksFelix Fietkau2021-01-231-1/+1
* rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells2021-01-231-2/+4
* net: dsa: clear devlink port type before unregistering slave netdevsVladimir Oltean2021-01-231-0/+4