| Commit message (Expand) | Author | Files | Lines |
2017-08-20 | bpf: make htab inlining more robust wrt assumptions | Daniel Borkmann | 1 | -1/+5 |
2017-08-20 | bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_test | Martin KaFai Lau | 8 | -16/+69 |
2017-08-20 | bpf: Allow selecting numa node during map creation | Martin KaFai Lau | 9 | -23/+73 |
2017-08-20 | bnxt_en: fix spelling mistake: "swtichdev" -> "switchdev" | Colin Ian King | 1 | -1/+1 |
2017-08-20 | net: hns3: fix a handful of spelling mistakes | Colin Ian King | 2 | -3/+3 |
2017-08-20 | net: defxx: constify eisa_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-20 | net: hp100: constify eisa_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-20 | net: de4x5: constify eisa_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-20 | net: 3c59x: constify eisa_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-20 | net: 3c509: constify eisa_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-19 | nfp: don't reuse pointers in ring dumping | Jakub Kicinski | 1 | -6/+7 |
2017-08-19 | nfp: fix copy paste in names and messages regarding vNICs | Jakub Kicinski | 1 | -2/+2 |
2017-08-19 | nfp: add ethtool statistics for representors | Jakub Kicinski | 2 | -4/+71 |
2017-08-19 | nfp: add pointer to vNIC config memory to nfp_port structure | Jakub Kicinski | 3 | -37/+18 |
2017-08-19 | nfp: report MAC statistics in ethtool | Jakub Kicinski | 2 | -17/+153 |
2017-08-19 | nfp: store pointer to MAC statistics in nfp_port | Jakub Kicinski | 3 | -8/+9 |
2017-08-19 | nfp: split software and hardware vNIC statistics | Jakub Kicinski | 1 | -72/+120 |
2017-08-19 | nfp: add helper for printing ethtool strings | Jakub Kicinski | 1 | -33/+32 |
2017-08-19 | nfp: don't report standard netdev statistics in ethtool | Jakub Kicinski | 1 | -77/+32 |
2017-08-19 | nfp: allow retreiving management FW logs on representors | Jakub Kicinski | 2 | -18/+17 |
2017-08-19 | nfp: provide ethtool_drvinfo on representors | Jakub Kicinski | 3 | -12/+54 |
2017-08-19 | nfp: link basic ethtool ops to representors | Jakub Kicinski | 3 | -0/+7 |
2017-08-19 | net: style cleanups | stephen hemminger | 1 | -32/+36 |
2017-08-19 | net: mark receive queue attributes ro_after_init | stephen hemminger | 1 | -12/+13 |
2017-08-19 | net: make queue attributes ro_after_init | stephen hemminger | 1 | -21/+19 |
2017-08-19 | net: make BQL sysfs attributes ro_after_init | stephen hemminger | 1 | -11/+11 |
2017-08-19 | net: drop unused attribute argument from sysfs queue funcs | stephen hemminger | 3 | -30/+14 |
2017-08-19 | net: make net sysfs attributes ro_after_init | stephen hemminger | 1 | -2/+2 |
2017-08-19 | net: constify net_ns_type_operations | stephen hemminger | 2 | -2/+2 |
2017-08-19 | net: make net_class ro_after_init | stephen hemminger | 1 | -1/+1 |
2017-08-19 | net: constify netdev_class_file | stephen hemminger | 2 | -6/+6 |
2017-08-19 | net: don't decrement kobj reference count on init failure | stephen hemminger | 1 | -12/+10 |
2017-08-19 | amd-xgbe: Add additional ethtool statistics | Lendacky, Thomas | 3 | -1/+16 |
2017-08-19 | amd-xgbe: Add support for VXLAN offload capabilities | Lendacky, Thomas | 5 | -6/+520 |
2017-08-19 | amd-xgbe: Convert to using the new link mode settings | Lendacky, Thomas | 5 | -242/+345 |
2017-08-19 | net: ethtool: Add macro to clear a link mode setting | Lendacky, Thomas | 1 | -0/+11 |
2017-08-19 | amd-xgbe: Add per queue Tx and Rx statistics | Lendacky, Thomas | 3 | -8/+46 |
2017-08-19 | amd-xgbe: Add hardware features debug output | Lendacky, Thomas | 1 | -3/+75 |
2017-08-19 | amd-xgbe: Optimize DMA channel interrupt enablement | Lendacky, Thomas | 2 | -44/+37 |
2017-08-19 | amd-xgbe: Add additional dynamic debug messages | Lendacky, Thomas | 1 | -0/+4 |
2017-08-19 | amd-xgbe: Add support to handle device renaming | Lendacky, Thomas | 4 | -46/+100 |
2017-08-19 | amd-xgbe: Update TSO packet statistics accuracy | Lendacky, Thomas | 1 | -1/+1 |
2017-08-19 | amd-xgbe: Be sure driver shuts down cleanly on module removal | Lendacky, Thomas | 2 | -4/+2 |
2017-08-19 | amd-xgbe: Set the MII control width for the MAC interface | Lendacky, Thomas | 2 | -0/+3 |
2017-08-19 | amd-xgbe: Set the MDIO mode for 10000Base-T configuration | Lendacky, Thomas | 1 | -1/+1 |
2017-08-19 | mlx5: ensure 0 is returned when vport is zero | Colin Ian King | 1 | -1/+1 |
2017-08-19 | bpf: Fix map-in-map checking in the verifier | Martin KaFai Lau | 1 | -0/+1 |
2017-08-19 | xdp: adjust xdp redirect tracepoint to include return error code | Jesper Dangaard Brouer | 2 | -11/+19 |
2017-08-19 | ixgbe: change ndo_xdp_xmit return code on xmit errors | Jesper Dangaard Brouer | 1 | -1/+1 |
2017-08-19 | liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PF | Rick Farrington | 2 | -10/+0 |