1. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  2. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  3. 6569861 net: Make ndo_neigh_destroy return void. by David S. Miller · 13 years ago
  4. da6a8fa neigh: Add device constructor/destructor capability. by David Miller · 13 years ago
  5. 596b9b6 neigh: Add infrastructure for allocating device neigh privates. by David Miller · 13 years ago
  6. 114cf58 bql: Byte queue limits by Tom Herbert · 13 years ago
  7. c5d67bd net: Add netdev interfaces for recording sends/comp by Tom Herbert · 13 years ago
  8. 73466498 net: Add queue state xoff flag for stack by Tom Herbert · 13 years ago
  9. 5cac98d net: Fix corruption in /proc/*/net/dev_mcast by Anton Blanchard · 13 years ago
  10. d11ead7 net: Use IS_ENABLED() in netdevice.h as appropriate by Ben Hutchings · 13 years ago
  11. 34a430d dsa: Allow core and drivers to be built as modules by Ben Hutchings · 13 years ago
  12. cf50dcc dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functions by Ben Hutchings · 13 years ago
  13. 5bc1421 net: add network priority cgroup infrastructure (v4) by Neil Horman · 13 years ago
  14. 56c978f net: Remove LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  15. adc9300 net: use jump_label to shortcut RPS if not setup by Eric Dumazet · 13 years ago
  16. ccf5ff6 net: new counter for tx_timeout errors in sysfs by david decotigny · 13 years ago
  17. 0345e18 net: verify GSO flag bits against netdev features by Michał Mirosław · 13 years ago
  18. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  19. a59e2ec net: split netdev features to separate header by Michał Mirosław · 13 years ago
  20. bc5787c net: remove legacy ethtool ops by Michał Mirosław · 13 years ago
  21. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  22. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  23. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  24. 5f8444a if_link: Add additional parameter to IFLA_VF_INFO for spoof checking by Greg Rose · 13 years ago
  25. 4bc71cb net: consolidate and fix ethtool_ops->get_settings calling by Jiri Pirko · 13 years ago
  26. 3c9c36b net: Define NETDEV_FCOE_WWNN, NETDEV_FCOE_WWPN only when CONFIG_LIBFCOE is enabled by Bhanu Prakash Gollapudi · 13 years ago
  27. cc74998 PM QoS: Minor clean-ups by Jean Pihet · 13 years ago
  28. e8db0be PM QoS: Move and rename the implementation files by Jean Pihet · 13 years ago
  29. b5fb0a0 dynamic_debug: make netif_dbg() call __netdev_printk() by Jason Baron · 13 years ago
  30. ffa10cb dynamic_debug: make netdev_dbg() call __netdev_printk() by Jason Baron · 13 years ago
  31. b81693d net: remove ndo_set_multicast_list callback by Jiri Pirko · 13 years ago
  32. 0178934 net: introduce IFF_UNICAST_FLT private flag by Jiri Pirko · 13 years ago
  33. d5eab91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  34. 17dd759 gro: Only reset frag0 when skb can be pulled by Herbert Xu · 13 years ago
  35. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  36. dcfe142 notifiers: net: move netdevice notifiers into netdevice.h by Amerigo Wang · 13 years ago
  37. 2d348d1 net: Convert struct net_device uc_promisc to bool by Joe Perches · 13 years ago
  38. e3dbc46 net: Kobj and queues_kset should be used when CONFIG_XPS is enabled by Choi, Jong-Hwan · 13 years ago
  39. 7890a5b vlan: kill ndo_vlan_rx_register by Jiri Pirko · 13 years ago
  40. 033b114 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  41. b23b545 neigh: Kill hh_cache->hh_output by David S. Miller · 13 years ago
  42. 62f2a3a net: remove NETIF_F_ALL_TX_OFFLOADS by Michał Mirosław · 13 years ago
  43. fec30c3 net: unexport netdev_fix_features() by Michał Mirosław · 13 years ago
  44. f6b72b6 net: Embed hh_cache inside of struct neighbour. by David S. Miller · 13 years ago
  45. 5c25f68 net: Kill support for multiple hh_cache entries per neighbour by David S. Miller · 13 years ago
  46. e69dd33 net: Push protocol type directly down to header_ops->cache() by David S. Miller · 13 years ago
  47. e2270ea netdevice: Kill 'feature' test macros. by David S. Miller · 13 years ago
  48. b7f080c net: remove mm.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  49. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  50. bff5527 v2 ethtool: remove support for ETHTOOL_GRXNTUPLE by Alexander Duyck · 13 years ago
  51. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  52. 3019de1 net: Rework netdev_drivername() to avoid warning. by David S. Miller · 13 years ago
  53. 449f454 macvlan: remove one synchronize_rcu() call by Eric Dumazet · 13 years ago
  54. bdc220d netdevice.h: Align struct net_device members by Joe Perches · 13 years ago
  55. afe12cc net: introduce netdev_change_features() by Michał Mirosław · 13 years ago
  56. 7f267051 net: group FCoE related feature flags by Yi Zou · 13 years ago
  57. eed2a12 net: Allow ethtool to set interface in loopback mode. by Mahesh Bandewar · 13 years ago
  58. 8ae6dac ethtool: Call ethtool's get/set_settings callbacks with cleaned data by David Decotigny · 13 years ago
  59. fa2bd7f net: allow user to change NETIF_F_HIGHDMA by Michał Mirosław · 13 years ago
  60. 1742f18 net: fix netdev_increment_features() by Michał Mirosław · 13 years ago
  61. 0a14842 net: filter: Just In Time compiler for x86-64 by Eric Dumazet · 13 years ago
  62. 1aac626 net: vlan_features comment clarification by Michał Mirosław · 13 years ago
  63. c6e1a0d net: Allow no-cache copy from user on transmit by Tom Herbert · 13 years ago
  64. 083dd8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  65. 6cb6a27 net: Call netdev_features_change() from netdev_update_features() by Michał Mirosław · 13 years ago
  66. 4dd5ffe net: Fix dev dev_ethtool_get_rx_csum() for forced NETIF_F_RXCSUM by Michał Mirosław · 13 years ago
  67. 8a4eb57 net: introduce rx_handler results and logic around that by Jiri Pirko · 13 years ago
  68. e9bce84 net: add proper documentation for previously added net_device_ops for FCoE by Yi Zou · 13 years ago
  69. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  70. 8909c9a net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules by Vasiliy Kulikov · 13 years ago
  71. 6247e08 net: add ndo_fcoe_ddp_target() to support FCoE DDP in target mode by Yi Zou · 14 years ago
  72. 256ee43 netdevice: Convert printk to pr_info in netif_tx_stop_queue by Joe Perches · 13 years ago
  73. 23b4116 netdevice: make initial group visible to userspace by Vlad Dogaru · 13 years ago
  74. e83d360 net: introduce NETIF_F_RXCSUM by Michał Mirosław · 14 years ago
  75. 5455c69 net: Introduce new feature setting ops by Michał Mirosław · 14 years ago
  76. 0a41770 ethtool: factorize get/set_one_feature by Michał Mirosław · 14 years ago
  77. 212b573 ethtool: enable GSO and GRO by default by Michał Mirosław · 14 years ago
  78. fbaec0e rtnetlink: implement setting of master device by Jiri Pirko · 14 years ago
  79. 1765a57 net: make dev->master general by Jiri Pirko · 14 years ago
  80. d59cfde net: remove the unnecessary dance around skb_bond_should_drop by Jiri Pirko · 14 years ago
  81. ccf4343 net: fix dev_seq_next() by Eric Dumazet · 14 years ago
  82. acd1130 net: reduce and unify printk level in netdev_fix_features() by Michał Mirosław · 14 years ago
  83. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 14 years ago
  84. c445477 net: RPS: Enable hardware acceleration of RFS by Ben Hutchings · 14 years ago
  85. 4f57c08 net: implement mechanism for HW based QOS by John Fastabend · 14 years ago
  86. cbda10f net_device: add support for network device groups by Vlad Dogaru · 14 years ago
  87. 1ac9ad1 net: remove dev_txq_stats_fold() by Eric Dumazet · 14 years ago
  88. 36909ea net: Add alloc_netdev_mqs function by Tom Herbert · 14 years ago
  89. fc74121 net offloading: Pass features into netif_needs_gso(). by Jesse Gross · 14 years ago
  90. f01a523 net offloading: Generalize netif_get_vlan_features(). by Jesse Gross · 14 years ago
  91. 68763c8 trivial: Fix typo fault in netdevice.h by Michal Simek · 14 years ago
  92. b236da6 net: use NUMA_NO_NODE instead of the magic number -1 by Changli Gao · 14 years ago
  93. a3d22a6 bnx2x: Take the distribution range definition out of skb_tx_hash() by Vladislav Zolotarov · 14 years ago
  94. 941666c net: RCU conversion of dev_getbyhwaddr() and arp_ioctl() by Eric Dumazet · 14 years ago
  95. f2cd2d3 net sched: use xps information for qdisc NUMA affinity by Eric Dumazet · 14 years ago
  96. a417786 xps: add __rcu annotations by Eric Dumazet · 14 years ago
  97. bf26414 xps: Add CONFIG_XPS by Tom Herbert · 14 years ago
  98. 5a0d226 net: add netif_tx_queue_frozen_or_stopped by Eric Dumazet · 14 years ago
  99. 1d24eb4 xps: Transmit Packet Steering by Tom Herbert · 14 years ago
  100. 61391cd netdev: add rcu annotations to receive handler hook by stephen hemminger · 14 years ago