summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-02net: dsa: tag_qca: convert to FIELD macroAnsuel Smith1-19/+15
2022-02-02net: dsa: replay master state events in dsa_tree_{setup,teardown}_masterVladimir Oltean1-4/+24
2022-02-02net: dsa: provide switch operations for tracking the master stateVladimir Oltean5-0/+123
2022-02-02sfc: The size of the RX recycle ring should be more flexibleMartin Habets7-17/+57
2022-02-02r8169: support L1.2 control on RTL8168hHeiner Kallweit1-0/+2
2022-02-02net: allow SO_MARK with CAP_NET_RAW via cmsgJakub Kicinski1-1/+2
2022-02-01Merge branch 'lan966x-ptp'David S. Miller7-6/+894
2022-02-01net: lan966x: Implement get_ts_infoHoratiu Vultur1-0/+34
2022-02-01net: lan966x: Add support for ptp interruptsHoratiu Vultur3-0/+130
2022-02-01net: lan966x: Update extraction/injection for timestampingHoratiu Vultur3-5/+207
2022-02-01net: lan966x: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMPHoratiu Vultur3-0/+100
2022-02-01net: lan966x: Add support for ptp clocksHoratiu Vultur4-1/+317
2022-02-01net: lan966x: Add registers that are use for ptp functionalityHoratiu Vultur2-0/+104
2022-02-01dt-bindings: net: lan966x: Extend with the ptp interruptHoratiu Vultur1-0/+2
2022-02-01selftests: fib rule: Don't echo modified sysctlsGuillaume Nault1-3/+3
2022-02-01selftests: fib rule: Log test descriptionGuillaume Nault1-4/+6
2022-02-01selftests: fib rule: Drop erroneous TABLE variableGuillaume Nault1-2/+2
2022-02-01selftests: fib rule: Make 'getmatch' and 'match' local variablesGuillaume Nault1-0/+6
2022-02-01Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller5-33/+54
2022-02-01sh_eth: kill useless initializers in sh_eth_{suspend|resume}()Sergey Shtylyov1-2/+2
2022-02-01net: ena: Do not waste napi skb cacheHyeonggon Yoo1-3/+2
2022-02-01qed: use msleep() in qed_mcp_cmd() and add qed_mcp_cmd_nosleep() for udelay.Venkata Sudheer Kumar Bhavaraju2-14/+64
2022-01-31ixgbe: respect metadata on XSK Rx to skbAlexander Lobakin1-4/+10
2022-01-31ixgbe: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-3/+1
2022-01-31ixgbe: pass bi->xdp to ixgbe_construct_skb_zc() directlyAlexander Lobakin1-9/+10
2022-01-31igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-6/+7
2022-01-31ice: respect metadata on XSK Rx to skbAlexander Lobakin1-4/+10
2022-01-31ice: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-3/+1
2022-01-31ice: respect metadata in legacy-rx/ice_construct_skb()Alexander Lobakin1-4/+11
2022-01-31i40e: respect metadata on XSK Rx to skbAlexander Lobakin1-4/+10
2022-01-31i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-3/+1
2022-01-31Merge branch 'mana-XDP-counters'David S. Miller3-34/+76
2022-01-31net: mana: Reuse XDP dropped pageHaiyang Zhang2-2/+14
2022-01-31net: mana: Add counter for XDP_TXHaiyang Zhang3-5/+15
2022-01-31net: mana: Add counter for packet dropped by XDPHaiyang Zhang3-29/+49
2022-01-31Merge branch 'smc-improvements'David S. Miller3-23/+47
2022-01-31net/smc: Cork when sendpage with MSG_SENDPAGE_NOTLAST flagTony Lu3-2/+23
2022-01-31net/smc: Remove corked dealyed workTony Lu1-9/+6
2022-01-31net/smc: Send directly when TCP_CORK is clearedTony Lu3-12/+18
2022-01-31Merge branch 'hash-rethink'David S. Miller15-16/+83
2022-01-31tcp: Change SYN ACK retransmit behaviour to account for rehashAkhmat Karakotov2-2/+5
2022-01-31bpf: Add SO_TXREHASH setsockoptAkhmat Karakotov1-0/+10
2022-01-31txhash: Add txrehash sysctl descriptionAkhmat Karakotov1-0/+9
2022-01-31txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov9-9/+30
2022-01-31txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov5-15/+39
2022-01-31selftests/net: timestamping: Fix bind_phc checkGerhard Engleder1-2/+2
2022-01-31Merge branch 'renesas-dead-code'David S. Miller2-7/+2
2022-01-31sh_eth: sh_eth_close() always returns 0Sergey Shtylyov1-3/+1
2022-01-31ravb: ravb_close() always returns 0Sergey Shtylyov1-4/+1
2022-01-31net/fsl: xgmac_mdio: fix return value check in xgmac_mdio_probe()Wei Yongjun1-2/+2