- 3f6ca6c r8169: improve rtl_schedule_task by Heiner Kallweit · 4 years, 10 months ago
- e18958c r8169: simplify rtl_task by Heiner Kallweit · 4 years, 10 months ago
- aba5320 r8169: add new helper rtl8168g_enable_gphy_10m by Heiner Kallweit · 4 years, 10 months ago
- adbea1a Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 4 years, 10 months ago
- 08e8b91 Merge branch 'octeontx2-vf-Add-network-driver-for-virtual-function' by David S. Miller · 4 years, 10 months ago
- 4c3212f5 octeontx2-pf: Remove wrapper APIs for mutex lock and unlock by Sunil Goutham · 4 years, 10 months ago
- fc992e3 octeontx2-af: Remove driver version and fix authorship by Sunil Goutham · 4 years, 10 months ago
- b1bc845 octeontx2-pf: Cleanup all receive buffers in SG descriptor by Geetha sowjanya · 4 years, 10 months ago
- ad513ed octeontx2-vf: Link event notification support by Tomasz Duszynski · 4 years, 10 months ago
- 05c22b5 octeontx2-vf: Ethtool support by Tomasz Duszynski · 4 years, 10 months ago
- 3184fb5 octeontx2-vf: Virtual function driver support by Tomasz Duszynski · 4 years, 10 months ago
- 547d20f octeontx2-pf: Handle VF function level reset by Geetha sowjanya · 4 years, 10 months ago
- d424b6c octeontx2-pf: Enable SRIOV and added VF mbox handling by Sunil Goutham · 4 years, 10 months ago
- 4e8386f Merge branch 'phy_check_downshift' by David S. Miller · 4 years, 10 months ago
- 1ec32eb net: phy: aquantia: remove downshift warning now that phylib takes care by Heiner Kallweit · 4 years, 10 months ago
- efbd721 net: phy: marvell: remove downshift warning now that phylib takes care by Heiner Kallweit · 4 years, 10 months ago
- 5eee3bb net: phy: add and use phy_check_downshift by Heiner Kallweit · 4 years, 10 months ago
- f4d3e61 Merge branch 'net-phy-xpcs-Improvements-for-next' by David S. Miller · 4 years, 10 months ago
- 1874b83 net: phy: xpcs: Restart AutoNeg if outcome was invalid by Jose Abreu · 4 years, 10 months ago
- e1eab7d net: phy: xpcs: Set Link down if AutoNeg is enabled and did not finish by Jose Abreu · 4 years, 10 months ago
- aaf99e8 net: phy: xpcs: Reset XPCS upon probe by Jose Abreu · 4 years, 10 months ago
- f84752d net: phy: xpcs: Return error when 10GKR link errors are found by Jose Abreu · 4 years, 10 months ago
- c31f0ea mlxsw: spectrum_cnt: Fix 64-bit division in mlxsw_sp_counter_resources_register by Nathan Chancellor · 4 years, 10 months ago
- 0dfb2d8 net: sched: rename more stats_types by Jakub Kicinski · 4 years, 10 months ago
- c3c123d net: mptcp: don't hang in mptcp_sendmsg() after TCP fallback by Davide Caratti · 4 years, 10 months ago
- b69bbab Merge branch 'MSCC-PHY-RGMII-delays-and-VSC8502-support' by David S. Miller · 4 years, 10 months ago
- d316986 net: phy: mscc: add support for VSC8502 by Vladimir Oltean · 4 years, 10 months ago
- 7b005a1 net: phy: mscc: configure both RX and TX internal delays for RGMII by Vladimir Oltean · 4 years, 10 months ago
- da206d6 net: phy: mscc: accept all RGMII species in vsc85xx_mac_if_set by Vladimir Oltean · 4 years, 10 months ago
- 4035e812 net: phy: mscc: rename enum rgmii_rx_clock_delay to rgmii_clock_delay by Vladimir Oltean · 4 years, 10 months ago
- 69ccaf2 enetc: Remove unused variable 'enetc_drv_name' by YueHaibing · 4 years, 10 months ago
- 6919a82 Crypto/chtls: add/delete TLS header in driver by Rohit Maheshwari · 4 years, 10 months ago
- 1454c9f net: Make skb_segment not to compute checksum if network controller supports checksumming by Yadu Kishore · 4 years, 10 months ago
- fe1f4fc Merge branch 'net-hns3-add-three-optimizations-for-mailbox-handling' by David S. Miller · 4 years, 10 months ago
- bb5790b net: hns3: refactor mailbox response scheme between PF and VF by Huazhong Tan · 4 years, 10 months ago
- d341001 net: hns3: refactor the mailbox message between PF and VF by Yufeng Mo · 4 years, 10 months ago
- 027fd53 net: hns3: add a conversion for mailbox's response code by Jian Shen · 4 years, 10 months ago
- 0998448 mptcp: Remove set but not used variable 'can_ack' by YueHaibing · 4 years, 10 months ago
- c388b93 Merge branch 'selftests-expand-txtimestamp-with-new-features' by David S. Miller · 4 years, 10 months ago
- 277bc78 selftests: txtimestamp: print statistics for timestamp events. by Jian Yang · 4 years, 10 months ago
- e64be6d selftests: txtimestamp: add support for epoll(). by Jian Yang · 4 years, 10 months ago
- 5090147 selftests: txtimestamp: add new command-line flags. by Jian Yang · 4 years, 10 months ago
- 70a7ee9 selftests: txtimestamp: allow printing latencies in nsec. by Jian Yang · 4 years, 10 months ago
- 19882ec selftests: txtimestamp: allow individual txtimestamp tests. by Jian Yang · 4 years, 10 months ago
- e285960 Merge branch 'net-tls-Annotate-lockless-access-to-sk_prot' by David S. Miller · 4 years, 10 months ago
- d5bee73 net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCE by Jakub Sitnicki · 4 years, 10 months ago
- 5bb4c45 net/tls: Read sk_prot once when building tls proto ops by Jakub Sitnicki · 4 years, 10 months ago
- f13fe3e net/tls: Constify base proto ops used for building tls proto by Jakub Sitnicki · 4 years, 10 months ago
- 26922c0 Merge branch 'ionic-error-recovery-fixes' by David S. Miller · 4 years, 10 months ago
- a4674f3 ionic: check for NULL structs on teardown by Shannon Nelson · 4 years, 10 months ago
- b9c17d3 ionic: clean irq affinity on queue deinit by Shannon Nelson · 4 years, 10 months ago
- 53faea3 ionic: ignore eexist on rx filter add by Shannon Nelson · 4 years, 10 months ago
- 0e1825f ionic: only save good lif dentry by Shannon Nelson · 4 years, 10 months ago
- 2530ba5 ionic: leave dev cmd request contents alone on FW timeout by Shannon Nelson · 4 years, 10 months ago
- 4ee7bda4 ionic: add timeout error checking for queue disable by Shannon Nelson · 4 years, 10 months ago
- 6fcd422 soc: qcom: ipa: kill IPA_RX_BUFFER_ORDER by Alex Elder · 4 years, 10 months ago
- e961b67 ice: add board identifier info to devlink .info_get by Jacob Keller · 4 years, 10 months ago
- ff2e5c7 ice: add basic handler for devlink .info_get by Jacob Keller · 4 years, 10 months ago
- c90977a devlink: promote "fw.bundle_id" to a generic info version by Jacob Keller · 4 years, 10 months ago
- 1adf7ea ice: enable initial devlink support by Jacob Keller · 4 years, 10 months ago
- 84a24798 ice: implement full NVM read from ETHTOOL_GEEPROM by Jesse Brandeburg · 4 years, 10 months ago
- 81f0749 ice: discover and store size of available flash by Jacob Keller · 4 years, 10 months ago
- d4e8744 ice: store NVM version info in extracted format by Jacob Keller · 4 years, 10 months ago
- e9450990 ice: create function to read a section of the NVM and Shadow RAM by Jacob Keller · 4 years, 10 months ago
- 2efefb5 ice: use __le16 types for explicitly Little Endian values by Jacob Keller · 4 years, 10 months ago
- 0d7043f Merge tag 'mac80211-next-for-net-next-2020-03-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 4 years, 10 months ago
- ffe10e6 net: dsa: sja1105: Add support for the SGMII port by Vladimir Oltean · 4 years, 10 months ago
- f6e94ff Merge branch 'net-bridge-vlan-options-nest-the-tunnel-options' by David S. Miller · 4 years, 10 months ago
- c443758 net: bridge: vlan options: move the tunnel command to the nested attribute by Nikolay Aleksandrov · 4 years, 10 months ago
- fa388f2 net: bridge: vlan options: nest the tunnel id into a tunnel info attribute by Nikolay Aleksandrov · 4 years, 10 months ago
- 8fa180b mac80211: driver can remain on channel if not using chan_ctx by Yan-Hsuan Chuang · 4 years, 10 months ago
- 306b79e nl80211: clarify code in nl80211_del_station() by Johannes Berg · 4 years, 10 months ago
- 7fc82af cfg80211: Configure PMK lifetime and reauth threshold for PMKSA entries by Veerendranath Jakkam · 4 years, 10 months ago
- b255b72 mac80211: Read rx_stats with perCPU pointers by Seevalamuthu Mariappan · 4 years, 10 months ago
- dd063ff virt_wifi: implement ndo_get_iflink by Taehee Yoo · 4 years, 11 months ago
- a916062 mac80211: Allow deleting stations in ibss mode to reset their state by Nicolas Cavallari · 4 years, 11 months ago
- edafcf4 cfg80211: Add support for userspace to reset stations in IBSS mode by Nicolas Cavallari · 4 years, 11 months ago
- 660d81d mac80211: consider WLAN_EID_EXT_HE_OPERATION for parsing CRC by Johannes Berg · 5 years ago
- 0c138a5 nl80211: add PROTECTED_TWT nl80211 extended feature by Shaul Triebitz · 5 years ago
- 03efb86 mac80211: HE: set missing bss_conf fields in AP mode by Shaul Triebitz · 5 years ago
- 7e8d6f1 nl80211: pass HE operation element to the driver by Shaul Triebitz · 5 years ago
- efb5520 nl80211/cfg80211: add support for non EDCA based ranging measurement by Avraham Stern · 5 years ago
- 9524770 mac80211: don't leave skb->next/prev pointing to stack by Johannes Berg · 4 years, 10 months ago
- 07e9733 mac80211: update documentation about tx power by Qiujun Huang · 4 years, 10 months ago
- 7f3f96c mac80211: handle no-preauth flag for control port by Markus Theil · 4 years, 10 months ago
- 5631d96 nl80211: add no pre-auth attribute and ext. feature flag for ctrl. port by Markus Theil · 4 years, 10 months ago
- 5d44fe7 mac80211_hwsim: add frame transmission support over virtio by Erel Geron · 4 years, 11 months ago
- 1f7e9f4 cfg80211: fix documentation format by Johannes Berg · 4 years, 10 months ago
- ee9d0cb net: dsa: sja1105: Avoid error message for unknown PHY mode on disabled ports by Vladimir Oltean · 4 years, 10 months ago
- 43861da Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 4 years, 10 months ago
- ab9d1e1 Merge branch 'veth-xdp-stats' by David S. Miller · 4 years, 10 months ago
- d99a7c2f veth: remove atomic64_add from veth_xdp_xmit hotpath by Lorenzo Bianconi · 4 years, 10 months ago
- 9152cff veth: introduce more xdp counters by Lorenzo Bianconi · 4 years, 10 months ago
- 66fe4a0 veth: distinguish between rx_drops and xdp_drops by Lorenzo Bianconi · 4 years, 10 months ago
- 1c5b82e5 veth: introduce more specialized counters in veth_stats by Lorenzo Bianconi · 4 years, 10 months ago
- 65780c5 veth: move xdp stats in a dedicated structure by Lorenzo Bianconi · 4 years, 10 months ago
- 8511d72 sysfs: fix static inline declaration of sysfs_groups_change_owner() by Christian Brauner · 4 years, 10 months ago
- 5c9a9fc Merge branch 'mscc-RGMII' by David S. Miller · 4 years, 10 months ago
- dee48f7 net: phy: mscc: RGMII skew delay configuration by Antoine Tenart · 4 years, 10 months ago
- e8e4223 net: phy: mscc: add support for RGMII MAC mode by Antoine Tenart · 4 years, 10 months ago