summaryrefslogtreecommitdiffstats
path: root/net/ax25/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-04net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()D. Wythe1-2/+17
2023-02-04net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...D. Wythe1-4/+4
2023-02-04net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe4-24/+24
2023-02-04net: enetc: ensure we always have a minimum number of TXQs for stackVladimir Oltean2-0/+17
2023-02-04net: enetc: recalculate num_real_tx_queues when XDP program attachesVladimir Oltean1-14/+21
2023-02-04net: enetc: allow the enetc_reconfigure() callback to failVladimir Oltean1-4/+14
2023-02-04net: enetc: simplify enetc_num_stack_tx_queues()Vladimir Oltean1-4/+2
2023-02-04raw: use net_hash_mix() in hash functionEric Dumazet3-10/+20
2023-02-04ipv4: raw: add drop reasonsEric Dumazet1-3/+5
2023-02-04ipv6: raw: add drop reasonsEric Dumazet1-5/+7
2023-02-04devlink: Move devlink dev selftest code to devMoshe Shemesh3-183/+184
2023-02-04devlink: Move devlink_info_req struct to be localMoshe Shemesh2-9/+8
2023-02-04devlink: Move devlink dev flash code to devMoshe Shemesh3-271/+272
2023-02-04devlink: Move devlink dev info code to devMoshe Shemesh3-255/+256
2023-02-04devlink: Move devlink dev eswitch code to devMoshe Shemesh3-125/+126
2023-02-04devlink: Move devlink dev reload code to devMoshe Shemesh3-421/+427
2023-02-04devlink: Split out dev get and dump codeMoshe Shemesh4-102/+118
2023-02-04net: dsa: use NL_SET_ERR_MSG_WEAK_MOD() more consistentlyVladimir Oltean1-5/+6
2023-02-03net: phy: Add driver for Motorcomm yt8531 gigabit ethernet phyFrank Sae2-3/+207
2023-02-03net: phy: Add dts support for Motorcomm yt8531s gigabit ethernet phyFrank Sae1-24/+27
2023-02-03net: phy: Add dts support for Motorcomm yt8521 gigabit ethernet phyFrank Sae1-54/+199
2023-02-03net: phy: Add BIT macro for Motorcomm yt8521/yt8531 gigabit ethernet phyFrank Sae1-4/+51
2023-02-03dt-bindings: net: Add Motorcomm yt8xxx ethernet phyFrank Sae3-0/+120
2023-02-03netfilter: nf_conntrack: allow early drop of offloaded UDP connsVlad Buslov1-5/+6
2023-02-03net/sched: act_ct: offload UDP NEW connectionsVlad Buslov1-12/+39
2023-02-03net/sched: act_ct: set ctinfo in meta action depending on ct stateVlad Buslov1-2/+4
2023-02-03netfilter: flowtable: cache info of last offloadVlad Buslov4-12/+15
2023-02-03netfilter: flowtable: allow unidirectional rulesVlad Buslov2-4/+9
2023-02-03netfilter: flowtable: fixup UDP timeout depending on ct stateVlad Buslov1-1/+4
2023-02-03net: flow_offload: provision conntrack info in ct_metadataVlad Buslov2-0/+28
2023-02-03net: lan966x: Add VCAP debugFS supportHoratiu Vultur5-16/+136
2023-02-03net: renesas: rswitch: Add "max-speed" handlingYoshihiro Shimoda1-3/+12
2023-02-03net: renesas: rswitch: Add phy_power_{on,off}() callingYoshihiro Shimoda1-0/+5
2023-02-03net: renesas: rswitch: Add host_interfaces settingYoshihiro Shimoda1-3/+15
2023-02-03net: renesas: rswitch: Convert to phy_deviceYoshihiro Shimoda2-50/+62
2023-02-03net: renesas: rswitch: Simplify struct phy * handlingYoshihiro Shimoda2-78/+27
2023-02-03tcp: add TCP_MINTTL drop reasonEric Dumazet3-1/+9
2023-02-03net: fec: do not double-parse 'phy-reset-active-high' propertyDmitry Torokhov1-5/+2
2023-02-03net: fec: restore handling of PHY reset line as optionalDmitry Torokhov1-1/+4
2023-02-02mtk_sgmii: enable PCS polling to allow SFP workAlexander Couzens1-0/+1
2023-02-02net: mediatek: sgmii: fix duplex configurationBjørn Mork2-4/+4
2023-02-02net: mediatek: sgmii: ensure the SGMII PHY is powered down on configurationAlexander Couzens2-11/+30
2023-02-02MAINTAINERS: update SCTP maintainersJakub Kicinski2-1/+5
2023-02-02MAINTAINERS: ipv6: retire Hideaki YoshifujiJakub Kicinski1-1/+0
2023-02-02mailmap: add John Crispin's entryJakub Kicinski1-0/+1
2023-02-02MAINTAINERS: bonding: move Veaceslav Falico to CREDITSJakub Kicinski2-1/+4
2023-02-02net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin1-6/+6
2023-02-02net: ethernet: mtk_eth_soc: disable hardware DSA untagging for second MACArınç ÜNAL1-2/+4
2023-02-02virtio-net: Keep stop() to follow mirror sequence of open()Parav Pandit1-1/+1
2023-02-02net: dsa: Use sysfs_emit() to instead of sprintf()Bo Liu1-1/+1