summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-10-19ethernet: add a helper for assigning port addressesJakub Kicinski1-0/+21
2021-10-19net/mlx5: Introduce new uplink destination typeMaor Gottlieb1-0/+1
2021-10-19net/mlx5: Add support to create match definerMaor Gottlieb2-27/+253
2021-10-19net/mlx5: Introduce port selection namespaceMaor Gottlieb3-2/+39
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-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-15page_pool: disable dma mapping support for 32-bit arch with 64-bit DMAYunsheng Lin1-12/+1
2021-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-76/+82
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 Torvalds4-29/+83
2021-10-15netfilter: ebtables: allow use of ebt_do_table as hookfnFlorian Westphal1-3/+2
2021-10-15netfilter: ip6tables: allow use of ip6t_do_table as hookfnFlorian Westphal1-3/+2
2021-10-15netfilter: arp_tables: allow use of arpt_do_table as hookfnFlorian Westphal1-3/+2
2021-10-15netfilter: iptables: allow use of ipt_do_table as hookfnFlorian Westphal1-3/+3
2021-10-15netfilter: Introduce egress hookLukas Wunner3-0/+94
2021-10-15netfilter: Generalize ingress hook include fileLukas Wunner1-9/+11
2021-10-15netfilter: Rename ingress hook include fileLukas Wunner1-0/+0
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-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-13net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch libVladimir Oltean1-0/+12
2021-10-13net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean1-0/+37
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-12net/mlx5e: Mutually exclude RX-FCS and RX-port-timestampAya Levin1-2/+8
2021-10-12Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+2
2021-10-10mlxsw: spectrum: use netif_is_macsec() instead of open codeJuhee Kang1-1/+1
2021-10-09net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged portsVladimir Oltean1-0/+13
2021-10-08Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-71/+10
2021-10-08net: introduce a function to check if a netdev name is in useAntoine Tenart1-0/+1
2021-10-08eth: platform: add a helper for loading netdev->dev_addrJakub Kicinski1-0/+1
2021-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-9/+19
2021-10-08Merge tag 'armsoc-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2021-10-07Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2021-10-07qcom_scm: hide Kconfig symbolArnd Bergmann2-71/+10
2021-10-07Merge tag 'wireless-drivers-next-2021-10-07' of git://git.kernel.org/pub/scm/...David S. Miller2-1/+2
2021-10-07eth: fwnode: add a helper for loading netdev->dev_addrJakub Kicinski2-0/+2
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski1-2/+2
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski1-3/+2
2021-10-07device property: move mac addr helpers to eth.cJakub Kicinski2-4/+6