summaryrefslogtreecommitdiffstats
path: root/include/net/rtnh.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-14selftests: tc-testing: Increase timeout in tdc config fileVictor Nogueira1-1/+1
2022-03-14net: Add lockdep asserts to ____napi_schedule().Sebastian Andrzej Siewior2-1/+11
2022-03-14net: macvlan: add net device refcount trackerZiyang Xuan2-2/+3
2022-03-14net: macvlan: fix potential UAF problem for lowerdevZiyang Xuan1-1/+13
2022-03-13can: mcp251xfd: ring: increase number of RX-FIFOs to 3 and increase max TX-FI...Marc Kleine-Budde1-2/+2
2022-03-13can: mcp251xfd: add TX IRQ coalescing ethtool supportMarc Kleine-Budde3-3/+22
2022-03-13can: mcp251xfd: add TX IRQ coalescing supportMarc Kleine-Budde3-5/+77
2022-03-13can: mcp251xfd: add RX IRQ coalescing ethtool supportMarc Kleine-Budde3-0/+57
2022-03-13can: mcp251xfd: add RX IRQ coalescing supportMarc Kleine-Budde5-10/+123
2022-03-13can: mcp251xfd: ring: add support for runtime configurable RX/TX ring parametersMarc Kleine-Budde3-17/+88
2022-03-13can: mcp251xfd: update macros describing ring, FIFO and RAM layoutMarc Kleine-Budde2-23/+19
2022-03-13can: mcp251xfd: ring: prepare support for runtime configurable RX/TX ring par...Marc Kleine-Budde2-15/+13
2022-03-13can: mcp251xfd: ethtool: add supportMarc Kleine-Budde5-0/+44
2022-03-13can: mcp251xfd: ram: coalescing supportMarc Kleine-Budde2-7/+68
2022-03-13can: mcp251xfd: ram: add helper function for runtime ring size calculationMarc Kleine-Budde3-0/+155
2022-03-13can: mcp251xfd: mcp251xfd_ring_init(): use %d to print free RAMMarc Kleine-Budde1-1/+1
2022-03-13can: vxcan: vxcan_xmit(): use kfree_skb() instead of kfree() to free skbMarc Kleine-Budde1-1/+1
2022-03-12net: usb: asix: suspend embedded PHY if external is usedOleksij Rempel2-1/+20
2022-03-12net: usb: asix: make use of mdiobus_get_phy and phy_connect_directOleksij Rempel2-10/+10
2022-03-12net: usb: asix: store chipid to avoid reading it on resetOleksij Rempel2-12/+8
2022-03-12net: usb: asix: unify ax88772_resume codeOleksij Rempel2-24/+9
2022-03-12net: add per-cpu storage and net->core_statsEric Dumazet15-40/+101
2022-03-12nfp: add support for NFP3800/NFP3803 PCIe devicesDirk van der Merwe6-4/+31
2022-03-12nfp: take chip version into account for ring sizesJakub Kicinski4-10/+16
2022-03-12nfp: parametrize QCP offset/size using dev_infoJakub Kicinski6-9/+32
2022-03-12nfp: use dev_info for the DMA maskJakub Kicinski5-7/+6
2022-03-12nfp: use dev_info for PCIe config space BAR offsetsJakub Kicinski3-12/+12
2022-03-12nfp: introduce dev_info static chip dataJakub Kicinski11-13/+68
2022-03-12nfp: sort the device ID tablesJakub Kicinski1-2/+2
2022-03-12nfp: use PluDevice register for model for non-NFP6000 chipsDirk van der Merwe1-2/+7
2022-03-12nfp: use PCI_DEVICE_ID_NETRONOME_NFP6000_VF for VFs insteadDirk van der Merwe1-2/+1
2022-03-12nfp: remove pessimistic NFP_QCP_MAX_ADD limitsChristo du Toit1-30/+2
2022-03-12nfp: remove define for an unused control bitJakub Kicinski1-1/+0
2022-03-12ethernet: 8390: Remove unnecessary print function dev_err()Yang Li1-3/+1
2022-03-12net: remove exports for netdev_name_node_alt_create() and destroyJakub Kicinski1-2/+0
2022-03-12net: netvsc: remove break after returnSaurabh Sengar1-1/+0
2022-03-12tcp: unexport tcp_ca_get_key_by_name and tcp_ca_get_name_by_keyChristoph Hellwig1-2/+0
2022-03-12net: ipa: use struct_size() for the interconnect arrayAlex Elder1-2/+2
2022-03-11ice: Support GTP-U and GTP-C offload in switchdevMarcin Szycik8-24/+765
2022-03-11ice: Fix FV offset searchingMichal Swiatkowski3-51/+12
2022-03-11gtp: Add support for checking GTP device typeWojciech Drewek1-0/+6
2022-03-11net/sched: Allow flower to match on GTP optionsWojciech Drewek4-1/+139
2022-03-11gtp: Implement GTP echo requestWojciech Drewek2-37/+269
2022-03-11gtp: Implement GTP echo responseWojciech Drewek3-16/+229
2022-03-11gtp: Allow to create GTP device without FDsWojciech Drewek2-17/+85
2022-03-11docs: ABI: Document new timecard sysfs nodes.Jonathan Lemon1-1/+93
2022-03-11ptp: ocp: Add 2 more timestampersJonathan Lemon1-5/+56
2022-03-11ptp: ocp: Add 4 frequency countersJonathan Lemon1-7/+165
2022-03-11ptp: ocp: Program the signal generators via PTP_CLK_REQ_PEROUTJonathan Lemon1-9/+94
2022-03-11ptp: ocp: Add signal generators and update sysfs nodesJonathan Lemon1-10/+476