1. 956c920 net: fix get_net_ns_by_fd for !CONFIG_NET_NS by Stephen Rothwell · 13 years ago
  2. f063052 net: Allow setting the network namespace by fd by Eric W. Biederman · 13 years ago
  3. 13b6f57 ns proc: Add support for the network namespace. by Eric W. Biederman · 14 years ago
  4. 41c31f3 networking: inappropriate ioctl operation should return ENOTTY by Lifeng Sun · 13 years ago
  5. 31d8b9e net: Disable NETIF_F_TSO_ECN when TSO is disabled by Ben Hutchings · 13 years ago
  6. ea2d368 net: Disable all TSO features when SG is disabled by Ben Hutchings · 13 years ago
  7. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  8. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  9. 79b569f netdev: fix mtu check when TSO is enabled by Daniel Lezcano · 13 years ago
  10. cb1817b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  11. 673e63c net: fix ethtool->set_flags not intended -EINVAL return value by Stanislaw Gruszka · 13 years ago
  12. edf947f bridge: notify applications if address of bridge device changes by stephen hemminger · 13 years ago
  13. 3b261ad net: remove useless comments in net/core/dev.c by Amerigo Wang · 13 years ago
  14. 00a24705 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  15. 94dcf29 kthread: use kthread_create_on_node() by Eric Dumazet · 13 years ago
  16. 2766051 net: implement dev_disable_lro() hw_features compatibility by Michał Mirosław · 13 years ago
  17. ac0a121 net: fix incorrect spelling in drop monitor protocol by Neil Horman · 13 years ago
  18. 5e5069b ethtool: __ethtool_set_sg: check for function pointer before using it by Roger Luethi · 13 years ago
  19. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  20. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  21. 8a4eb57 net: introduce rx_handler results and logic around that by Jiri Pirko · 13 years ago
  22. 422e6c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  23. 326be7b Allow passing O_PATH descriptors via SCM_RIGHTS datagrams by Al Viro · 13 years ago
  24. 05aebe2 pktgen: bug fix in transmission headers with frags=0 by Daniel Turull · 13 years ago
  25. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  26. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  27. bef6e7e Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 13 years ago
  28. 8909c9a net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules by Vasiliy Kulikov · 13 years ago
  29. 03a14ab pktgen: fix errata in show results by Daniel Turull · 13 years ago
  30. e3f48d3 net: allow handlers to be processed for orig_dev by Jiri Pirko · 13 years ago
  31. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  32. 5a2ef920 inet: Remove unused sk_sndmsg_* from UFO by Herbert Xu · 13 years ago
  33. 63d8ea7 net: Forgot to commit net/core/dev.c part of Jiri's ->rx_handler patch. by David S. Miller · 13 years ago
  34. 5a698af bond: service netpoll arp queue on master device by Amerigo Wang · 13 years ago
  35. 080e413 netpoll: remove IFF_IN_NETPOLL flag by Amerigo Wang · 13 years ago
  36. 5aca1a9 net: handle addr_type of 0 properly by Hagen Paul Pfeifer · 13 years ago
  37. 39fc0ce net: Implement SFEATURES compatibility for not updated drivers by Michał Mirosław · 13 years ago
  38. 4e4db20 net: Fix ETHTOOL_GFEATURES compatibility by Michał Mirosław · 13 years ago
  39. 14d1232 net: avoid initial "Features changed" message by Michał Mirosław · 13 years ago
  40. 8e9b59b Fix "(unregistered net_device): Features changed" message by Michał Mirosław · 13 years ago
  41. dee9f4b net: Make flow cache paths use a const struct flowi. by David S. Miller · 13 years ago
  42. 2a3bcfd Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6 by David S. Miller · 13 years ago
  43. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  44. ceaaec9 net: deinit automatic LIST_HEAD by Eric Dumazet · 13 years ago
  45. f87e6f4 net: dont leave active on stack LIST_HEAD by Linus Torvalds · 13 years ago
  46. 3c7bd1a net: Add initial_ref arg to dst_alloc(). by David S. Miller · 13 years ago
  47. e83d360 net: introduce NETIF_F_RXCSUM by Michał Mirosław · 13 years ago
  48. da8ac86c net: use ndo_fix_features for ethtool_ops->set_flags by Michał Mirosław · 13 years ago
  49. 8679488 net: ethtool: use ndo_fix_features for offload setting by Michał Mirosław · 13 years ago
  50. 5455c69 net: Introduce new feature setting ops by Michał Mirosław · 13 years ago
  51. 0a41770 ethtool: factorize get/set_one_feature by Michał Mirosław · 13 years ago
  52. 340ae16 ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count() by Michał Mirosław · 13 years ago
  53. 212b573 ethtool: enable GSO and GRO by default by Michał Mirosław · 13 years ago
  54. 9a279ea ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct place by Michał Mirosław · 13 years ago
  55. 177b241 kbuild, mtd, net: a few comment typo fixes and rewording by Gilles Espinasse · 13 years ago
  56. 69a19ee net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLE by Ben Hutchings · 13 years ago
  57. f878b99 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6 by David S. Miller · 13 years ago
  58. 5c56580 net: Adjust TX queue kobjects if number of queues changes during unregister by Ben Hutchings · 13 years ago
  59. fbaec0e rtnetlink: implement setting of master device by Jiri Pirko · 13 years ago
  60. 1765a57 net: make dev->master general by Jiri Pirko · 13 years ago
  61. d59cfde net: remove the unnecessary dance around skb_bond_should_drop by Jiri Pirko · 13 years ago
  62. b6644cb net: rename group sysfs entry to netdev_group by Xiaotian Feng · 13 years ago
  63. 263fb5b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  64. 8d3bdbd net: Fix lockdep regression caused by initializing netdev queues too early. by David S. Miller · 13 years ago
  65. bd4a697 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  66. 6d152e2 gro: reset skb_iif on reuse by Andy Gospodarek · 13 years ago
  67. 8587523 net: Check rps_flow_table when RPS map length is 1 by Tom Herbert · 13 years ago
  68. 5403c8a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  69. 13ad177 net: Fix ip link add netns oops by Eric W. Biederman · 13 years ago
  70. 66c46d7 gro: Reset dev pointer on reuse by Herbert Xu · 13 years ago
  71. 725d1e1 ipv4: Attach FIB info to dst_default_metrics when possible by David S. Miller · 13 years ago
  72. ccf4343 net: fix dev_seq_next() by Eric Dumazet · 13 years ago
  73. 1397e17 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  74. c2aa366 net: add kmemcheck annotation in __alloc_skb() by Eric Dumazet · 13 years ago
  75. 6d3a9a6 net: fix validate_link_af in rtnetlink core by Kurt Van Dijck · 13 years ago
  76. 62fa8a8 net: Implement read-only protection and COW'ing of metrics. by David S. Miller · 13 years ago
  77. b4e69ac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  78. 26ad787 pktgen: speedup fragmented skbs by Eric Dumazet · 13 years ago
  79. a512b92 net: add sysfs entry for device group by Vlad Dogaru · 13 years ago
  80. b7c7d01 net: clear heap allocation for ethtool_get_regs() by Eugene Teo · 13 years ago
  81. acd1130 net: reduce and unify printk level in netdev_fix_features() by Michał Mirosław · 13 years ago
  82. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago
  83. 57422dc net: Move check of checksum features to netdev_fix_features() by Michał Mirosław · 13 years ago
  84. c445477 net: RPS: Enable hardware acceleration of RFS by Ben Hutchings · 13 years ago
  85. d1dc7ab GRO: fix merging a paged skb after non-paged skbs by Michal Schmidt · 13 years ago
  86. 5bdc22a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  87. e92427b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 13 years ago
  88. c506653 net: arp_ioctl() must hold RTNL by Eric Dumazet · 13 years ago
  89. bb134d2 net: netif_setup_tc() is static by Eric Dumazet · 13 years ago
  90. ffa934f rtnetlink: fix link attribute validation with IFLA_GROUP by Patrick McHardy · 13 years ago
  91. 6193d2b neigh: __rcu annotations by Eric Dumazet · 13 years ago
  92. a2da570 net_sched: RCU conversion of stab by Eric Dumazet · 13 years ago
  93. 3fbd875 net: dev_close_many() is static by Eric Dumazet · 13 years ago
  94. 4f57c08 net: implement mechanism for HW based QOS by John Fastabend · 13 years ago
  95. e7ed828 netlink: support setting devgroup parameters by Vlad Dogaru · 13 years ago
  96. cbda10f net_device: add support for network device groups by Vlad Dogaru · 13 years ago
  97. 1268afe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  98. d402786 net: fix can_checksum_protocol() arguments swap by Eric Dumazet · 13 years ago
  99. b8f3ab4 Revert "netlink: test for all flags of the NLM_F_DUMP composite" by David S. Miller · 13 years ago
  100. 80f8f10 net: filter: dont block softirqs in sk_run_filter() by Eric Dumazet · 13 years ago