summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2-0/+4
2021-10-18u64_stats: Introduce u64_stats_set()Ahmed S. Darwish1-0/+10
2021-10-18gen_stats: Move remaining users to gnet_stats_add_queue().Sebastian Andrzej Siewior2-6/+2
2021-10-18gen_stats: Add gnet_stats_add_queue().Sebastian Andrzej Siewior1-0/+3
2021-10-18gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior1-4/+4
2021-10-16net/smc: add netlink support for SMC-Rv2Karsten Graul1-2/+15
2021-10-16net/mlx5: Use native_port_num as 1st option of device indexRongwei Liu1-1/+6
2021-10-16net/mlx5: Introduce new device index wrapperRongwei Liu1-0/+5
2021-10-16net/mlx5: Disable roce at HCA levelShay Drory2-5/+7
2021-10-16net/mlx5: Read timeout values from init segmentAmir Tzin1-4/+1
2021-10-16net/mlx5: Add layout to support default timeouts registerAmir Tzin3-2/+40
2021-10-15soc: fsl: dpio: add Net DIM integrationIoana Ciornei1-1/+4
2021-10-15soc: fsl: dpio: add support for irq coalescing per software portalIoana Ciornei1-0/+4
2021-10-15soc: fsl: dpio: extract the QBMAN clock frequency from the attributesIoana Ciornei1-0/+2
2021-10-15fq_codel: implement L4S style ce_threshold_ect1 markingEric Dumazet3-3/+18
2021-10-15net: add skb_get_dsfield() helperEric Dumazet1-0/+17
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet3-16/+5
2021-10-15page_pool: disable dma mapping support for 32-bit arch with 64-bit DMAYunsheng Lin2-23/+2
2021-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-140/+100
2021-10-15net: of: fix stub of_net helpers for CONFIG_NET=nArnd Bergmann1-1/+1
2021-10-15Merge tag 'net-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-80/+90
2021-10-14ethernet: remove random_ether_addr()Jakub Kicinski1-2/+0
2021-10-14ethernet: make eth_hw_addr_random() use dev_addr_set()Jakub Kicinski1-1/+4
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski3-3/+4
2021-10-14Merge tag 'sound-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2021-10-14net: delete redundant function declarationChen Wandun1-2/+0
2021-10-13Merge tag 'mlx5-fixes-2021-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-2/+8
2021-10-13marvell: octeontx2: build error: unknown type name 'u64'Anders Roxell1-0/+1
2021-10-13netdevice: demote the type of some dev_addr_set() helpersJakub Kicinski1-2/+2
2021-10-13decnet: constify dev_addr passingJakub Kicinski1-1/+1
2021-10-13ipv6: constify dev_addr passingJakub Kicinski1-1/+1
2021-10-13llc/snap: constify dev_addr passingJakub Kicinski3-3/+4
2021-10-13rose: constify dev_addr passingJakub Kicinski1-4/+4
2021-10-13ax25: constify dev_addr passingJakub Kicinski1-6/+7
2021-10-13net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch libVladimir Oltean2-27/+12
2021-10-13net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean2-24/+37
2021-10-13net: mscc: ocelot: cross-check the sequence id from the timestamp FIFO with t...Vladimir Oltean1-0/+1
2021-10-13net: mscc: ocelot: avoid overflowing the PTP timestamp FIFOVladimir Oltean2-1/+5
2021-10-13net: mscc: ocelot: make use of all 63 PTP timestamp identifiersVladimir Oltean1-0/+2
2021-10-13net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...Vladimir Oltean1-14/+1
2021-10-13net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean1-15/+14
2021-10-13devlink: Delete reload enable/disable interfaceLeon Romanovsky1-2/+0
2021-10-13devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky1-0/+6
2021-10-13devlink: Move netdev_to_devlink helpers to devlink.cLeon Romanovsky1-17/+0
2021-10-13devlink: Reduce struct devlink exposureLeon Romanovsky2-86/+40
2021-10-12net/mlx5e: Mutually exclude RX-FCS and RX-port-timestampAya Levin1-2/+8
2021-10-12net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann2-18/+37
2021-10-12net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu2-5/+10
2021-10-12net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann1-0/+1
2021-10-12Merge tag 'linux-kselftest-kunit-fixes-5.15-rc6' of git://git.kernel.org/pub/...Linus Torvalds1-3/+3