1. ce14f89 pktgen: refactor pg_init() code by WANG Cong · 14 years ago
  2. 68d5ac2 pktgen: use vzalloc_node() instead of vmalloc_node() + memset() by WANG Cong · 14 years ago
  3. 6df427f net: remove synchronize_net() from netdev_set_master() by Eric Dumazet · 14 years ago
  4. ac3d3f8 rtnetlink: ignore NETDEV_RELEASE and NETDEV_JOIN event by Amerigo Wang · 14 years ago
  5. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  6. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 14 years ago
  7. 449f454 macvlan: remove one synchronize_rcu() call by Eric Dumazet · 14 years ago
  8. eb04f2f Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  9. 6b60d7b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  10. 6882f93 ipv4: Kill RT_CACHE_DEBUG by David S. Miller · 14 years ago
  11. abb57ea net: add skb_dst_force() in sock_queue_err_skb() by Eric Dumazet · 14 years ago
  12. 9cbc94e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  13. 7cc31a9 net: ethtool: fix IPV6 checksum feature name string by Michał Mirosław · 14 years ago
  14. 604ae14 net: Change netdev_fix_features messages loglevel by Michael S. Tsirkin · 14 years ago
  15. 372b231 net: use hlist_del_rcu() in dev_change_name() by Eric Dumazet · 14 years ago
  16. 6f404e4 net: Change netdev_fix_features messages loglevel by Michał Mirosław · 14 years ago
  17. 2142c13 net: convert to new cpumask API by KOSAKI Motohiro · 14 years ago
  18. 0696c3a net:set valid name before calling ndo_init() by Peter Pan(潘卫平) · 14 years ago
  19. 29dd54b ethtool: Added support for FW dump by Anirban Chakraborty · 14 years ago
  20. afe12cc net: introduce netdev_change_features() by Michał Mirosław · 14 years ago
  21. 864b5418 ethtool: bring back missing comma in netdev features strings by Franco Fichtner · 14 years ago
  22. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 14 years ago
  23. e14a599 net: dev_close() should check IFF_UP by Eric Dumazet · 14 years ago
  24. 4940fc8 net: add mac_pton() for parsing MAC address by Alexey Dobriyan · 14 years ago
  25. 226bd34 net: use batched device unregister in veth and macvlan by Eric Dumazet · 14 years ago
  26. eed2a12 net: Allow ethtool to set interface in loopback mode. by Mahesh Bandewar · 14 years ago
  27. 47a0200 pktgen: use %pI6c for printing IPv6 addresses by Alexey Dobriyan · 14 years ago
  28. 1ab7b6a ethtool: remove phys_id from ethtool_ops by Stephen Hemminger · 14 years ago
  29. 04d4dfe net,rcu: convert call_rcu(net_generic_release) to kfree_rcu() by Lai Jiangshan · 14 years ago
  30. b55071e net,rcu: convert call_rcu(xps_dev_maps_release) to kfree_rcu() by Lai Jiangshan · 14 years ago
  31. edc86d8 net,rcu: convert call_rcu(xps_map_release) to kfree_rcu() by Lai Jiangshan · 14 years ago
  32. f6f8023 net,rcu: convert call_rcu(rps_map_release) to kfree_rcu() by Lai Jiangshan · 14 years ago
  33. fa81c0e net,rcu: convert call_rcu(free_dm_hw_stat) to kfree_rcu() by Lai Jiangshan · 14 years ago
  34. dad178f net,rcu: convert call_rcu(__gen_kill_estimator) to kfree_rcu() by Lai Jiangshan · 14 years ago
  35. 217f186 net,rcu: convert call_rcu(ha_rcu_free) to kfree_rcu() by Lai Jiangshan · 14 years ago
  36. 7143b7d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  37. 1c5cae8 net: call dev_alloc_name from register_netdevice by Jiri Pirko · 14 years ago
  38. 41c31f3 networking: inappropriate ioctl operation should return ENOTTY by Lifeng Sun · 14 years ago
  39. e67f88d net: dont hold rtnl mutex during netlink dump callbacks by Eric Dumazet · 14 years ago
  40. 8ae6dac ethtool: Call ethtool's get/set_settings callbacks with cleaned data by David Decotigny · 14 years ago
  41. 7d36a99 pktgen: create num frags requested by amit salecha · 14 years ago
  42. cf91166 net: Use non-zero allocations in dst_alloc(). by David S. Miller · 14 years ago
  43. 5c1e6aa net: Make dst_alloc() take more explicit initializations. by David S. Miller · 14 years ago
  44. 1742f18 net: fix netdev_increment_features() by Michał Mirosław · 14 years ago
  45. 0a14842 net: filter: Just In Time compiler for x86-64 by Eric Dumazet · 14 years ago
  46. 3aba891 bonding: move processing of recv handlers into handle_frame() by Jiri Pirko · 14 years ago
  47. 22d5969 net: make WARN_ON in dev_disable_lro() useful by Michał Mirosław · 14 years ago
  48. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 14 years ago
  49. 5f8629c net: fix hw_features ethtool_ops->set_flags compatibility by Michał Mirosław · 14 years ago
  50. e194342 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  51. 21f825e pktgen: Fix set-but-unused variable. by David S. Miller · 14 years ago
  52. 911cb19 net: minor cleanup to net_namespace.c. by Rob Landley · 14 years ago
  53. fce5592 ethtool: allow custom interval for physical identification by Allan, Bruce W · 14 years ago
  54. 8b5933c net: ethtool support to configure number of channels by amit salecha · 14 years ago
  55. 31d8b9e net: Disable NETIF_F_TSO_ECN when TSO is disabled by Ben Hutchings · 14 years ago
  56. ea2d368 net: Disable all TSO features when SG is disabled by Ben Hutchings · 14 years ago
  57. 8726748 net: add RTNL_ASSERT in __netdev_update_features() by Michał Mirosław · 14 years ago
  58. bcc6d47 net: vlan: make non-hw-accel rx path similar to hw-accel by Jiri Pirko · 14 years ago
  59. 143780c ethtool: time to blink provided in seconds not jiffies by Allan, Bruce W · 14 years ago
  60. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  61. 5d9f11c ethtool: prevent null pointer dereference with NTUPLE set but no set_rx_ntuple by Alexander Duyck · 14 years ago
  62. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 14 years ago
  63. 4c844d9 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6 by David S. Miller · 14 years ago
  64. 68f512f ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNL by Ben Hutchings · 14 years ago
  65. c6e1a0d net: Allow no-cache copy from user on transmit by Tom Herbert · 14 years ago
  66. 6cb6a27 net: Call netdev_features_change() from netdev_update_features() by Michał Mirosław · 14 years ago
  67. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  68. 79b569f netdev: fix mtu check when TSO is enabled by Daniel Lezcano · 14 years ago
  69. cb1817b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  70. 673e63c net: fix ethtool->set_flags not intended -EINVAL return value by Stanislaw Gruszka · 14 years ago
  71. edf947f bridge: notify applications if address of bridge device changes by stephen hemminger · 14 years ago
  72. 3b261ad net: remove useless comments in net/core/dev.c by Amerigo Wang · 14 years ago
  73. 00a2470 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  74. 94dcf29 kthread: use kthread_create_on_node() by Eric Dumazet · 14 years ago
  75. 2766051 net: implement dev_disable_lro() hw_features compatibility by Michał Mirosław · 14 years ago
  76. ac0a121 net: fix incorrect spelling in drop monitor protocol by Neil Horman · 14 years ago
  77. 5e5069b ethtool: __ethtool_set_sg: check for function pointer before using it by Roger Luethi · 14 years ago
  78. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  79. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  80. 8a4eb57 net: introduce rx_handler results and logic around that by Jiri Pirko · 14 years ago
  81. 422e6c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  82. 326be7b Allow passing O_PATH descriptors via SCM_RIGHTS datagrams by Al Viro · 14 years ago
  83. 05aebe2 pktgen: bug fix in transmission headers with frags=0 by Daniel Turull · 14 years ago
  84. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 14 years ago
  85. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  86. bef6e7e Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  87. 8909c9a net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules by Vasiliy Kulikov · 14 years ago
  88. 03a14ab pktgen: fix errata in show results by Daniel Turull · 14 years ago
  89. e3f48d3 net: allow handlers to be processed for orig_dev by Jiri Pirko · 14 years ago
  90. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  91. 5a2ef92 inet: Remove unused sk_sndmsg_* from UFO by Herbert Xu · 14 years ago
  92. 63d8ea7 net: Forgot to commit net/core/dev.c part of Jiri's ->rx_handler patch. by David S. Miller · 14 years ago
  93. 5a698af bond: service netpoll arp queue on master device by Amerigo Wang · 14 years ago
  94. 080e413 netpoll: remove IFF_IN_NETPOLL flag by Amerigo Wang · 14 years ago
  95. 5aca1a9 net: handle addr_type of 0 properly by Hagen Paul Pfeifer · 14 years ago
  96. 39fc0ce net: Implement SFEATURES compatibility for not updated drivers by Michał Mirosław · 14 years ago
  97. 4e4db20 net: Fix ETHTOOL_GFEATURES compatibility by Michał Mirosław · 14 years ago
  98. 14d1232 net: avoid initial "Features changed" message by Michał Mirosław · 14 years ago
  99. 8e9b59b Fix "(unregistered net_device): Features changed" message by Michał Mirosław · 14 years ago
  100. dee9f4b net: Make flow cache paths use a const struct flowi. by David S. Miller · 14 years ago