summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tcAntoine Tenart2021-01-121-7/+22
* net-sysfs: take the rtnl lock when storing xps_cpusAntoine Tenart2021-01-121-0/+6
* net/ncsi: Use real net-device for response handlerJohn Wang2021-01-121-1/+1
* net/sched: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti2021-01-121-3/+4
* Bluetooth: Fix attempting to set RPA timeout when unsupportedEdward Vear2021-01-091-1/+1
* ethtool: fix string set id checkMichal Kubecek2021-01-061-1/+1
* ethtool: fix error paths in ethnl_set_channels()Ivan Vecera2021-01-061-2/+4
* mptcp: fix security context on server socketPaolo Abeni2021-01-061-0/+2
* net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti2021-01-061-1/+16
* xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever2020-12-301-9/+31
* sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni2020-12-301-1/+2
* mac80211: fix a mistake check for rx_stats updateWen Gong2020-12-301-1/+1
* mac80211: don't set set TDLS STA bandwidth wider than possibleJohannes Berg2020-12-301-4/+10
* Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU optionWei Yongjun2020-12-301-0/+5
* net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'Fedor Tokarev2020-12-301-2/+2
* SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-304-16/+55
* SUNRPC: rpc_wake_up() should wake up tasks in the correct orderTrond Myklebust2020-12-301-30/+35
* Bluetooth: Fix: LL PRivacy BLE device fails to connectSathish Narasimman2020-12-301-4/+8
* Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn2020-12-301-0/+5
* nl80211/cfg80211: fix potential infinite loopColin Ian King2020-12-301-1/+1
* nl80211: validate key indexes for cfg80211_registered_deviceAnant Thazhemadam2020-12-263-11/+49
* Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye2020-12-261-7/+5
* net: ipconfig: Avoid spurious blank lines in boot logThierry Reding2020-12-261-5/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-106-31/+59
|\
| * xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen2020-12-092-14/+20
| * lwt_bpf: Replace preempt_disable() with migrate_disable()Cong Wang2020-12-071-3/+3
| * lwt: Disable BH too in run_lwt_bpf()Dongdong Wang2020-12-071-4/+4
| * xsk: Return error code if force_zc is setZhang Changzhong2020-12-041-0/+1
| * xsk: Change the tx writeable conditionXuan Zhuo2020-12-032-3/+19