summaryrefslogtreecommitdiffstats
path: root/drivers/net/team
Commit message (Expand)AuthorAgeFilesLines
* team: prevent adding a device which is already a team device lowerOctavian Purdila2025-01-031-0/+7
* team: Fix feature exposure when no ports are presentDaniel Borkmann2024-12-161-2/+6
* team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann2024-12-121-1/+2
* team: Fix initial vlan_feature set in __team_compute_featuresDaniel Borkmann2024-12-121-2/+3
* net, team, bonding: Add netdev_base_features helperDaniel Borkmann2024-12-121-2/+1
* netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet2024-10-231-2/+1
* netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2024-09-031-3/+3
* netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-031-1/+1
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: team: fix incorrect maxattrHangbin Liu2024-04-101-1/+1
* net: team: use policy generated by YAML specHangbin Liu2024-04-024-55/+98
* net: team: rename team to team_core for linkingHangbin Liu2024-04-022-0/+1
* net: team: Don't bother filling in ethtool driver versionJohn Garry2024-02-231-2/+0
* team: Fix use-after-free when an option instance allocation failsFlorent Revest2023-12-081-1/+3
* team: fix null-ptr-deref when team device type is changedZiyang Xuan2023-09-191-1/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-1/+3
|\
| * team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan2023-08-151-1/+3
* | team: remove unused input parameters in lb_htpm_select_tx_port and lb_hash_se...Zhengchao Shao2023-08-081-8/+3
* | team: change the getter function in the team_option structure to voidZhengchao Shao2023-08-083-47/+32
* | team: change the init function in the team_option structure to voidZhengchao Shao2023-08-083-18/+10
* | team: remove unreferenced header in broadcast and roundrobin filesZhengchao Shao2023-08-082-2/+0
* | team: add __exit modifier to team_nl_fini()Zhengchao Shao2023-08-081-1/+1
* | team: Remove NULL check before dev_{put, hold}Yang Li2023-07-291-2/+1
|/
* team: reset team's flags when down link is P2P deviceHangbin Liu2023-07-251-0/+9
* net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo2023-05-191-1/+6
* Revert "net: team: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconf"Xin Long2023-01-181-2/+0
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-132-4/+6
|\
| * net: team: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconfXin Long2022-12-121-0/+2
| * net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-282-4/+4
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-6/+18
|\
| * net: team: Unsync device addresses on ndo_stopBenjamin Poirier2022-09-161-6/+18
* | net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
|/
* team: adopt u64_stats_tEric Dumazet2022-06-091-13/+13
* teaming: deliver link-local packets with the link they arrive onjeffreyji2022-02-181-0/+5
* net: use dev_addr_set()Jakub Kicinski2021-10-091-1/+1
* bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-1/+1
* team: protect features update by RCU to avoid deadlockIvan Vecera2021-01-261-3/+3
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWAREAlexander Lobakin2020-11-031-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-1/+2
|\
| * net: team: fix memory leak in __team_options_registerAnant Thazhemadam2020-10-041-1/+1
| * team: set dev->needed_headroom in team_setup_by_port()Eric Dumazet2020-09-251-0/+1
* | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-6/+6
* net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+1
* team: fix hang in team_mode_get()Taehee Yoo2020-04-201-0/+4
* team: add missing attribute validation for array indexJakub Kicinski2020-03-031-0/+1
* team: add missing attribute validation for port ifindexJakub Kicinski2020-03-031-0/+1