Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-27team: protect features update by RCU to avoid deadlockIvan Vecera
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-04net: bonding, dummy, ifb, team: advertise NETIF_F_GSO_SOFTWAREAlexander Lobakin
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-05net: team: fix memory leak in __team_options_registerAnant Thazhemadam
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-26team: set dev->needed_headroom in team_setup_by_port()Eric Dumazet
2020-06-13treewide: 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-04team: add missing attribute validation for array indexJakub Kicinski
2020-03-04team: 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-25team: fix nested locking lockdep warningTaehee Yoo
2019-10-25net: core: add generic lockdep keysTaehee Yoo
2019-10-10team: call RCU read lock when walking the port_listHangbin Liu
2019-08-09team: Add vlan tx offload to hw_enc_featuresYueHaibing
2019-06-28Merge 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-28genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-20team: fix possible recursive locking when add slavesHangbin Liu
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-11team: set slave to promisc if team is already in promisc modeHangbin Liu
2019-03-29team: use netif_is_team_port()Julian Wiedmann
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2019-03-04team: Free BPF filter when unregistering netdevIdo Schimmel
2019-02-25net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli
2019-02-22team: use operstate consistently for linkupGeorge Wilkie
2019-02-12team: avoid complex list operations in team_nl_cmd_options_set()Cong Wang
2018-12-14net: dev: Add extack argument to dev_set_mac_address()Petr Machata
2018-12-07net: core: dev: Add extack argument to dev_open()Petr Machata
2018-11-24team: no need to do team_notify_peers or team_mcast_rejoin when disabling portHangbin Liu
2018-10-20netpoll: allow cleanup to be synchronousDebabrata Banerjee
2018-10-04team: Forbid enslaving team device to itselfIdo Schimmel
2018-07-12team: Publish team_port_get_rcu()Petr Machata
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05team: use netdev_features_t instead of u32Dan Carpenter
2018-05-29net: remove unnecessary genlmsg_cancel() callsYueHaibing