summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet2021-01-231-2/+7
* net: sit: unregister_netdevice on newlink's error pathJakub Kicinski2021-01-231-1/+4
* rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers2021-01-231-1/+1
* net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commandsPetr Machata2021-01-231-1/+1
* net: dcb: Validate netlink message in DCB handlerPetr Machata2021-01-231-0/+2
* esp: avoid unneeded kmap_atomic callWillem de Bruijn2021-01-232-12/+2
* tipc: fix NULL deref in tipc_link_xmit()Hoang Le2021-01-231-2/+7
* net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin2021-01-231-1/+40
* udp: Prevent reuseport_select_sock from reading uninitialized socksBaptiste Lepers2021-01-231-1/+1
* net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi2021-01-231-1/+19
* netfilter: nf_nat: Fix memleak in nf_nat_initDinghao Liu2021-01-191-0/+1
* netfilter: conntrack: fix reading nf_conntrack_bucketsJesper Dangaard Brouer2021-01-191-0/+3
* net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de2021-01-191-1/+1
* cfg80211: select CONFIG_CRC32Arnd Bergmann2021-01-191-0/+1
* netfilter: ipset: fixes possible oops in mtype_resizeVasily Averin2021-01-191-9/+13
* net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin2021-01-171-0/+6
* can: isotp: isotp_getname(): fix kernel information leakOliver Hartkopp2021-01-171-0/+1
* xsk: Rollback reservation at NETDEV_TX_BUSYMagnus Karlsson2021-01-172-0/+8
* xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson2021-01-172-3/+7
* nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata2021-01-171-1/+1
* nexthop: Unlink nexthop group entry in error pathIdo Schimmel2021-01-171-1/+3
* nexthop: Fix off-by-one error in error pathIdo Schimmel2021-01-171-1/+1
* net: ip: always refragment ip defragmented packetsFlorian Westphal2021-01-171-1/+1
* net: fix pmtu check in nopmtudisc modeFlorian Westphal2021-01-171-6/+5
* net: ipv6: fib: flush exceptions when purging routeSean Tranchetti2021-01-171-3/+2
* net: vlan: avoid leaks on register_vlan_dev() failuresJakub Kicinski2021-01-171-1/+2
* xsk: Fix memory leak for failed bindMagnus Karlsson2021-01-122-2/+4
* netfilter: nft_dynset: report EOPNOTSUPP on missing set featurePablo Neira Ayuso2021-01-121-3/+3
* netfilter: xt_RATEEST: reject non-null terminated string from userspaceFlorian Westphal2021-01-121-0/+3
* netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin2021-01-121-15/+5
* netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan2021-01-123-3/+3
* erspan: fix version 1 check in gre_parse_header()Cong Wang2021-01-121-1/+1
* net: sched: prevent invalid Scell_log shift countRandy Dunlap2021-01-124-4/+4
* ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault2021-01-121-1/+1
* net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tcAntoine Tenart2021-01-121-5/+18
* net-sysfs: take the rtnl lock when storing xps_rxqsAntoine Tenart2021-01-121-0/+7