1. 42ab19e net: Add extack to upper device linking by David Ahern · 7 years ago
  2. 33eaf2a net: Add extack to ndo_add_slave by David Ahern · 7 years ago
  3. 996f6e1 team: use a larger struct for mac address by WANG Cong · 7 years ago
  4. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
  5. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
  6. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  7. eca59f6 net: Remove support for bridge bypass ndos from stacked devices by Arkadi Sharshevsky · 8 years ago
  8. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  9. b1513c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  10. 72ec0bc team: fix memory leaks by Pan Bian · 8 years ago
  11. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  12. fe52145 netlink: pass extended ACK struct where available by Johannes Berg · 8 years ago
  13. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  14. 16cf72b team: call netdev_change_features out of team lock by Xin Long · 8 years ago
  15. 3331aa3 team: use ETH_MAX_MTU as max mtu by Jarod Wilson · 8 years ago
  16. a8eca32 net: remove ndo_neigh_{construct, destroy} from stacked devices by Ido Schimmel · 8 years ago
  17. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  18. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  19. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  20. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  21. 18bfb92 net: introduce default neigh_construct/destroy ndo calls for L2 upper devices by Jiri Pirko · 9 years ago
  22. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  23. 942f64c team: Fix possible deadlock during team enslave by Ido Schimmel · 9 years ago
  24. d3fff6c net: add netdev_lockdep_set_classes() helper by Eric Dumazet · 9 years ago
  25. f9eb8ae net_sched: transform qdisc running bit into a seqcount by Eric Dumazet · 9 years ago
  26. f6988cb team: don't call netdev_change_features under team->lock by Ivan Vecera · 9 years ago
  27. cb41c99 team: team should sync the port's uc/mc addrs when add a port by Xin Long · 9 years ago
  28. bc0df13 team: remove duplicate set of flag IFF_MULTICAST by Zhang Shengju · 9 years ago
  29. 0ab6b54 net: team: use __ethtool_get_ksettings by David Decotigny · 9 years ago
  30. bb63daf team: track sum of rx_nohandler for all slaves by Jarod Wilson · 9 years ago
  31. 60a6531 team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vid by Ido Schimmel · 9 years ago
  32. 3268e5c team: Advertise tunneling offload features by Eran Ben Elisha · 9 years ago
  33. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  34. 3a0d6c5 team: implement lower state change propagation by Jiri Pirko · 9 years ago
  35. 7d25950 team: rtnl_lock for options set by Jiri Pirko · 9 years ago
  36. 8fd7285 team: fill-up LAG changeupper info struct and pass it along by Jiri Pirko · 9 years ago
  37. 29bf24a net: add possibility to pass information about upper device via notifier by Jiri Pirko · 9 years ago
  38. 6dffb04 net: propagate upper priv via netdev_master_upper_dev_link by Jiri Pirko · 9 years ago
  39. c981e42 net: add netif_is_team_master helper by Jiri Pirko · 9 years ago
  40. 22e380a net: team: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  41. 45d4122 switchdev: add support for fdb add/del/dump via switchdev_port_obj ops. by Samudrala, Sridhar · 10 years ago
  42. 7889cbe switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag by Scott Feldman · 10 years ago
  43. 85fdb95 switchdev: cut over to new switchdev_port_bridge_getlink by Scott Feldman · 10 years ago
  44. 54ba5a0 switchdev: cut over to new switchdev_port_bridge_dellink by Scott Feldman · 10 years ago
  45. fc8f40d switchdev: cut over to new switchdev_port_bridge_setlink by Scott Feldman · 10 years ago
  46. ebb9a03 switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/ by Jiri Pirko · 10 years ago
  47. b9f4cf75 team: Don't segment multiple tagged packets on team device by Toshiaki Makita · 10 years ago
  48. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  49. 9215f43 team: don't traverse port list using rcu in team_set_mac_address by Jiri Pirko · 10 years ago
  50. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  51. 247f6d0 team: allow TSO being set on master by Jiri Pirko · 10 years ago
  52. 57e5956 team: fix possible null pointer dereference in team_handle_frame by Jiri Pirko · 10 years ago
  53. a16a8ee7 team: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/dellink handlers by Roopa Prabhu · 10 years ago
  54. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  55. b0d11b4 team: avoid possible underflow of count_pending value for notify_peers and mcast_rejoin by Jiri Pirko · 10 years ago
  56. e350a96 team: Remove dead code by Kenneth Williams · 10 years ago
  57. fbe168b net: generic dev_disable_lro() stacked device handling by Michal Kubeček · 10 years ago
  58. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  59. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  60. 4754965 team: avoid race condition in scheduling delayed work by Joe Lawrence · 10 years ago
  61. d7d3c05 team: set IFF_TEAM_PORT priv_flag after rx_handler is registered by Jiri Pirko · 10 years ago
  62. ff204cc team: Simplify return path of team_newlink by Toshiaki Makita · 10 years ago
  63. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  64. 9d0d68f team: fix mtu setting by Jiri Pirko · 11 years ago
  65. 3625920 teaming: fix vlan_features computing by Michal Kubeček · 11 years ago
  66. ed2da03 team: forbid incorrect fall-through in notifier by Jiri Pirko · 11 years ago
  67. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 11 years ago
  68. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 11 years ago
  69. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  70. 99932d4 netdevice: add queue selection fallback handler for ndo_select_queue by Daniel Borkmann · 11 years ago
  71. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 11 years ago
  72. 99301ba team: Don't allow team devices to change network namespaces. by Weilong Chen · 11 years ago
  73. b01f236 team: block mtu change before it happens via NETDEV_PRECHANGEMTU by Veaceslav Falico · 11 years ago
  74. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 11 years ago
  75. f5e0d34 team: fix master carrier set when user linkup is enabled by Jiri Pirko · 11 years ago
  76. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  77. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  78. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  79. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  80. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 11 years ago
  81. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  82. 93af735 net: team: inherit addr_assign_type along with dev_addr by Bjørn Mork · 11 years ago
  83. 0fb52a2 team: cleanup netpoll clode by stephen hemminger · 11 years ago
  84. 492b200 team: add support for sending multicast rejoins by Jiri Pirko · 11 years ago
  85. 4aa5dee net: convert resend IGMP to notifier event by Jiri Pirko · 11 years ago
  86. fc423ff team: add peer notification by Jiri Pirko · 11 years ago
  87. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  88. 735d381 team: remove synchronize_rcu() called during port disable by Jiri Pirko · 12 years ago
  89. d80b35b team: use kfree_rcu instead of synchronize_rcu in team_port_dev by Jiri Pirko · 12 years ago
  90. 6c31ff3 team: remove synchronize_rcu() called during queue override change by Jiri Pirko · 12 years ago
  91. 72df935 team: move add to port list before port enablement by Jiri Pirko · 12 years ago
  92. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  93. 3f3e7ce team: fix port list dump for big number of ports by Jiri Pirko · 12 years ago
  94. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 12 years ago
  95. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 12 years ago
  96. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  97. 72b2703 team: Use new sync_multiple api to sync devices adressess. by Vlad Yasevich · 12 years ago
  98. e5f2ef7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  99. 2ea4659 team: make local function static by stephen hemminger · 12 years ago
  100. ba81276 team: unsyc the devices addresses when port is removed by Vlad Yasevich · 12 years ago