summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Restore all the user created L2 and ntuple filtersPavan Chebbi2024-02-091-2/+38
* bnxt_en: Retain user configured filters when closingPavan Chebbi2024-02-091-3/+6
* bnxt_en: Save user configured filters in a lookup listPavan Chebbi2024-02-092-0/+28
* bnxt_en: Add separate function to delete the filter structurePavan Chebbi2024-02-092-10/+14
* bnxt_en: Add drop action support for ntupleVikas Gupta2024-02-092-4/+14
* bnxt_en: Enhance ethtool ntuple support for ip flows besides TCP/UDPVikas Gupta2024-02-094-18/+113
* bnxt_en: implement fully specified 5-tuple masksEdwin Peer2024-02-093-168/+134
* bnxt_en: Support ethtool -n to display ether filters.Michael Chan2024-02-092-1/+38
* bnxt_en: Add ethtool -N support for ether filters.Michael Chan2024-02-093-3/+103
* bnxt_en: Use firmware provided maximum filter counts.Michael Chan2024-02-093-17/+26
* selftests: tc-testing: add mirred to block tdc testsVictor Nogueira2024-02-091-0/+396
* net: emaclite: Use devm_platform_get_and_ioremap_resource() in xemaclite_of_p...Markus Elfring2024-02-091-2/+1
* ethernet: wiznet: Use devm_platform_get_and_ioremap_resource() in w5300_hw_pr...Markus Elfring2024-02-091-2/+1
* selftests: forwarding: Add missing multicast routing config entriesIdo Schimmel2024-02-091-0/+7
* Merge branch 'for-io_uring-add-napi-busy-polling-support'Jakub Kicinski2024-02-092-14/+47
|\
| * net: add napi_busy_loop_rcu()Stefan Roesch2024-02-092-0/+19
| * net: split off __napi_busy_poll from napi_busy_pollStefan Roesch2024-02-091-14/+28
* | Merge branch 'wan-t7x-fastboot'David S. Miller2024-02-0916-90/+553
|\ \
| * | net: wwan: t7xx: Add fastboot WWAN portJinjian Song2024-02-094-26/+115
| * | net: wwan: t7xx: Infrastructure for early port configurationJinjian Song2024-02-0911-61/+290
| * | net: wwan: t7xx: Add sysfs attribute for device state machineJinjian Song2024-02-096-6/+145
| * | wwan: core: Add WWAN fastboot port typeJinjian Song2024-02-092-0/+6
|/ /
* | Merge branch 'netconsole-userdata-append'David S. Miller2024-02-092-55/+370
|\ \
| * | net: netconsole: append userdata to fragmented netconsole messagesMatthew Wood2024-02-091-13/+37
| * | net: netconsole: append userdata to netconsole messagesMatthew Wood2024-02-091-2/+17
| * | net: netconsole: cache userdata formatted string in netconsole_targetMatthew Wood2024-02-091-0/+61
| * | net: netconsole: add a userdata config_group member to netconsole_targetMatthew Wood2024-02-091-5/+142
| * | net: netconsole: add docs for appending netconsole user dataMatthew Wood2024-02-091-0/+66
| * | net: netconsole: move newline trimming to functionMatthew Wood2024-02-091-6/+11
| * | net: netconsole: move netconsole_target config_item to config_groupMatthew Wood2024-02-091-27/+31
| * | net: netconsole: cleanup formatting lintsMatthew Wood2024-02-091-5/+8
|/ /
* | ethtool: do not use rtnl in ethnl_default_dumpit()Eric Dumazet2024-02-091-9/+5
* | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-02-0922-832/+808
|\ \
| * | ixgbe: Clarify the values of the returning statusJedrzej Jagielski2024-02-061-4/+4
| * | ixgbe: Rearrange args to fix reverse Christmas treeJedrzej Jagielski2024-02-067-119/+120
| * | ixgbe: Convert ret val type from s32 to intJedrzej Jagielski2024-02-0622-769/+744
* | | Merge branch 'add-hw-checksum-offload-support-for-rz-g2l-gbethernet-ip'Jakub Kicinski2024-02-092-4/+179
|\ \ \
| * | | ravb: Add Tx checksum offload support for GbEthBiju Das2024-02-092-7/+79
| * | | ravb: Add Rx checksum offload support for GbEthBiju Das2024-02-092-4/+107
|/ / /
* | | netxen_nic: remove redundant assignment to variable capabilityColin Ian King2024-02-091-2/+0
* | | net-procfs: use xarray iterator to implement /proc/net/devEric Dumazet2024-02-091-41/+7
* | | bnxt: convert EEE handling to use linkmode bitmapsHeiner Kallweit2024-02-093-50/+40
* | | qed: remove duplicated assignment to variable opaque_fidColin Ian King2024-02-091-2/+0
* | | xirc2ps_cs: remove redundant assignment to variable okay, clean up freespaceColin Ian King2024-02-091-3/+1
* | | net: dsa: tag_sja1105: remove "inline" keywordVladimir Oltean2024-02-091-2/+2
* | | net: dsa: remove "inline" from dsa_user_netpoll_send_skb()Vladimir Oltean2024-02-091-2/+2
* | | net: dsa: b53: unexport and move b53_eee_enable_set()Vladimir Oltean2024-02-092-16/+13
* | | ptp: ocp: add Adva timecard supportSagi Maimon2024-02-091-9/+293
* | | net/sun3_82586: Avoid reading past buffer in debug outputKees Cook2024-02-091-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-09427-3032/+4973
|\ \ \