summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-02-09bnxt_en: Retain user configured filters when closingPavan Chebbi1-3/+6
2024-02-09bnxt_en: Save user configured filters in a lookup listPavan Chebbi2-0/+28
2024-02-09bnxt_en: Add separate function to delete the filter structurePavan Chebbi2-10/+14
2024-02-09bnxt_en: Add drop action support for ntupleVikas Gupta2-4/+14
2024-02-09bnxt_en: Enhance ethtool ntuple support for ip flows besides TCP/UDPVikas Gupta4-18/+113
2024-02-09bnxt_en: implement fully specified 5-tuple masksEdwin Peer3-168/+134
2024-02-09bnxt_en: Support ethtool -n to display ether filters.Michael Chan2-1/+38
2024-02-09bnxt_en: Add ethtool -N support for ether filters.Michael Chan3-3/+103
2024-02-09bnxt_en: Use firmware provided maximum filter counts.Michael Chan3-17/+26
2024-02-09net: emaclite: Use devm_platform_get_and_ioremap_resource() in xemaclite_of_p...Markus Elfring1-2/+1
2024-02-09ethernet: wiznet: Use devm_platform_get_and_ioremap_resource() in w5300_hw_pr...Markus Elfring1-2/+1
2024-02-09net: wwan: t7xx: Add fastboot WWAN portJinjian Song3-26/+97
2024-02-09net: wwan: t7xx: Infrastructure for early port configurationJinjian Song11-61/+290
2024-02-09net: wwan: t7xx: Add sysfs attribute for device state machineJinjian Song5-6/+117
2024-02-09wwan: core: Add WWAN fastboot port typeJinjian Song1-0/+4
2024-02-09net: netconsole: append userdata to fragmented netconsole messagesMatthew Wood1-13/+37
2024-02-09net: netconsole: append userdata to netconsole messagesMatthew Wood1-2/+17
2024-02-09net: netconsole: cache userdata formatted string in netconsole_targetMatthew Wood1-0/+61
2024-02-09net: netconsole: add a userdata config_group member to netconsole_targetMatthew Wood1-5/+142
2024-02-09net: netconsole: move newline trimming to functionMatthew Wood1-6/+11
2024-02-09net: netconsole: move netconsole_target config_item to config_groupMatthew Wood1-27/+31
2024-02-09net: netconsole: cleanup formatting lintsMatthew Wood1-5/+8
2024-02-09Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski22-832/+808
2024-02-09ravb: Add Tx checksum offload support for GbEthBiju Das2-7/+79
2024-02-09ravb: Add Rx checksum offload support for GbEthBiju Das2-4/+107
2024-02-09netxen_nic: remove redundant assignment to variable capabilityColin Ian King1-2/+0
2024-02-09bnxt: convert EEE handling to use linkmode bitmapsHeiner Kallweit3-50/+40
2024-02-09qed: remove duplicated assignment to variable opaque_fidColin Ian King1-2/+0
2024-02-09xirc2ps_cs: remove redundant assignment to variable okay, clean up freespaceColin Ian King1-3/+1
2024-02-09net: dsa: b53: unexport and move b53_eee_enable_set()Vladimir Oltean2-16/+13
2024-02-09ptp: ocp: add Adva timecard supportSagi Maimon1-9/+293
2024-02-09net/sun3_82586: Avoid reading past buffer in debug outputKees Cook1-1/+1
2024-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski234-1187/+2000
2024-02-09Merge tag 'net-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds81-231/+492
2024-02-09Merge tag 'pinctrl-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-1/+1
2024-02-08s390/qeth: Fix potential loss of L3-IP@ in case of network issuesAlexandra Winter1-3/+6
2024-02-08octeontx2-af: Initialize maps.Ratheesh Kannoth1-16/+15
2024-02-08net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdioSinthu Raja1-0/+2
2024-02-08net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdioSinthu Raja1-0/+3
2024-02-08Merge tag 'v6.8-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-2/+8
2024-02-08vxlan: use exit_batch_rtnl() methodEric Dumazet1-31/+19
2024-02-08gtp: use exit_batch_rtnl() methodEric Dumazet1-10/+10
2024-02-08geneve: use exit_batch_rtnl() methodEric Dumazet1-13/+10
2024-02-08bonding: use exit_batch_rtnl() methodEric Dumazet1-11/+26
2024-02-08bareudp: use exit_batch_rtnl() methodEric Dumazet1-9/+4
2024-02-08net: dsa: mt7530: do not clear config->supported_interfacesArınç ÜNAL1-2/+0
2024-02-08net: dsa: mt7530: correct port capabilities of MT7988Arınç ÜNAL1-1/+1
2024-02-08net: dsa: mt7530: remove pad_setup function pointerArınç ÜNAL2-37/+2
2024-02-08net: dsa: mt7530: call port 6 setup from mt7530_mac_config()Arınç ÜNAL1-8/+11
2024-02-08net: dsa: mt7530: simplify mt7530_pad_clk_setup()Arınç ÜNAL1-51/+40