1. 26623ec team: add missing attribute validation for array index by Jakub Kicinski · 4 years, 4 months ago
  2. c8571e0 team: add missing attribute validation for port ifindex by Jakub Kicinski · 4 years, 4 months ago
  3. a4cb8ca team: Add vlan tx offload to hw_enc_features by YueHaibing · 4 years, 11 months ago
  4. 7abb0db team: Always enable vlan tx offload by YueHaibing · 5 years ago
  5. a5f876f team: fix possible recursive locking when add slaves by Hangbin Liu · 5 years ago
  6. 8530cf6 team: set slave to promisc if team is already in promisc mode by Hangbin Liu · 5 years ago
  7. 2b9adaf team: Free BPF filter when unregistering netdev by Ido Schimmel · 5 years ago
  8. 03ad40d team: avoid complex list operations in team_nl_cmd_options_set() by Cong Wang · 5 years ago
  9. 1c0d730 team: no need to do team_notify_peers or team_mcast_rejoin when disabling port by Hangbin Liu · 6 years ago
  10. 68d6d37 team: Forbid enslaving team device to itself by Ido Schimmel · 6 years ago
  11. 3ff7364 team: use netdev_features_t instead of u32 by Dan Carpenter · 6 years ago
  12. 8599a1f team: fix netconsole setup over team by Xin Long · 6 years ago
  13. 3626fb0 team: avoid adding twice the same option to the event list by Paolo Abeni · 6 years ago
  14. e0cfa0d team: move dev_mc_sync after master_upper_dev_link in team_port_add by Xin Long · 6 years ago
  15. b140311 team: Fix double free in error path by Arkadi Sharshevsky · 6 years ago
  16. 45eacc8 team: fix memory leaks by Pan Bian · 7 years ago
  17. c15e07b team: loadbalance: push lacpdus to exact delivery by Jiri Pirko · 8 years ago
  18. 18bfb92 net: introduce default neigh_construct/destroy ndo calls for L2 upper devices by Jiri Pirko · 8 years ago
  19. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  20. 942f64c team: Fix possible deadlock during team enslave by Ido Schimmel · 8 years ago
  21. d3fff6c net: add netdev_lockdep_set_classes() helper by Eric Dumazet · 8 years ago
  22. f9eb8ae net_sched: transform qdisc running bit into a seqcount by Eric Dumazet · 8 years ago
  23. f6988cb team: don't call netdev_change_features under team->lock by Ivan Vecera · 8 years ago
  24. cb41c99 team: team should sync the port's uc/mc addrs when add a port by Xin Long · 8 years ago
  25. bc0df13 team: remove duplicate set of flag IFF_MULTICAST by Zhang Shengju · 8 years ago
  26. 0ab6b54 net: team: use __ethtool_get_ksettings by David Decotigny · 8 years ago
  27. bb63daf team: track sum of rx_nohandler for all slaves by Jarod Wilson · 8 years ago
  28. 60a6531 team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vid by Ido Schimmel · 8 years ago
  29. 3268e5c team: Advertise tunneling offload features by Eran Ben Elisha · 9 years ago
  30. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  31. 3a0d6c5 team: implement lower state change propagation by Jiri Pirko · 9 years ago
  32. 7d25950 team: rtnl_lock for options set by Jiri Pirko · 9 years ago
  33. 8fd7285 team: fill-up LAG changeupper info struct and pass it along by Jiri Pirko · 9 years ago
  34. 29bf24a net: add possibility to pass information about upper device via notifier by Jiri Pirko · 9 years ago
  35. 6dffb04 net: propagate upper priv via netdev_master_upper_dev_link by Jiri Pirko · 9 years ago
  36. c981e42 net: add netif_is_team_master helper by Jiri Pirko · 9 years ago
  37. 22e380a net: team: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  38. 45d4122 switchdev: add support for fdb add/del/dump via switchdev_port_obj ops. by Samudrala, Sridhar · 9 years ago
  39. 7889cbe switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag by Scott Feldman · 9 years ago
  40. 85fdb95 switchdev: cut over to new switchdev_port_bridge_getlink by Scott Feldman · 9 years ago
  41. 54ba5a0 switchdev: cut over to new switchdev_port_bridge_dellink by Scott Feldman · 9 years ago
  42. fc8f40d switchdev: cut over to new switchdev_port_bridge_setlink by Scott Feldman · 9 years ago
  43. ebb9a03 switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/ by Jiri Pirko · 9 years ago
  44. b9f4cf75 team: Don't segment multiple tagged packets on team device by Toshiaki Makita · 9 years ago
  45. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  46. 9215f43 team: don't traverse port list using rcu in team_set_mac_address by Jiri Pirko · 9 years ago
  47. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  48. 247f6d0 team: allow TSO being set on master by Jiri Pirko · 9 years ago
  49. 57e5956 team: fix possible null pointer dereference in team_handle_frame by Jiri Pirko · 9 years ago
  50. a16a8ee7 team: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/dellink handlers by Roopa Prabhu · 9 years ago
  51. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  52. b0d11b4 team: avoid possible underflow of count_pending value for notify_peers and mcast_rejoin by Jiri Pirko · 9 years ago
  53. e350a96 team: Remove dead code by Kenneth Williams · 9 years ago
  54. fbe168b net: generic dev_disable_lro() stacked device handling by Michal Kubeček · 10 years ago
  55. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  56. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  57. 4754965 team: avoid race condition in scheduling delayed work by Joe Lawrence · 10 years ago
  58. d7d3c05 team: set IFF_TEAM_PORT priv_flag after rx_handler is registered by Jiri Pirko · 10 years ago
  59. ff204cc team: Simplify return path of team_newlink by Toshiaki Makita · 10 years ago
  60. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  61. 2b391ee team: fix releasing uninitialized pointer to BPF prog by Daniel Borkmann · 10 years ago
  62. 34c5bd6 net: filter: don't release unattached filter through call_rcu() by Pablo Neira · 10 years ago
  63. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  64. 9d0d68f team: fix mtu setting by Jiri Pirko · 10 years ago
  65. ea5930f team: lb: use sizeof(*fprog) in __fprog_create by Daniel Borkmann · 10 years ago
  66. b1fcd35 net: filter: let unattached filters use sock_fprog_kern by Daniel Borkmann · 10 years ago
  67. 3625920 teaming: fix vlan_features computing by Michal Kubeček · 10 years ago
  68. ed2da03 team: forbid incorrect fall-through in notifier by Jiri Pirko · 10 years ago
  69. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 10 years ago
  70. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  71. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  72. 99932d4 netdevice: add queue selection fallback handler for ndo_select_queue by Daniel Borkmann · 10 years ago
  73. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 10 years ago
  74. 99301ba team: Don't allow team devices to change network namespaces. by Weilong Chen · 10 years ago
  75. f337db6 random32: add prandom_u32_max and convert open coded users by Daniel Borkmann · 10 years ago
  76. b01f236 team: block mtu change before it happens via NETDEV_PRECHANGEMTU by Veaceslav Falico · 10 years ago
  77. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 10 years ago
  78. f5e0d34 team: fix master carrier set when user linkup is enabled by Jiri Pirko · 11 years ago
  79. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  80. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  81. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  82. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  83. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 11 years ago
  84. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  85. 93af735 net: team: inherit addr_assign_type along with dev_addr by Bjørn Mork · 11 years ago
  86. 0fb52a2 team: cleanup netpoll clode by stephen hemminger · 11 years ago
  87. 492b200 team: add support for sending multicast rejoins by Jiri Pirko · 11 years ago
  88. 4aa5dee net: convert resend IGMP to notifier event by Jiri Pirko · 11 years ago
  89. fc423ff team: add peer notification by Jiri Pirko · 11 years ago
  90. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  91. 735d381 team: remove synchronize_rcu() called during port disable by Jiri Pirko · 11 years ago
  92. d80b35b team: use kfree_rcu instead of synchronize_rcu in team_port_dev by Jiri Pirko · 11 years ago
  93. 6c31ff3 team: remove synchronize_rcu() called during queue override change by Jiri Pirko · 11 years ago
  94. 72df935 team: move add to port list before port enablement by Jiri Pirko · 11 years ago
  95. 76c455d team: check return value of team_get_port_by_index_rcu() for NULL by Jiri Pirko · 11 years ago
  96. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  97. 3f3e7ce team: fix port list dump for big number of ports by Jiri Pirko · 11 years ago
  98. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  99. e00adf3 drivers/net: rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  100. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 11 years ago