summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-01-27tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima1-2/+2
2021-01-27net: core: devlink: use right genl user_ptr when handling port param get/setOleksandr Mazur1-2/+2
2021-01-27tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen5-7/+11
2021-01-27tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet1-12/+13
2021-01-27net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan1-0/+5
2021-01-27ipv6: set multicast flag on the multicast routeMatteo Croce1-1/+1
2021-01-27net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet1-1/+2
2021-01-27net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet1-2/+6
2021-01-27ipv6: create multicast route with RTPROT_KERNELMatteo Croce1-0/+1
2021-01-27udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault1-1/+2
2021-01-27net_sched: gen_estimator: support large ewma logEric Dumazet1-4/+7
2021-01-27tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2-17/+10
2021-01-27skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin1-1/+5
2021-01-27netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault1-1/+1
2021-01-27cls_flower: call nla_ok() before nla_next()Cong Wang1-9/+13
2021-01-27xsk: Clear pool even for inactive queuesMaxim Mikityanskiy1-2/+2
2021-01-27bpf: Reject too big ctx_size_in for raw_tp test runSong Liu1-1/+2
2021-01-27SUNRPC: Handle TCP socket sends with kernel_sendpage() againChuck Lever1-1/+85
2021-01-23net: dsa: unbind all switches from tree when DSA master unbindsVladimir Oltean1-0/+10
2021-01-23mac80211: check if atf has been disabled in __ieee80211_schedule_txqLorenzo Bianconi1-1/+1
2021-01-23mac80211: do not drop tx nulldata packets on encrypted linksFelix Fietkau1-1/+1
2021-01-23rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells1-2/+4
2021-01-23net: dsa: clear devlink port type before unregistering slave netdevsVladimir Oltean1-0/+4
2021-01-23net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet1-2/+7
2021-01-23net: sit: unregister_netdevice on newlink's error pathJakub Kicinski1-1/+4
2021-01-23rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers1-1/+1
2021-01-23net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commandsPetr Machata1-1/+1
2021-01-23net: dcb: Validate netlink message in DCB handlerPetr Machata1-0/+2
2021-01-23esp: avoid unneeded kmap_atomic callWillem de Bruijn2-12/+2
2021-01-23tipc: fix NULL deref in tipc_link_xmit()Hoang Le1-2/+7
2021-01-23net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin1-1/+40
2021-01-23udp: Prevent reuseport_select_sock from reading uninitialized socksBaptiste Lepers1-1/+1
2021-01-23net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi1-1/+19
2021-01-19netfilter: nf_nat: Fix memleak in nf_nat_initDinghao Liu1-0/+1
2021-01-19netfilter: conntrack: fix reading nf_conntrack_bucketsJesper Dangaard Brouer1-0/+3
2021-01-19net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de1-1/+1
2021-01-19cfg80211: select CONFIG_CRC32Arnd Bergmann1-0/+1
2021-01-19netfilter: ipset: fixes possible oops in mtype_resizeVasily Averin1-9/+13
2021-01-17net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin1-0/+6
2021-01-17can: isotp: isotp_getname(): fix kernel information leakOliver Hartkopp1-0/+1
2021-01-17xsk: Rollback reservation at NETDEV_TX_BUSYMagnus Karlsson2-0/+8
2021-01-17xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson2-3/+7
2021-01-17nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata1-1/+1
2021-01-17nexthop: Unlink nexthop group entry in error pathIdo Schimmel1-1/+3
2021-01-17nexthop: Fix off-by-one error in error pathIdo Schimmel1-1/+1
2021-01-17net: ip: always refragment ip defragmented packetsFlorian Westphal1-1/+1
2021-01-17net: fix pmtu check in nopmtudisc modeFlorian Westphal1-6/+5
2021-01-17net: ipv6: fib: flush exceptions when purging routeSean Tranchetti1-3/+2
2021-01-17net: vlan: avoid leaks on register_vlan_dev() failuresJakub Kicinski1-1/+2
2021-01-12xsk: Fix memory leak for failed bindMagnus Karlsson2-2/+4