summaryrefslogtreecommitdiff
path: root/drivers/net/team
AgeCommit message (Expand)Author
2023-12-08team: Fix use-after-free when an option instance allocation failsFlorent Revest
2023-09-19team: fix null-ptr-deref when team device type is changedZiyang Xuan
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-15team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan
2023-08-08team: remove unused input parameters in lb_htpm_select_tx_port and lb_hash_se...Zhengchao Shao
2023-08-08team: change the getter function in the team_option structure to voidZhengchao Shao
2023-08-08team: change the init function in the team_option structure to voidZhengchao Shao
2023-08-08team: remove unreferenced header in broadcast and roundrobin filesZhengchao Shao
2023-08-08team: add __exit modifier to team_nl_fini()Zhengchao Shao
2023-07-29team: Remove NULL check before dev_{put, hold}Yang Li
2023-07-25team: reset team's flags when down link is P2P deviceHangbin Liu
2023-05-19net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo
2023-01-18Revert "net: team: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconf"Xin Long
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-12net: team: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconfXin Long
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-16net: team: Unsync device addresses on ndo_stopBenjamin Poirier
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-06-09team: adopt u64_stats_tEric Dumazet
2022-02-18teaming: deliver link-local packets with the link they arrive onjeffreyji
2021-10-09net: use dev_addr_set()Jakub Kicinski
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-01-26team: protect features update by RCU to avoid deadlockIvan Vecera
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-03net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWAREAlexander Lobakin
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-04net: team: fix memory leak in __team_options_registerAnant Thazhemadam
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-25team: set dev->needed_headroom in team_setup_by_port()Eric Dumazet
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-04-20team: fix hang in team_mode_get()Taehee Yoo
2020-03-03team: add missing attribute validation for array indexJakub Kicinski
2020-03-03team: add missing attribute validation for port ifindexJakub Kicinski
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-24team: fix nested locking lockdep warningTaehee Yoo
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-09team: call RCU read lock when walking the port_listHangbin Liu
2019-08-08team: Add vlan tx offload to hw_enc_featuresYueHaibing
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-26team: Always enable vlan tx offloadYueHaibing
2019-06-17team: add ethtool get_link_ksettingsHangbin Liu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek