summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-01-17net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin
2021-01-17can: isotp: isotp_getname(): fix kernel information leakOliver Hartkopp
2021-01-17xsk: Rollback reservation at NETDEV_TX_BUSYMagnus Karlsson
2021-01-17xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson
2021-01-17nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata
2021-01-17nexthop: Unlink nexthop group entry in error pathIdo Schimmel
2021-01-17nexthop: Fix off-by-one error in error pathIdo Schimmel
2021-01-17net: ip: always refragment ip defragmented packetsFlorian Westphal
2021-01-17net: fix pmtu check in nopmtudisc modeFlorian Westphal
2021-01-17net: ipv6: fib: flush exceptions when purging routeSean Tranchetti
2021-01-17net: vlan: avoid leaks on register_vlan_dev() failuresJakub Kicinski
2021-01-12xsk: Fix memory leak for failed bindMagnus Karlsson
2021-01-12netfilter: nft_dynset: report EOPNOTSUPP on missing set featurePablo Neira Ayuso
2021-01-12netfilter: xt_RATEEST: reject non-null terminated string from userspaceFlorian Westphal
2021-01-12netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin
2021-01-12netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan
2021-01-12erspan: fix version 1 check in gre_parse_header()Cong Wang
2021-01-12net: sched: prevent invalid Scell_log shift countRandy Dunlap
2021-01-12ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault
2021-01-12net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tcAntoine Tenart
2021-01-12net-sysfs: take the rtnl lock when storing xps_rxqsAntoine Tenart
2021-01-12net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tcAntoine Tenart
2021-01-12net-sysfs: take the rtnl lock when storing xps_cpusAntoine Tenart
2021-01-12net/ncsi: Use real net-device for response handlerJohn Wang
2021-01-12net/sched: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti
2021-01-09Bluetooth: Fix attempting to set RPA timeout when unsupportedEdward Vear
2021-01-06ethtool: fix string set id checkMichal Kubecek
2021-01-06ethtool: fix error paths in ethnl_set_channels()Ivan Vecera
2021-01-06mptcp: fix security context on server socketPaolo Abeni
2021-01-06net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti
2020-12-30xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever
2020-12-30sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni
2020-12-30mac80211: fix a mistake check for rx_stats updateWen Gong
2020-12-30mac80211: don't set set TDLS STA bandwidth wider than possibleJohannes Berg
2020-12-30Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU optionWei Yongjun
2020-12-30net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'Fedor Tokarev
2020-12-30SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust
2020-12-30SUNRPC: rpc_wake_up() should wake up tasks in the correct orderTrond Myklebust
2020-12-30Bluetooth: Fix: LL PRivacy BLE device fails to connectSathish Narasimman
2020-12-30Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn
2020-12-30nl80211/cfg80211: fix potential infinite loopColin Ian King
2020-12-26nl80211: validate key indexes for cfg80211_registered_deviceAnant Thazhemadam
2020-12-26Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye
2020-12-26net: ipconfig: Avoid spurious blank lines in boot logThierry Reding
2020-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-12-09net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault
2020-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-12-09tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell
2020-12-09net: flow_offload: Fix memory leak for indirect flow blockChris Mi
2020-12-09tcp: Retain ECT bits for tos reflectionWei Wang