summaryrefslogtreecommitdiff
path: root/drivers/net/team
AgeCommit message (Expand)AuthorFilesLines
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2023-08-16team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan1-1/+3
2023-08-09team: remove unused input parameters in lb_htpm_select_tx_port and lb_hash_se...Zhengchao Shao1-8/+3
2023-08-09team: change the getter function in the team_option structure to voidZhengchao Shao3-47/+32
2023-08-09team: change the init function in the team_option structure to voidZhengchao Shao3-18/+10
2023-08-09team: remove unreferenced header in broadcast and roundrobin filesZhengchao Shao2-2/+0
2023-08-09team: add __exit modifier to team_nl_fini()Zhengchao Shao1-1/+1
2023-07-29team: Remove NULL check before dev_{put, hold}Yang Li1-2/+1
2023-07-25team: reset team's flags when down link is P2P deviceHangbin Liu1-0/+9
2023-05-20net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo1-1/+6
2023-01-19Revert "net: team: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconf"Xin Long1-2/+0
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-4/+6
2022-12-13net: team: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconfXin Long1-0/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2-4/+4
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+18
2022-09-16net: team: Unsync device addresses on ndo_stopBenjamin Poirier1-6/+18
2022-09-01net: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-06-10team: adopt u64_stats_tEric Dumazet1-13/+13
2022-02-18teaming: deliver link-local packets with the link they arrive onjeffreyji1-0/+5
2021-10-09net: use dev_addr_set()Jakub Kicinski1-1/+1
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko1-1/+1
2021-01-27team: protect features update by RCU to avoid deadlockIvan Vecera1-3/+3
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-04net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWAREAlexander Lobakin1-5/+4
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-10-05net: team: fix memory leak in __team_options_registerAnant Thazhemadam1-1/+1
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-09-26team: set dev->needed_headroom in team_setup_by_port()Eric Dumazet1-0/+1
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-6/+6
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+1
2020-04-20team: fix hang in team_mode_get()Taehee Yoo1-0/+4
2020-03-04team: add missing attribute validation for array indexJakub Kicinski1-0/+1
2020-03-04team: add missing attribute validation for port ifindexJakub Kicinski1-0/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+12
2019-10-25team: fix nested locking lockdep warningTaehee Yoo1-3/+13
2019-10-25net: core: add generic lockdep keysTaehee Yoo1-2/+0
2019-10-10team: call RCU read lock when walking the port_listHangbin Liu1-1/+4
2019-08-09team: Add vlan tx offload to hw_enc_featuresYueHaibing1-0/+2
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-26team: Always enable vlan tx offloadYueHaibing1-1/+1
2019-06-17team: add ethtool get_link_ksettingsHangbin Liu1-0/+25
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner6-30/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-28genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+4
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-3/+5
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-4/+4
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2019-04-20team: fix possible recursive locking when add slavesHangbin Liu1-0/+7