summaryrefslogtreecommitdiffstats
path: root/drivers/net/team
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-4/+12
|\
| * team: fix nested locking lockdep warningTaehee Yoo2019-10-241-3/+13
| * net: core: add generic lockdep keysTaehee Yoo2019-10-241-2/+0
* | team: call RCU read lock when walking the port_listHangbin Liu2019-10-091-1/+4
|/
* team: Add vlan tx offload to hw_enc_featuresYueHaibing2019-08-081-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-1/+1
|\
| * team: Always enable vlan tx offloadYueHaibing2019-06-261-1/+1
* | team: add ethtool get_link_ksettingsHangbin Liu2019-06-171-0/+25
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-306-30/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+4
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-3/+5
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-4/+4