summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-15net: stmmac: stmmac_main: using pm_runtime_resume_and_get instead of pm_runti...Minghao Chi1-12/+6
2022-04-15net: ethernet: ti: cpsw_new: use pm_runtime_resume_and_get() instead of pm_ru...Minghao Chi1-22/+11
2022-04-15geneve: avoid indirect calls in GRO path, when possiblePaolo Abeni1-2/+8
2022-04-15Merge branch 'mneta-page_pool_get_stats'David S. Miller4-2/+103
2022-04-15net: mvneta: add support for page_pool_get_statsLorenzo Bianconi2-1/+20
2022-04-15net: page_pool: introduce ethtool statsLorenzo Bianconi2-1/+83
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni469-3531/+4874
2022-04-14Merge tag 'net-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds56-185/+292
2022-04-14Merge tag 'sound-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds55-124/+506
2022-04-14Merge tag 'for-5.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-23/+49
2022-04-14Merge tag 'fscache-fixes-20220413' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-40/+53
2022-04-14Merge branch 'rndis_host-handle-bogus-mac-addresses-in-zte-rndis-devices'Paolo Abeni4-5/+47
2022-04-14rndis_host: limit scope of bogus MAC address detection to ZTE devicesLech Perczak1-5/+12
2022-04-14rndis_host: enable the bogus MAC fixup for ZTE devices from cdc_etherLech Perczak2-0/+33
2022-04-14cdc_ether: export usbnet_cdc_zte_rx_fixupLech Perczak2-1/+3
2022-04-14net: bcmgenet: Revert "Use stronger register read/writes to assure ordering"Jeremy Linton1-2/+2
2022-04-14rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS repliesPetr Machata1-0/+3
2022-04-14net: dsa: felix: fix tagging protocol changes with multiple CPU portsVladimir Oltean1-0/+23
2022-04-14tun: annotate access to queue->trans_startAntoine Tenart1-1/+1
2022-04-13nfc: nci: add flush_workqueue to prevent uafLin Ma1-0/+4
2022-04-13net: dsa: realtek: don't parse compatible string for RTL8366SAlvin Šipraga1-5/+0
2022-04-13net: dsa: realtek: fix Kconfig to assure consistent driver linkageAlvin Šipraga1-9/+21
2022-04-13nfp: update nfp_X logging definitionsDylan Muller1-6/+20
2022-04-13Merge tag 'wireless-2022-04-13' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller9-29/+46
2022-04-13Merge branch 'ip-ingress-skb-reason'David S. Miller10-42/+113
2022-04-13net: ipv6: add skb drop reasons to ip6_protocol_deliver_rcu()Menglong Dong1-4/+12
2022-04-13net: ipv6: add skb drop reasons to ip6_rcv_core()Menglong Dong1-8/+16
2022-04-13net: ipv6: add skb drop reasons to TLV parseMenglong Dong1-12/+24
2022-04-13net: ipv6: remove redundant statistics in ipv6_hop_jumbo()Menglong Dong1-8/+1
2022-04-13net: icmp: introduce function icmpv6_param_prob_reason()Menglong Dong2-5/+13
2022-04-13net: ip: add skb drop reasons to ip forwardingMenglong Dong4-6/+20
2022-04-13net: ipv6: add skb drop reasons to ip6_pkt_drop()Menglong Dong1-1/+5
2022-04-13net: ipv4: add skb drop reasons to ip_error()Menglong Dong3-1/+13
2022-04-13skb: add some helpers for skb drop reasonsMenglong Dong1-0/+12
2022-04-13Merge branch 'octeon_ep-driver'David S. Miller21-0/+5633
2022-04-13octeon_ep: add ethtool support for Octeon PCI Endpoint NICVeerasenareddy Burru3-1/+465
2022-04-13octeon_ep: add Tx/Rx processing and interrupt supportVeerasenareddy Burru3-0/+904
2022-04-13octeon_ep: add support for ndo opsVeerasenareddy Burru3-1/+139
2022-04-13octeon_ep: add Tx/Rx ring resource setup and cleanupVeerasenareddy Burru2-0/+441
2022-04-13octeon_ep: Add mailbox for control commandsVeerasenareddy Burru3-10/+294
2022-04-13octeon_ep: add hardware configuration APIsVeerasenareddy Burru3-7/+505
2022-04-13octeon_ep: Add driver framework and device initializationVeerasenareddy Burru20-0/+2904
2022-04-13Merge branch 'br-flush-filtering'David S. Miller10-35/+269
2022-04-13net: bridge: fdb: add support for flush filtering based on ifindex and vlanNikolay Aleksandrov1-1/+44
2022-04-13net: bridge: fdb: add support for flush filtering based on ndm flags and stateNikolay Aleksandrov2-3/+60
2022-04-13net: rtnetlink: add ndm flags and state mask attributesNikolay Aleksandrov2-0/+4
2022-04-13net: bridge: fdb: add support for fine-grained flushingNikolay Aleksandrov4-12/+54
2022-04-13net: bridge: fdb: add ndo_fdb_del_bulkNikolay Aleksandrov3-0/+27
2022-04-13net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_delNikolay Aleksandrov1-19/+48
2022-04-13net: add ndo_fdb_del_bulkNikolay Aleksandrov1-0/+9