aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-04net: phy: updated the initialization routine for LAN87xxArun Ramadoss1-42/+175
2022-03-04net: phy: removed empty lines in LAN87XXArun Ramadoss1-4/+0
2022-03-04net: phy: used the PHY_ID_MATCH_MODEL macro for LAN87XXArun Ramadoss1-3/+4
2022-03-04net: phy: used genphy_soft_reset for phy reset in LAN87xxArun Ramadoss1-12/+2
2022-03-04Merge branch 'lan8814-1588-support'David S. Miller2-34/+1097
2022-03-04net: phy: micrel: 1588 support for LAN8814 phyDivya Koppera1-22/+1066
2022-03-04dt-bindings: net: micrel: Configure latency values and timestamping check for...Divya Koppera1-0/+17
2022-03-04net: phy: micrel: Fix concurrent register accessDivya Koppera1-14/+16
2022-03-04Merge branch 'skb-drop-reasons'David S. Miller4-13/+50
2022-03-04net: dev: use kfree_skb_reason() for __netif_receive_skb_core()Menglong Dong3-3/+11
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_ingress()Menglong Dong3-1/+3
2022-03-04net: dev: use kfree_skb_reason() for do_xdp_generic()Menglong Dong3-1/+3
2022-03-04net: dev: use kfree_skb_reason() for enqueue_to_backlog()Menglong Dong3-1/+11
2022-03-04net: dev: add skb drop reasons to __dev_xmit_skb()Menglong Dong3-2/+8
2022-03-04net: skb: introduce the function kfree_skb_list_reason()Menglong Dong2-4/+11
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_egress()Menglong Dong3-1/+3
2022-03-04Merge branch 'netif_rx'David S. Miller20-23/+23
2022-03-04net: dev: Use netif_rx().Sebastian Andrzej Siewior1-3/+3
2022-03-04net: bridge: Use netif_rx().Sebastian Andrzej Siewior1-2/+2
2022-03-04net: macvlan: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-04net: ethernet: Use netif_rx().Sebastian Andrzej Siewior9-9/+9
2022-03-04net: dsa: Use netif_rx().Sebastian Andrzej Siewior3-3/+3
2022-03-04net: caif: Use netif_rx().Sebastian Andrzej Siewior2-2/+2
2022-03-04net: sgi-xp: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-04net: xtensa: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-04docs: networking: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller13-554/+872
2022-03-04Merge branch 'ocelot-felix-cleanups'David S. Miller2-16/+13
2022-03-04net: dsa: felix: remove redundant assignment in felix_8021q_cpu_port_deinitVladimir Oltean1-1/+0
2022-03-04net: dsa: felix: print error message in felix_check_xtr_pkt()Vladimir Oltean1-1/+5
2022-03-04net: dsa: felix: initialize "err" to 0 in felix_check_xtr_pkt()Vladimir Oltean1-1/+1
2022-03-04net: dsa: felix: drop the ptp_type argument from felix_check_xtr_pkt()Vladimir Oltean1-5/+2
2022-03-04net: dsa: felix: remove ocelot->npi assignment from felix_8021q_cpu_port_initVladimir Oltean1-1/+0
2022-03-04net: mscc: ocelot: use pretty names for IPPROTO_UDP and IPPROTO_TCPVladimir Oltean1-2/+2
2022-03-04net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_block_remove_filterVladimir Oltean1-5/+3
2022-03-03net/smc: fix document build WARNING from smc-sysctl.rstDust Li2-3/+4
2022-03-03net: marvell: Use min() instead of doing it manuallyHaowen Bai1-1/+1
2022-03-03ice: convert VF storage to hash table with krefs and RCUJacob Keller8-125/+363
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski289-1126/+2549
2022-03-03Merge tag 'net-5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds84-343/+988
2022-03-03ice: introduce VF accessor functionsJacob Keller5-53/+115
2022-03-03ice: factor VF variables to separate structureJacob Keller7-68/+83
2022-03-03Merge tag 'mips-fixes-5.17_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-17/+27
2022-03-03Merge tag 'auxdisplay-for-linus-v5.17-rc7' of git://github.com/ojeda/linuxLinus Torvalds1-14/+10
2022-03-03ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet2-22/+14
2022-03-03ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller8-152/+163
2022-03-03ice: use ice_for_each_vf for iteration during removalJacob Keller1-5/+4
2022-03-03ice: remove checks in ice_vc_send_msg_to_vfJacob Keller1-8/+3
2022-03-03ice: move VFLR acknowledge during ice_free_vfsJacob Keller1-19/+8
2022-03-03ice: move clear_malvf call in ice_free_vfsJacob Keller1-7/+6