aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-01-09amt: fix wrong return type of amt_send_membership_update()HEADmasterTaehee Yoo1-1/+1
2022-01-09net: mcs7830: handle usb read errors properlyPavel Skripkin1-2/+10
2022-01-09net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey5-5/+27
2022-01-09Merge tag 'linux-can-fixes-for-5.16-20220109' of git://git.kernel.org/pub/scm...Jakub Kicinski5-10/+17
2022-01-09can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}Brian Silverman1-0/+2
2022-01-09can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free CAN network de...Lad Prabhakar1-3/+2
2022-01-09can: xilinx_can: xcan_probe(): check for error irqJiasheng Jiang1-1/+6
2022-01-09can: softing: softing_startstop(): fix set but not used variable warningMarc Kleine-Budde1-5/+6
2022-01-08can: softing_cs: softingcs_probe(): fix memleak on registration failureJohan Hovold1-1/+1
2022-01-07octeontx2-af: Fix interrupt name stringsSunil Goutham2-4/+3
2022-01-07netrom: fix api breakage in nr_setsockopt()Dan Carpenter1-6/+6
2022-01-07ax25: uninitialized variable in ax25_setsockopt()Dan Carpenter1-5/+5
2022-01-07Merge branch 'octeontx2-ptp-bugs'David S. Miller2-1/+6
2022-01-07octeontx2-nicvf: Free VF PTP resources.Rakesh Babu Saladi1-1/+4
2022-01-07octeontx2-af: Increment ptp refcount before useSubbaraya Sundeep1-0/+2
2022-01-07Merge branch 'mptcp-fixes'David S. Miller2-4/+10
2022-01-07mptcp: Check reclaim amount before reducing allocationMat Martineau1-1/+3
2022-01-07mptcp: fix a DSS option writing errorGeliang Tang1-0/+1
2022-01-07mptcp: fix opt size when sending DSS + MP_FAILMatthieu Baerts1-3/+6
2022-01-07Merge tag 'mlx5-fixes-2022-01-06' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller10-65/+165
2022-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski5-10/+25
2022-01-06Revert "net/mlx5: Add retry mechanism to the command entry index allocation"Moshe Shemesh1-20/+1
2022-01-06net/mlx5: Set command entry semaphore up once got index freeMoshe Shemesh1-9/+6
2022-01-06net/mlx5e: Sync VXLAN udp ports during uplink representor profile changeMaor Dickman1-0/+3
2022-01-06net/mlx5: Fix access to sf_dev_table on allocation failureShay Drory1-4/+1
2022-01-06net/mlx5e: Fix matching on modified inner ip_ecn bitsPaul Blakey1-4/+116
2022-01-06Revert "net/mlx5e: Block offload of outer header csum for GRE tunnel"Aya Levin1-3/+6
2022-01-06Revert "net/mlx5e: Block offload of outer header csum for UDP tunnels"Aya Levin1-3/+7
2022-01-06net/mlx5e: Don't block routes with nexthop objects in SWMaor Dickman1-4/+2
2022-01-06net/mlx5e: Fix wrong usage of fib_info_nh when routes with nexthop objects ar...Maor Dickman1-0/+2
2022-01-06net/mlx5e: Fix nullptr on deleting mirroring ruleDima Chumak1-13/+15
2022-01-06net/mlx5e: Fix page DMA map/unmap attributesAya Levin2-5/+6
2022-01-06net/smc: Reset conn->lgr when link group registration failsWen Gu3-9/+13
2022-01-06fsl/fman: Check for null pointer after calling devm_ioremapJiasheng Jiang1-5/+16
2022-01-06rocker: fix a sleeping in atomic bugDan Carpenter1-1/+2
2022-01-06ppp: ensure minimum packet size in ppp_write()Eric Dumazet1-1/+6
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller6-13/+82
2022-01-06netfilter: nft_set_pipapo: allocate pcpu scratch maps on cloneFlorian Westphal1-0/+8
2022-01-06netfilter: nft_payload: do not update layer 4 checksum when mangling fragmentsPablo Neira Ayuso1-0/+3
2022-01-06selftests: netfilter: switch to socat for tests using -q optionHangbin Liu2-9/+10
2022-01-05Merge tag 'linux-can-fixes-for-5.16-20220105' of git://git.kernel.org/pub/scm...Jakub Kicinski2-3/+4
2022-01-05Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds38-229/+441
2022-01-05can: isotp: convert struct tpcon::{idx,len} to unsigned intMarc Kleine-Budde1-2/+2
2022-01-05can: gs_usb: fix use of uninitialized variable, detach device on reception of...Marc Kleine-Budde1-1/+2
2022-01-05selftests: set amt.sh executableTaehee Yoo1-0/+0
2022-01-05Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks"Aaron Ma1-3/+6
2022-01-05Merge tag 'gpio-fixes-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+3
2022-01-05Merge tag 'ieee802154-for-net-2022-01-05' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski1-4/+6
2022-01-05netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()Xin Xiong1-1/+4
2022-01-05Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller3-18/+87
2022-01-05net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_pathRaed Salem1-5/+25
2022-01-04sfc: The RX page_ring is optionalMartin Habets2-0/+10
2022-01-04iavf: Fix limit of total number of queues to active queues of VFKaren Sornek1-1/+4
2022-01-04i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski1-7/+25
2022-01-04i40e: Fix for displaying message regarding NVM versionMateusz Palczewski1-2/+2
2022-01-04i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu1-0/+24
2022-01-04i40e: Fix to not show opcode msg on unsuccessful VF MAC changeMateusz Palczewski1-8/+32
2022-01-04ieee802154: atusb: fix uninit value in atusb_set_extended_addrPavel Skripkin1-4/+6
2022-01-04Merge tag 'mac80211-for-net-2022-01-04' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski4-82/+55
2022-01-04mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_meshmac80211-for-net-2022-01-04Pavel Skripkin3-81/+54
2022-01-04mac80211: initialize variable have_higher_than_11mbitTom Rix1-1/+1
2022-01-04sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet1-4/+2
2022-01-04netrom: fix copying in user data in nr_setsockoptChristoph Hellwig1-1/+1
2022-01-04Merge branch 'srv6-traceroute'David S. Miller6-33/+91
2022-01-04udp6: Use Segment Routing Header for dest address if presentAndrew Lunn2-1/+21
2022-01-04icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn4-1/+38
2022-01-04seg6: export get_srh() for ICMP handlingAndrew Lunn3-31/+32
2022-01-03Merge tag 'batadv-net-pullrequest-20220103' of git://git.open-mesh.org/linux-...Jakub Kicinski3-11/+21
2022-01-03Revert "net: phy: fixed_phy: Fix NULL vs IS_ERR() checking in __fixed_phy_reg...Florian Fainelli1-2/+2
2022-01-03ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern1-5/+3
2022-01-03ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern1-2/+5
2022-01-03MAINTAINERS: update gpio-brcmstb maintainersGregory Fong1-1/+2
2022-01-03gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handlerSteven Lee1-1/+1
2022-01-02Linux 5.16-rc8Linus Torvalds1-1/+1
2022-01-02Merge tag 'perf-tools-fixes-for-v5.16-2022-01-02' of git://git.kernel.org/pub...Linus Torvalds6-21/+43
2022-01-02net/fsl: Remove leftover definition in xgmac_mdioMarkus Koch1-1/+0
2022-01-02Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+8
2022-01-02Merge tag 'x86_urgent_for_v5.16_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-01-02rndis_host: support Hytera digital radiosThomas Toye1-0/+5
2022-01-02perf top: Fix TUI exit screen refresh race conditionyaowenbin1-3/+5
2022-01-02perf pmu: Fix alias events listJohn Garry1-6/+17
2022-01-02sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long3-34/+37
2022-01-02Merge branch 'ena-fixes'David S. Miller1-20/+29
2022-01-02net: ena: Fix error handling when calculating max IO queues numberArthur Kiyanovski1-4/+0
2022-01-02net: ena: Fix wrong rx request id by resetting deviceArthur Kiyanovski1-2/+9
2022-01-02net: ena: Fix undefined state when tx request id is out of boundsArthur Kiyanovski1-14/+20
2022-01-02mctp: Remove only static neighbour on RTM_DELNEIGHGagan Kumar1-4/+5
2022-01-02batman-adv: mcast: don't send link-local multicast to mcast routersLinus Lüssing3-11/+21
2022-01-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-4/+11
2021-12-31net ticp:fix a kernel-infoleak in __tipc_sendmsg()Haimin Zhang1-0/+2
2021-12-31selftests: net: udpgro_fwd.sh: explicitly checking the available ping featureJianguo Wu1-1/+2
2021-12-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-3/+3
2021-12-31mm: vmscan: reduce throttling due to a failure to make progress -fixMel Gorman1-1/+2
2021-12-31mm: vmscan: Reduce throttling due to a failure to make progressMel Gorman3-10/+59
2021-12-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-8/+17
2021-12-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-6/+11
2021-12-31mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'SeongJae Park1-2/+7
2021-12-31userfaultfd/selftests: fix hugetlb area allocationsMike Kravetz1-6/+10
2021-12-31Merge branch 'mpr-len-checks'David S. Miller3-8/+76
2021-12-31lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern3-0/+11
2021-12-31ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern1-1/+5
2021-12-31ipv6: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern1-1/+20
2021-12-31ipv4: Check attribute length for RTA_FLOW in multipath routeDavid Ahern1-3/+14
2021-12-31ipv4: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern1-3/+26
2021-12-31Docs: Fixes link to I2C specificationDeep Majumder1-3/+5
2021-12-31i2c: validate user data in compat ioctlPavel Skripkin1-0/+3
2021-12-30Input: spaceball - fix parsing of movement data packetsLeo L. Schwab1-2/+9
2021-12-30Input: appletouch - initialize work before device registrationPavel Skripkin1-2/+2
2021-12-30Merge tag 'drm-fixes-2021-12-31' of git://anongit.freedesktop.org/drm/drmLinus Torvalds27-114/+318
2021-12-31Merge branch 'drm-misc-fixes' of ssh://git.freedesktop.org/git/drm/drm-misc i...Dave Airlie2-14/+16
2021-12-30fs/mount_setattr: always cleanup mount_kattrChristian Brauner1-5/+4
2021-12-30Merge tag 'net-5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds58-237/+405
2021-12-30Merge tag 'char-misc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2-3/+4
2021-12-30Merge tag 'usb-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds5-8/+29
2021-12-30fsl/fman: Fix missing put_device() call in fman_port_probeMiaoqian Lin1-5/+7
2021-12-30selftests: net: using ping6 for IPv6 in udpgro_fwd.shJianguo Wu1-1/+3
2021-12-30Documentation: fix outdated interpretation of ip_no_pmtu_discxu xin1-2/+4
2021-12-30Merge tag 'amd-drm-fixes-5.16-2021-12-29' of https://gitlab.freedesktop.org/a...Dave Airlie23-98/+300
2021-12-29Merge tag 'mlx5-fixes-2021-12-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-6/+7
2021-12-30Merge tag 'drm-intel-fixes-2021-12-29' of git://anongit.freedesktop.org/drm/d...Dave Airlie2-2/+2
2021-12-29net/ncsi: check for error return from call to nla_put_u32Jiasheng Jiang1-1/+5
2021-12-29net: bridge: mcast: fix br_multicast_ctx_vlan_global_disabled helperNikolay Aleksandrov1-3/+3
2021-12-29net: fix use-after-free in tw_timer_handlerMuchun Song1-6/+4
2021-12-29selftests: net: Fix a typo in udpgro_fwd.shJianguo Wu1-1/+1
2021-12-29selftests/net: udpgso_bench_tx: fix dst ip argumentwujianguo1-1/+7
2021-12-29x86/build: Use the proper name CONFIG_FW_LOADERLukas Bulwahn1-1/+1
2021-12-29Merge branch 'net-bridge-mcast-add-and-enforce-query-interval-minimum'Jakub Kicinski5-6/+44
2021-12-29net: bridge: mcast: add and enforce startup query interval minimumNikolay Aleksandrov5-3/+22
2021-12-29net: bridge: mcast: add and enforce query interval minimumNikolay Aleksandrov5-3/+22
2021-12-29ipv6: raw: check passed optlen before readingTamir Duberstein1-0/+3
2021-12-29Merge tag 's390-5.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+1
2021-12-29xsk: Initialise xskb free_list_nodeCiara Loftus1-0/+1
2021-12-28net/mlx5e: Fix wrong features assignment in case of errorGal Pressman1-6/+5
2021-12-28net/mlx5e: TC, Fix memory leak with rules with internal portRoi Dayan1-0/+2
2021-12-28Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2-1/+20
2021-12-28ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET1-1/+1
2021-12-28drm/amd/display: Changed pipe split policy to allow for multi-display pipe splitAngus Wang8-8/+8
2021-12-28drm/amd/display: Fix USB4 null pointer dereference in update_psp_stream_configNicholas Kazlauskas1-4/+1
2021-12-28drm/amd/display: Set optimize_pwr_state for DCN31Nicholas Kazlauskas1-0/+1
2021-12-28drm/amd/display: Send s0i2_rdy in stream_count == 0 optimizationNicholas Kazlauskas1-0/+1
2021-12-28drm/amd/display: Added power down for DCN10Lai, Derek1-0/+1
2021-12-28drm/amd/display: fix B0 TMDS deepcolor no dislay issueCharlene Liu2-2/+54
2021-12-28Merge tag 'selinux-pr-20211228' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-12-28perf scripts python: intel-pt-events.py: Fix printing of switch eventsAdrian Hunter1-10/+13
2021-12-28perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter1-1/+1
2021-12-28perf intel-pt: Fix parsing of VM time correlation argumentsAdrian Hunter1-0/+1
2021-12-28perf expr: Fix return value of ids__new()Miaoqian Lin1-1/+6
2021-12-28Merge tag 'auxdisplay-for-linus-v5.16' of git://github.com/ojeda/linuxLinus Torvalds1-1/+4
2021-12-28Merge tag 'powerpc-5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2021-12-28igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin1-0/+6
2021-12-28igc: Do not enable crosstimestamping for i225-V modelsVinicius Costa Gomes1-1/+14
2021-12-28drm/amdgpu: no DC support for headless chipsAlex Deucher1-0/+6
2021-12-28Merge branch 'smc-fixes'David S. Miller10-81/+68
2021-12-28net/smc: fix kernel panic caused by race of smc_sockDust Li8-76/+57
2021-12-28net/smc: don't send CDC/LLC message if link not readyDust Li5-5/+11
2021-12-28NFC: st21nfca: Fix memory leak in device probe and removeWei Yongjun1-9/+20
2021-12-28net: lantiq_xrx200: fix statistics of received bytesAleksander Jan Bajkowski1-1/+1
2021-12-28net: ag71xx: Fix a potential double free in error handling pathsChristophe JAILLET1-15/+8
2021-12-28mISDN: change function names to avoid conflictswolfgang huang3-7/+7
2021-12-27drm/amdgpu: put SMU into proper state on runpm suspending for BOCO capable pl...Evan Quan1-0/+15
2021-12-27drm/amdgpu: always reset the asic in suspend (v2)Alex Deucher1-1/+4
2021-12-27Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-5/+6
2021-12-27drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resumePrike Liang2-6/+4
2021-12-27selinux: initialize proto variable in selinux_ip_postroute_compat()Tom Rix1-1/+1
2021-12-27nfc: uapi: use kernel size_t to fix user-space buildsKrzysztof Kozlowski1-1/+1
2021-12-27uapi: fix linux/nfc.h userspace compilation errorsDmitry V. Levin1-2/+2
2021-12-27net: usb: pegasus: Do not drop long Ethernet framesMatthias-Christian Ott1-2/+2
2021-12-27atlantic: Fix buff_ring OOB in aq_ring_rx_cleanZekun Shen1-0/+8
2021-12-27net: udp: fix alignment problem in udp4_seq_show()yangxingwu1-1/+1
2021-12-27net/smc: fix using of uninitialized completionsKarsten Graul1-2/+4
2021-12-27ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao1-0/+2
2021-12-27drm/i915: Increment composite fence seqnoMatthew Brost1-1/+1
2021-12-27drm/i915: Fix possible uninitialized variable in parallel extensionMatthew Brost1-1/+1
2021-12-26Linux 5.16-rc7Linus Torvalds1-1/+1
2021-12-26Merge tag 'x86_urgent_for_v5.16_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-44/+32
2021-12-26Merge tag 'objtool_urgent_for_v5.16_rc7' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-4/+6
2021-12-25Merge tag 'pinctrl-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-19/+26
2021-12-25Merge tag 'hwmon-for-v5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-44/+62
2021-12-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds10-37/+151
2021-12-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-15/+23
2021-12-25mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()Liu Shixin1-0/+1
2021-12-25mm/damon/dbgfs: protect targets destructions with kdamond_lockSeongJae Park1-0/+2
2021-12-25mm/page_alloc: fix __alloc_size attribute for alloc_pages_exact_nidThibaut Sautereau1-1/+1
2021-12-25mm: delete unsafe BUG from page_cache_add_speculative()Hugh Dickins1-1/+0
2021-12-25mm, hwpoison: fix condition in free hugetlb page pathNaoya Horiguchi1-9/+4
2021-12-25MAINTAINERS: mark more list instances as moderatedRandy Dunlap1-2/+2
2021-12-25kernel/crash_core: suppress unknown crashkernel parameter warningPhilipp Rudo1-0/+11
2021-12-25mm: mempolicy: fix THP allocations escaping mempolicy restrictionsAndrey Ryabinin1-2/+1
2021-12-25kfence: fix memory leak when cat kfence objectsBaokun Li1-0/+1
2021-12-25selftests: mptcp: Remove the deprecated config NFT_COUNTERMa Xinjian1-1/+0
2021-12-25sctp: use call_rcu to free endpointXin Long5-26/+41
2021-12-24net: phy: fixed_phy: Fix NULL vs IS_ERR() checking in __fixed_phy_registerMiaoqian Lin1-2/+2
2021-12-24Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-5/+4
2021-12-24Merge tag 'platform-drivers-x86-v5.16-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-49/+37
2021-12-24recordmcount.pl: fix typo in s390 mcount regexHeiko Carstens1-1/+1
2021-12-23selftests: Calculate udpgso segment count without header adjustmentCoco Li1-6/+6
2021-12-23udp: using datalen to cap ipv6 udp max gso segmentsCoco Li1-1/+1
2021-12-23Merge tag 'mlx5-fixes-2021-12-22' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski12-46/+121
2021-12-23Merge tag '5.16-rc5-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-8/+26
2021-12-23Merge tag 'drm-fixes-2021-12-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-8/+10