aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-04testpr/mmDaniel Borkmann1-1/+1
2022-03-04mm: Consider __GFP_NOWARN flag for oversized kvmalloc() callsDaniel Borkmann1-1/+3
2022-02-28xsk: Fix race at socket teardownMagnus Karlsson1-19/+50
2022-02-28bpf: Remove Lorenz Bauer from L7 BPF maintainersLorenz Bauer1-1/+0
2022-02-28net: ipa: fix a build dependencyAlex Elder1-0/+1
2022-02-28atm: firestream: check the return value of ioremap() in fs_init()Jia-Ju Bai1-0/+2
2022-02-28net: sparx5: Add #include to remove warningCasper Andersson1-0/+2
2022-02-28net/smc: Fix cleanup when register ULP failsTony Lu1-1/+3
2022-02-28net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de1-2/+6
2022-02-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller3-75/+114
2022-02-25Merge tag 'linux-can-fixes-for-5.17-20220225' of git://git.kernel.org/pub/scm...Jakub Kicinski4-15/+18
2022-02-25iavf: Fix __IAVF_RESETTING state usageSlawomir Laba1-7/+6
2022-02-25iavf: Fix missing check for running netdevSlawomir Laba1-2/+5
2022-02-25iavf: Fix deadlock in iavf_reset_taskSlawomir Laba1-0/+1
2022-02-25iavf: Fix race in init stateSlawomir Laba1-1/+2
2022-02-25iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPSSlawomir Laba3-24/+23
2022-02-25iavf: Fix init state closure on removeSlawomir Laba2-1/+27
2022-02-25iavf: Add waiting so the port is initialized in removeSlawomir Laba1-11/+16
2022-02-25iavf: Rework mutexes for better synchronisationSlawomir Laba2-31/+36
2022-02-25net: stmmac: fix return value of __setup handlerRandy Dunlap1-3/+3
2022-02-25net: sxgbe: fix return value of __setup handlerRandy Dunlap1-3/+3
2022-02-25can: rcar_canfd: rcar_canfd_channel_probe(): register the CAN device when ful...Lad Prabhakar1-3/+3
2022-02-25net: sparx5: Fix add vlan when invalid operationCasper Andersson1-10/+10
2022-02-25net: chelsio: cxgb3: check the return value of pci_find_capability()Jia-Ju Bai1-0/+2
2022-02-25Merge branch 'ibmvnic-fixes'David S. Miller2-28/+156
2022-02-25ibmvnic: Allow queueing resets during probeSukadev Bhattiprolu2-10/+98
2022-02-25ibmvnic: clear fop when retrying probeSukadev Bhattiprolu1-0/+5
2022-02-25ibmvnic: init init_done_rc earlierSukadev Bhattiprolu1-5/+21
2022-02-25ibmvnic: register netdev after init of adapterSukadev Bhattiprolu1-6/+8
2022-02-25ibmvnic: complete init_done on transport eventsSukadev Bhattiprolu1-0/+7
2022-02-25ibmvnic: define flush_reset_queue helperSukadev Bhattiprolu1-8/+16
2022-02-25ibmvnic: initialize rc before completing waitSukadev Bhattiprolu1-1/+1
2022-02-25ibmvnic: free reset-work-item when flushingSukadev Bhattiprolu1-1/+3
2022-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller11-35/+51
2022-02-25net: dcb: flush lingering app table entries for unregistered devicesVladimir Oltean1-0/+44
2022-02-25net/smc: fix connection leakD. Wythe1-2/+8
2022-02-25net: stmmac: only enable DMA interrupts when readyVincent Whitchurch1-2/+26
2022-02-25xen/netfront: destroy queues before real_num_tx_queues is zeroedMarek Marczykowski-Górecki1-16/+23
2022-02-25can: gs_usb: change active_channels's type from atomic_t to u8Vincent Mailhol1-5/+5
2022-02-25can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8Vincent Mailhol2-7/+10
2022-02-24Merge branch 'mptcp-fixes-for-5-17'Jakub Kicinski2-4/+18
2022-02-24mptcp: Correctly set DATA_FIN timeout when number of retransmits is largeMat Martineau1-2/+5
2022-02-24selftests: mptcp: do complete cleanup at exitPaolo Abeni1-2/+2
2022-02-24mptcp: accurate SIOCOUTQ for fallback socketPaolo Abeni1-0/+11
2022-02-24Merge tag 'for-net-2022-02-24' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski5-12/+33
2022-02-24Merge tag 'pci-v5.17-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+11
2022-02-24Merge tag 'net-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds99-439/+990
2022-02-24Bluetooth: hci_sync: Fix not using conn_timeoutLuiz Augusto von Dentz2-6/+23
2022-02-24Bluetooth: hci_sync: Fix hci_update_accept_list_syncLuiz Augusto von Dentz1-1/+4
2022-02-24Bluetooth: assign len after null checkWang Qing1-1/+2
2022-02-24Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz1-2/+1
2022-02-24Bluetooth: fix data races in smp_unregister(), smp_del_chan()Lin Ma1-2/+2
2022-02-24Bluetooth: hci_core: Fix leaking sent_cmd skbLuiz Augusto von Dentz1-0/+1
2022-02-24Merge tag 'block-5.17-2022-02-24' of git://git.kernel.dk/linux-blockLinus Torvalds4-25/+60
2022-02-24Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+17
2022-02-24Merge tag 'platform-drivers-x86-v5.17-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-12/+43
2022-02-24net: mv643xx_eth: process retval from of_get_mac_addressMauri Sandberg1-10/+14
2022-02-24ping: remove pr_err from ping_lookupXin Long1-1/+0
2022-02-24Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC"Mateusz Palczewski1-11/+1
2022-02-24openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2-8/+43
2022-02-24ipv6: prevent a possible race condition with lifetimesNiels Dossche1-0/+2
2022-02-24net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco2-22/+22
2022-02-24bnx2x: fix driver load from initrdManish Chopra1-0/+3
2022-02-24Revert "xen-netback: Check for hotplug-status existence before watching"Marek Marczykowski-Górecki1-8/+4
2022-02-24Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"Marek Marczykowski-Górecki1-1/+1
2022-02-24Merge tag 'nvme-5.17-2022-02-24' of git://git.infradead.org/nvme into block-5.17Jens Axboe3-25/+58
2022-02-24surface: surface3_power: Fix battery readings on batteries without a serial n...Hans de Goede1-3/+10
2022-02-24platform/x86: amd-pmc: Set QOS during suspend on CZN w/ timer wakeupMario Limonciello1-9/+33
2022-02-23Merge tag 'mlx5-fixes-2022-02-23' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski24-94/+236
2022-02-23Merge tag 'devicetree-fixes-for-5.17-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds10-22/+13
2022-02-23Merge tag 'selinux-pr-20220223' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-02-23net/mlx5e: Fix VF min/max rate parameters interchange mistakeGal Pressman1-1/+1
2022-02-23net/mlx5e: Add missing increment of countLama Kayal1-0/+1
2022-02-23net/mlx5e: MPLSoUDP decap, fix check for unsupported matchesMaor Dickman1-17/+11
2022-02-23net/mlx5e: Fix MPLSoUDP encap to use MPLS action informationMaor Dickman7-3/+32
2022-02-23net/mlx5e: Add feature check for set fec countersLama Kayal1-3/+3
2022-02-23net/mlx5e: TC, Skip redundant ct clear actionsRoi Dayan2-0/+8
2022-02-23net/mlx5e: TC, Reject rules with forward and drop actionsRoi Dayan1-0/+6
2022-02-23net/mlx5e: TC, Reject rules with drop and modify hdr actionRoi Dayan1-0/+6
2022-02-23net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packetsTariq Toukan1-1/+2
2022-02-23net/mlx5e: Fix wrong return value on ioctl EEPROM query failureGal Pressman1-1/+1
2022-02-23net/mlx5: Fix possible deadlock on rule deletionMaor Gottlieb1-0/+2
2022-02-23net/mlx5: Fix tc max supported prio for nic modeChris Mi1-0/+3
2022-02-23net/mlx5: Fix wrong limitation of metadata match on ecpfAriel Levkovich1-4/+0
2022-02-23net/mlx5: Update log_max_qp value to be 17 at mostMaher Sanalla1-1/+1
2022-02-23net/mlx5: DR, Fix the threshold that defines when pool sync is initiatedYevgeny Kliteynik1-4/+7
2022-02-23net/mlx5: DR, Don't allow match on IP w/o matching on full ethertype/ip_versionYevgeny Kliteynik3-17/+45
2022-02-23net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fteYevgeny Kliteynik1-7/+26
2022-02-23net/mlx5: DR, Cache STE shadow memoryYevgeny Kliteynik2-35/+79
2022-02-23net/mlx5: Update the list of the PCI supported devicesMeir Lichtinger1-0/+2
2022-02-23Merge tag 'for-5.17/parisc-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+7
2022-02-23Merge tag 'hwmon-for-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-7/+14
2022-02-23Merge tag 'slab-for-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-17/+16
2022-02-23PCI: Mark all AMD Navi10 and Navi14 GPU ATS as brokenAlex Deucher1-5/+9
2022-02-23parisc/unaligned: Fix ldw() and stw() unalignment handlersHelge Deller1-3/+3
2022-02-23parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernelHelge Deller1-4/+4
2022-02-23nvme-tcp: send H2CData PDUs based on MAXH2CDATAVarun Prakash2-14/+50
2022-02-23nvme: also mark passthrough-only namespaces ready in nvme_update_ns_infoChristoph Hellwig1-3/+3
2022-02-23nvme: don't return an error from nvme_configure_metadataChristoph Hellwig1-8/+5
2022-02-23Merge branch 'ftgmac100-fixes'David S. Miller1-114/+129
2022-02-23drivers/net/ftgmac100: fix DHCP potential failure with systemdHeyi Guo1-2/+11
2022-02-23drivers/net/ftgmac100: adjust code place for function call dependencyHeyi Guo1-111/+111
2022-02-23drivers/net/ftgmac100: refactor ftgmac100_reset_task to enable direct functio...Heyi Guo1-3/+9
2022-02-23net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing1-1/+1
2022-02-23MAINTAINERS: add myself as co-maintainer for Realtek DSA switch driversAlvin Šipraga1-0/+1
2022-02-23tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2-2/+2
2022-02-23udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()Dan Carpenter1-1/+1
2022-02-23vhost/vsock: don't check owner in vhost_vsock_stop() while releasingStefano Garzarella1-7/+14
2022-02-22ibmvnic: schedule failover only if vioctl failsSukadev Bhattiprolu1-1/+5
2022-02-22net: dsa: fix panic when removing unoffloaded port from bridgeAlvin Šipraga1-1/+8
2022-02-22net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet1-2/+2
2022-02-22Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-7/+25
2022-02-22selinux: fix misuse of mutex_is_locked()Ondrej Mosnacek1-2/+2
2022-02-22dt-bindings: update Roger Quadros emailKrzysztof Kozlowski4-4/+4
2022-02-22MAINTAINERS: sifive: drop Yash ShahKrzysztof Kozlowski4-9/+0
2022-02-22cpuset: Fix kernel-docJiapeng Chong1-5/+5
2022-02-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2022-02-22cgroup-v1: Correct privileges check in release_agent writesMichal Koutný1-2/+4
2022-02-22cgroup: clarify cgroup_css_set_fork()Christian Brauner1-0/+14
2022-02-22io_uring: disallow modification of rsrc_data during quiesceDylan Yudaken1-1/+9
2022-02-22hwmon: (pmbus) Clear pmbus fault/warning bits after readVikash Chandola1-0/+5
2022-02-22hwmon: Handle failure to register sensor with thermal zone correctlyGuenter Roeck1-6/+8
2022-02-22block: clear iocb->private in blkdev_bio_end_io_async()Stefano Garzarella1-0/+2
2022-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller9-9/+58
2022-02-22netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal1-4/+9
2022-02-21Merge tag 'platform-drivers-x86-v5.17-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-2/+4
2022-02-21lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann1-0/+2
2022-02-21netfilter: nft_limit: fix stateful object memory leakFlorian Westphal1-0/+18
2022-02-21netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso1-0/+3
2022-02-21platform/x86: int3472: Add terminator to gpiod_lookup_tableDaniel Scally1-1/+2
2022-02-21net: mdio-ipq4019: add delay after clock enableBaruch Siach1-1/+5
2022-02-21io_uring: don't convert to jiffies for waiting on timeoutsJens Axboe1-6/+7
2022-02-21gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2-1/+6
2022-02-21tools/cgroup/slabinfo: update to work with struct slabRoman Gushchin1-15/+15
2022-02-21slab: remove __alloc_size attribute from __kmalloc_track_callerGreg Kroah-Hartman1-2/+1
2022-02-20Linux 5.17-rc5Linus Torvalds1-1/+1
2022-02-20Merge tag 'locking_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+2
2022-02-20Merge tag 'x86_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-16/+7
2022-02-20Merge tag 'sched_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-16/+35
2022-02-20Merge tag 'edac_urgent_for_v5.17_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-02-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-8/+29
2022-02-20Merge tag 'dmaengine-fix-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-13/+25
2022-02-20Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-17/+26
2022-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-0/+28
2022-02-20Merge tag 'for-v5.17-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds3-1/+5
2022-02-20Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-2/+41
2022-02-20Merge tag 'pidfd.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+3
2022-02-20Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/...Linus Torvalds4-19/+23
2022-02-20Merge branch 'bnxt_en-fixes'David S. Miller6-28/+90
2022-02-20bnxt_en: Fix devlink fw_activateKalesh AP1-8/+31
2022-02-20bnxt_en: Increase firmware message response DMA wait timeMichael Chan2-4/+10
2022-02-20bnxt_en: Restore the resets_reliable flag in bnxt_open()Kalesh AP1-2/+15
2022-02-20bnxt_en: Fix incorrect multicast rx mask setting when not requestedPavan Chebbi1-5/+8
2022-02-20bnxt_en: Fix occasional ethtool -t loopback test failuresMichael Chan3-1/+9
2022-02-20bnxt_en: Fix offline ethtool selftest with RDMA enabledMichael Chan2-8/+14
2022-02-20bnxt_en: Fix active FEC reporting to ethtoolSomnath Kotur1-0/+3
2022-02-19hwmon: (ntc_thermistor) Underscore Samsung thermistorLinus Walleij1-1/+1
2022-02-20netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso6-5/+26
2022-02-19net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't heldVladimir Oltean2-7/+20
2022-02-19net: dsa: microchip: fix bridging with more than two member portsSvenning Sørensen1-3/+23
2022-02-19net: Force inlining of checksum functions in net/checksum.hChristophe Leroy1-23/+24
2022-02-19Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller9-23/+39
2022-02-19Merge branch 'mptcp-fixes'David S. Miller6-21/+96
2022-02-19selftests: mptcp: be more conservative with cookie MPJ limitsPaolo Abeni1-3/+12
2022-02-19selftests: mptcp: more robust signal race testPaolo Abeni1-3/+12
2022-02-19mptcp: add mibs counter for ignored incoming optionsPaolo Abeni3-2/+10
2022-02-19mptcp: fix race in incoming ADD_ADDR option processingPaolo Abeni1-5/+14
2022-02-19mptcp: fix race in overlapping signal eventsPaolo Abeni1-0/+10
2022-02-19selftests: mptcp: improve 'fair usage on close' stabilityPaolo Abeni1-1/+1
2022-02-19selftests: mptcp: fix diag instabilityPaolo Abeni1-7/+37
2022-02-19MAINTAINERS: remove duplicate entry for i2c-qcom-geniWolfram Sang1-8/+0
2022-02-19sched: Fix yet more sched_fork() racesPeter Zijlstra3-16/+35
2022-02-18nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()Christophe JAILLET1-2/+2
2022-02-18MAINTAINERS: rmnet: Update email addressesSubash Abhinov Kasiviswanathan1-2/+2
2022-02-18net: mvpp2: always set port pcs opsJeremy Linton1-3/+3
2022-02-18Merge tag 'nfs-for-5.17-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-10/+6
2022-02-18Merge tag 'acpi-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-1/+6
2022-02-18Merge tag 'riscv-for-linus-5.17-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-25/+47
2022-02-18Input: psmouse - set up dependency between PS/2 and SMBus companionsDmitry Torokhov1-0/+10
2022-02-18ice: initialize local variable 'tlv'Tom Rix1-1/+1
2022-02-18ice: check the return of ice_ptp_gettimex64Tom Rix1-1/+4
2022-02-18ice: fix concurrent reset and removal of VFsJacob Keller3-18/+27
2022-02-18ice: fix setting l4 port flag when adding filterMichal Swiatkowski1-2/+2
2022-02-18ice: Match on all profiles in slow-pathWojciech Drewek3-1/+5
2022-02-18Merge branch 'acpi-processor'Rafael J. Wysocki1-0/+5
2022-02-18Merge tag 'mtd/fixes-for-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-29/+48
2022-02-18Merge tag 'block-5.17-2022-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds14-19/+38
2022-02-18Merge tag 'sound-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds19-75/+118
2022-02-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2022-02-18Merge tag 'powerpc-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-2/+4
2022-02-18Merge tag '5.17-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-10/+17
2022-02-18net: ll_temac: check the return value of devm_kmalloc()Xiaoke Wang1-0/+2
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet6-8/+8
2022-02-18sr9700: sanity check for packet lengthOliver Neukum1-1/+1
2022-02-18net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey1-5/+0
2022-02-18net-sysfs: add check for netdevice being present to speed_showsuresh kumar1-1/+1
2022-02-18drivers: hamradio: 6pack: fix UAF bug caused by mod_timer()Duoming Zhou1-2/+2
2022-02-18x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearingAndy Lutomirski2-7/+6
2022-02-18i2c: brcmstb: fix support for DSL and CM variantsRafał Miłecki1-1/+1
2022-02-17Merge tag 'linux-kselftest-fixes-5.17-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds3-4/+4