summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-11-23Merge branch 'i2c/client_device_id_helper-immutable' of git://git.kernel.org/...Jakub Kicinski1-0/+1
2022-11-18Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2-45/+1
2022-11-18sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long1-0/+5
2022-11-18ethtool: doc: clarify what drivers can implement in their get_drvinfo()Vincent Mailhol1-4/+4
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-21/+48
2022-11-17Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-21/+39
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-23/+35
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima1-0/+2
2022-11-16wifi: wl1251: drop support for platform dataDmitry Torokhov1-44/+0
2022-11-14Merge tag 'vfio-v6.1-rc6' of https://github.com/awilliam/linux-vfioLinus Torvalds1-0/+1
2022-11-14i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias1-0/+1
2022-11-14Merge tag 'mlx5-updates-2022-11-12' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-0/+6
2022-11-14ibmvnic: Add hotpluggable CPU callbacks to reassign affinity hintsNick Child1-0/+1
2022-11-13Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2022-11-12net/mlx5e: Support enhanced CQE compressionOfer Levi1-0/+6
2022-11-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-64/+125
2022-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-21/+39
2022-11-12net: remove skb->vlan_presentEric Dumazet2-14/+13
2022-11-12Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+7
2022-11-11bpf: Fix offset calculation error in __copy_map_value and zero_map_valueXu Kuohai1-2/+2
2022-11-11ptp: remove the .adjfreq interface functionJacob Keller1-7/+0
2022-11-11net: ethernet: mtk_wed: add configure wed wo supportLorenzo Bianconi1-1/+75
2022-11-11net: ethernet: mtk_wed: rename tx_wdma array in rx_wdmaLorenzo Bianconi1-1/+2
2022-11-11net: ethernet: mtk_wed: introduce wed mcu supportSujuan Chen1-0/+29
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-29/+27
2022-11-11Merge tag 'net-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-1/+17
2022-11-11arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel1-0/+1
2022-11-10vfio: Export the device set open countAnthony DeRossi1-0/+1
2022-11-10net: mdio: add mdiodev_c45_(read|write)Russell King (Oracle)1-0/+13
2022-11-10net: introduce a helper to move notifier block to different namespaceJiri Pirko1-0/+2
2022-11-10Merge tag 'slab-for-6.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-23/+0
2022-11-09Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2-1/+4
2022-11-09net/core: Allow live renaming when an interface is upAndy Ren1-3/+1
2022-11-09maple_tree: reorganize testing to restore module testingLiam Howlett1-0/+7
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells1-1/+2
2022-11-08net, proc: Provide PROC_FS=n fallback for proc_create_net_single_write()David Howells1-0/+2
2022-11-08ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski2-0/+20
2022-11-08net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-0/+5
2022-11-07can: dev: fix skb drop checkOliver Hartkopp1-0/+16
2022-11-07net: mv643xx_eth: support MII/GMII/RGMII modes for KirkwoodDavid Yang1-0/+2
2022-11-05bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)Peter Zijlstra1-1/+38
2022-11-05bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")Peter Zijlstra1-20/+1
2022-11-05Merge tag 'hardening-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+9
2022-11-05Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-11-04mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()Vlastimil Babka1-23/+0
2022-11-04bcma: Use the proper gpio includeLinus Walleij1-1/+1
2022-11-04bpf: Refactor map->off_arr handlingKumar Kartikeya Dwivedi2-17/+25
2022-11-04bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi2-22/+34
2022-11-04bpf: Refactor kptr_off_tab into btf_recordKumar Kartikeya Dwivedi2-46/+82
2022-11-04net: remove unused ndo_get_devlink_portJiri Pirko1-5/+0