aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-26Merge tag 'mlx5-updates-2021-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller4-14/+31
2021-10-25ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet1-1/+0
2021-10-25net/mlx5: Let user configure max_macs paramShay Drory1-1/+1
2021-10-25net/mlx5: Let user configure event_eq_size paramShay Drory1-1/+0
2021-10-25net/mlx5: Let user configure io_eq_size paramShay Drory1-4/+0
2021-10-25net/mlx5: Add periodic update of host time to firmwareAya Levin2-0/+14
2021-10-25net/mlx5: Extend health buffer dumpAya Levin2-8/+16
2021-10-25net: phy: add genphy_c45_fast_retrainLuo Jie1-0/+1
2021-10-24can: dev: add can_tdc_get_relative_tdco() helper functionVincent Mailhol1-0/+29
2021-10-24can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from deviceVincent Mailhol1-0/+1
2021-10-24can: bittiming: change can_calc_tdco()'s prototype to not directly modify privVincent Mailhol1-2/+7
2021-10-24can: bittiming: change unit of TDC parameters to clock periodsVincent Mailhol1-11/+17
2021-10-24can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol2-17/+51
2021-10-24net: phy: bcm7xxx: Add EPHY entry for 7712Florian Fainelli1-0/+1
2021-10-24net: mdio: Add helper functions for accessing MDIO devicesSean Anderson1-0/+24
2021-10-22Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski1-0/+38
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller9-44/+25
2021-10-21Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+2
2021-10-21Merge tag 'net-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+0
2021-10-21net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean1-2/+3
2021-10-20net/mlx5: Lag, change multipath and bonding to be mutually exclusiveMaor Dickman1-1/+0
2021-10-20Merge tag 'trace-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-40/+9
2021-10-19ethernet: add a helper for assigning port addressesJakub Kicinski1-0/+21
2021-10-18mm/secretmem: fix NULL page->mapping dereference in page_is_secretmem()Sean Christopherson1-1/+1
2021-10-18elfcore: correct reference to CONFIG_UMLLukas Bulwahn1-1/+1
2021-10-18mm/migrate: fix CPUHP state to update node demotion orderHuang Ying1-0/+4
2021-10-18mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen1-1/+4
2021-10-18net/mlx5: Introduce new uplink destination typeMaor Gottlieb1-0/+1
2021-10-18net/mlx5: Add support to create match definerMaor Gottlieb2-27/+253
2021-10-18net/mlx5: Introduce port selection namespaceMaor Gottlieb3-2/+39
2021-10-18tracing: Have all levels of checks prevent recursionSteven Rostedt (VMware)1-40/+9
2021-10-18ucounts: Fix signal ucount refcountingEric W. Biederman1-0/+2
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-70/+163
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish1-4/+0
2021-10-18u64_stats: Introduce u64_stats_set()Ahmed S. Darwish1-0/+10
2021-10-17Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-10-15block: drain file system I/O on del_gendiskChristoph Hellwig1-0/+1
2021-10-15net/mlx5: Use native_port_num as 1st option of device indexRongwei Liu1-1/+6
2021-10-15net/mlx5: Introduce new device index wrapperRongwei Liu1-0/+5
2021-10-15net/mlx5: Disable roce at HCA levelShay Drory2-5/+7
2021-10-15net/mlx5: Read timeout values from init segmentAmir Tzin1-4/+1
2021-10-15net/mlx5: Add layout to support default timeouts registerAmir Tzin3-2/+40
2021-10-15Merge tag 'spi-fix-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-0/+3
2021-10-15page_pool: disable dma mapping support for 32-bit arch with 64-bit DMAYunsheng Lin1-12/+1
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-76/+82
2021-10-14net: of: fix stub of_net helpers for CONFIG_NET=nArnd Bergmann1-1/+1
2021-10-14Merge tag 'net-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-29/+83
2021-10-14netfilter: ebtables: allow use of ebt_do_table as hookfnFlorian Westphal1-3/+2
2021-10-14netfilter: ip6tables: allow use of ip6t_do_table as hookfnFlorian Westphal1-3/+2
2021-10-14netfilter: arp_tables: allow use of arpt_do_table as hookfnFlorian Westphal1-3/+2