summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski47-2/+56
2022-08-27net_sched: remove impossible conditionsDan Carpenter1-2/+2
2022-08-27net: fman: memac: Uninitialized variable on error pathDan Carpenter1-1/+1
2022-08-27Merge branch 'openvswitch-allow-specifying-ifindex-of-new-interfaces'Jakub Kicinski4-3/+24
2022-08-27openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requestsAndrey Zhadchenko1-1/+9
2022-08-27openvswitch: allow specifying ifindex of new interfacesAndrey Zhadchenko4-2/+15
2022-08-27net: ftmac100: add an opportunity to get ethaddr from the platformSergei Antonov1-0/+5
2022-08-27net: dsa: mv88e6xxx: Allow external SMI if serialMarcus Carlberg1-1/+1
2022-08-27genetlink: hold read cb_lock during iteration of genl_fam_idr in genl_bind()Jiri Pirko1-2/+2
2022-08-27net/mlx4: Fix error check for dma_map_sgJack Wang1-2/+2
2022-08-27net: devlink: add RNLT lock assertion to devlink_compat_switch_id_get()Jiri Pirko1-0/+2
2022-08-27mlx4: Do type_clear() for devlink ports when type_set() was called previouslyJiri Pirko1-0/+3
2022-08-27net: dsa: mv88e6xxx: support RGMII cmodeMarcus Carlberg2-0/+27
2022-08-26net: sched: remove unnecessary init of qdisc skb headZhengchao Shao3-10/+0
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller75-696/+1851
2022-08-26r8152: add PID for the Lenovo OneLink+ DockJean-Francois Le Fillatre2-0/+10
2022-08-26Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller10-27/+804
2022-08-26wifi: rtw88: fix uninitialized use of primary channel indexPing-Ke Shih1-2/+1
2022-08-26net: phylink: allow RGMII/RTBI in-band statusQingfang DENG1-0/+5
2022-08-26Merge branch 'prestera-matchall'David S. Miller13-78/+291
2022-08-26net: prestera: manage matchall and flower prioritiesMaksym Glubokiy8-0/+163
2022-08-26net: prestera: add support for egress traffic mirroringSerhiy Boiko5-19/+39
2022-08-26net: prestera: acl: extract matchall logic into a separate fileSerhiy Boiko6-66/+96
2022-08-26net: asix: ax88772: add ethtool pause configurationOleksij Rempel1-0/+20
2022-08-26net: asix: ax88772: migrate to phylinkOleksij Rempel3-11/+116
2022-08-26wifi: mac80211: use full 'unsigned int' typeXin Gao1-4/+4
2022-08-26wifi: mac80211: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-26wifi: mac80211: read ethtool's sta_stats from sinfoRyder Lee1-5/+5
2022-08-26wifi: mac80211: correct SMPS mode in HE 6 GHz capabilityJohannes Berg4-4/+7
2022-08-26dt-bindings: net: Add missing (unevaluated|additional)Properties on child nodesRob Herring6-24/+19
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski445-2813/+5229
2022-08-26netdev: Use try_cmpxchg in napi_if_scheduled_mark_missedUros Bizjak1-2/+2
2022-08-26Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds102-358/+865
2022-08-25Merge branch 'mlxsw-remove-some-unused-code'Jakub Kicinski3-138/+0
2022-08-25mlxsw: Remove unused mlxsw_core_port_type_get()Jiri Pirko2-14/+0
2022-08-25mlxsw: Remove unused port_type_set devlink opJiri Pirko2-18/+0
2022-08-25mlxsw: Remove unused IB stuffJiri Pirko3-106/+0
2022-08-25Merge branch 'net-devlink-sync-flash-and-dev-info-commands'Jakub Kicinski3-26/+147
2022-08-25net: devlink: limit flash component name to match version returned by info_get()Jiri Pirko3-21/+90
2022-08-25netdevsim: add version fw.mgmt info info_get() and mark as a componentJiri Pirko1-1/+11
2022-08-25net: devlink: extend info_get() version put to indicate a flash componentJiri Pirko2-4/+46
2022-08-25selftests/net: fix reinitialization of TEST_PROGS in net self tests.Adel Abouchaev1-1/+1
2022-08-25Merge branch 'net-lantiq_xrx200-fix-errors-under-memory-pressure'Jakub Kicinski1-1/+8
2022-08-25net: lantiq_xrx200: restore buffer if memory allocation failedAleksander Jan Bajkowski1-0/+1
2022-08-25net: lantiq_xrx200: fix lock under memory pressureAleksander Jan Bajkowski1-1/+1
2022-08-25net: lantiq_xrx200: confirm skb is allocated before usingAleksander Jan Bajkowski1-0/+6
2022-08-25net: stmmac: work around sporadic tx issue on link-upHeiner Kallweit2-6/+11
2022-08-25Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-14/+47
2022-08-25Merge branch 'ionic-bug-fixes'Jakub Kicinski2-6/+93
2022-08-25ionic: VF initial random MAC address if no assigned macR Mohamed Shah1-5/+87