1. 5455c69 net: Introduce new feature setting ops by Michał Mirosław · 13 years ago
  2. 0a41770 ethtool: factorize get/set_one_feature by Michał Mirosław · 13 years ago
  3. 340ae16 ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count() by Michał Mirosław · 13 years ago
  4. 212b573 ethtool: enable GSO and GRO by default by Michał Mirosław · 13 years ago
  5. 9a279ea ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct place by Michał Mirosław · 13 years ago
  6. 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
  7. 5c56580 net: Adjust TX queue kobjects if number of queues changes during unregister by Ben Hutchings · 13 years ago
  8. fbaec0e rtnetlink: implement setting of master device by Jiri Pirko · 13 years ago
  9. 1765a57 net: make dev->master general by Jiri Pirko · 13 years ago
  10. d59cfde net: remove the unnecessary dance around skb_bond_should_drop by Jiri Pirko · 13 years ago
  11. b6644cb net: rename group sysfs entry to netdev_group by Xiaotian Feng · 13 years ago
  12. 263fb5b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  13. 8d3bdbd net: Fix lockdep regression caused by initializing netdev queues too early. by David S. Miller · 13 years ago
  14. bd4a697 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  15. 6d152e2 gro: reset skb_iif on reuse by Andy Gospodarek · 13 years ago
  16. 8587523 net: Check rps_flow_table when RPS map length is 1 by Tom Herbert · 13 years ago
  17. 5403c8a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  18. 13ad177 net: Fix ip link add netns oops by Eric W. Biederman · 13 years ago
  19. 66c46d7 gro: Reset dev pointer on reuse by Herbert Xu · 13 years ago
  20. 725d1e1 ipv4: Attach FIB info to dst_default_metrics when possible by David S. Miller · 13 years ago
  21. ccf4343 net: fix dev_seq_next() by Eric Dumazet · 13 years ago
  22. 1397e17 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  23. c2aa366 net: add kmemcheck annotation in __alloc_skb() by Eric Dumazet · 13 years ago
  24. 6d3a9a6 net: fix validate_link_af in rtnetlink core by Kurt Van Dijck · 13 years ago
  25. 62fa8a8 net: Implement read-only protection and COW'ing of metrics. by David S. Miller · 13 years ago
  26. b4e69ac Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  27. 26ad787 pktgen: speedup fragmented skbs by Eric Dumazet · 13 years ago
  28. a512b92 net: add sysfs entry for device group by Vlad Dogaru · 13 years ago
  29. b7c7d01 net: clear heap allocation for ethtool_get_regs() by Eugene Teo · 13 years ago
  30. acd1130 net: reduce and unify printk level in netdev_fix_features() by Michał Mirosław · 13 years ago
  31. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago
  32. 57422dc net: Move check of checksum features to netdev_fix_features() by Michał Mirosław · 13 years ago
  33. c445477 net: RPS: Enable hardware acceleration of RFS by Ben Hutchings · 13 years ago
  34. d1dc7ab GRO: fix merging a paged skb after non-paged skbs by Michal Schmidt · 13 years ago
  35. 5bdc22a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  36. e92427b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 13 years ago
  37. c506653 net: arp_ioctl() must hold RTNL by Eric Dumazet · 13 years ago
  38. bb134d2 net: netif_setup_tc() is static by Eric Dumazet · 13 years ago
  39. ffa934f rtnetlink: fix link attribute validation with IFLA_GROUP by Patrick McHardy · 13 years ago
  40. 6193d2b neigh: __rcu annotations by Eric Dumazet · 13 years ago
  41. a2da570 net_sched: RCU conversion of stab by Eric Dumazet · 13 years ago
  42. 3fbd875 net: dev_close_many() is static by Eric Dumazet · 13 years ago
  43. 4f57c08 net: implement mechanism for HW based QOS by John Fastabend · 13 years ago
  44. e7ed828 netlink: support setting devgroup parameters by Vlad Dogaru · 13 years ago
  45. cbda10f net_device: add support for network device groups by Vlad Dogaru · 13 years ago
  46. 1268afe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  47. d402786 net: fix can_checksum_protocol() arguments swap by Eric Dumazet · 13 years ago
  48. b8f3ab4 Revert "netlink: test for all flags of the NLM_F_DUMP composite" by David S. Miller · 13 years ago
  49. 80f8f10 net: filter: dont block softirqs in sk_run_filter() by Eric Dumazet · 13 years ago
  50. a5db219 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  51. 6ee400a net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan. by Jesse Gross · 13 years ago
  52. d018b6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  53. 1ac9ad1 net: remove dev_txq_stats_fold() by Eric Dumazet · 13 years ago
  54. 27d189c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
  55. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  56. 464143c Merge branch 'master' of git://1984.lsi.us.es/net-2.6 by David S. Miller · 13 years ago
  57. 2fc72c7 netfilter: fix compilation when conntrack is disabled but tproxy is enabled by KOVACS Krisztian · 13 years ago
  58. bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 14 years ago
  59. 36909ea net: Add alloc_netdev_mqs function by Tom Herbert · 14 years ago
  60. 0363466 net offloading: Convert checksums to use centrally computed features. by Jesse Gross · 14 years ago
  61. 02932ce net offloading: Convert skb_need_linearize() to use precomputed features. by Jesse Gross · 14 years ago
  62. 91ecb63 net offloading: Convert dev_gso_segment() to use precomputed features. by Jesse Gross · 14 years ago
  63. fc74121 net offloading: Pass features into netif_needs_gso(). by Jesse Gross · 14 years ago
  64. f01a523 net offloading: Generalize netif_get_vlan_features(). by Jesse Gross · 14 years ago
  65. 9497a05 net offloading: Accept NETIF_F_HW_CSUM for all protocols. by Jesse Gross · 14 years ago
  66. 697d0e3 net: fix kernel-doc warning in core/filter.c by Randy Dunlap · 14 years ago
  67. 0ab03c2 netlink: test for all flags of the NLM_F_DUMP composite by Jan Engelhardt · 14 years ago
  68. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  69. 2c6607c net: add POLLPRI to sock_def_readable() by Eric Dumazet · 14 years ago
  70. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  71. e058464 Revert "ipv4: Allow configuring subnets as local addresses" by David S. Miller · 14 years ago
  72. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  73. 12b16da filter: optimize accesses to ancillary data by Eric Dumazet · 14 years ago
  74. 7097818 net: timestamp cloned packet in dev_queue_xmit_nit by Eric Dumazet · 14 years ago
  75. 5823118 pktgen: Remove unnecessary prefix from pr_<level> by Joe Perches · 14 years ago
  76. 4c306a9 net: kill unused macros by Shan Wei · 14 years ago
  77. 71d9dec net: increase skb->users instead of skb_clone() by Changli Gao · 14 years ago
  78. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  79. 55508d6 net: Use skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  80. fcbdf09 net: fix nulls list corruptions in sk_prot_alloc by Octavian Purdila · 14 years ago
  81. 4434572 net: factorize sync-rcu call in unregister_netdevice_many by Octavian Purdila · 14 years ago
  82. b236da6 net: use NUMA_NO_NODE instead of the magic number -1 by Changli Gao · 14 years ago
  83. a3d22a6 bnx2x: Take the distribution range definition out of skb_tx_hash() by Vladislav Zolotarov · 14 years ago
  84. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  85. a19faf0 net: fix skb_defer_rx_timestamp() by Eric Dumazet · 14 years ago
  86. e596e6e ethtool: Report link-down while interface is down by Ben Hutchings · 14 years ago
  87. a8d764b pktgen: adding prefetchw() call by Junchang Wang · 14 years ago
  88. 4bc65dd filter: use size of fetched data in __load_pointer() by Eric Dumazet · 14 years ago
  89. 68835ab net: optimize INET input path further by Eric Dumazet · 14 years ago
  90. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  91. 15c2d75f net: call dev_queue_xmit_nit() after skb_dst_drop() by Eric Dumazet · 14 years ago
  92. 62ab081 filter: constify sk_run_filter() by Eric Dumazet · 14 years ago
  93. 941666c net: RCU conversion of dev_getbyhwaddr() and arp_ioctl() by Eric Dumazet · 14 years ago
  94. aa94210 net: init ingress queue by Changli Gao · 14 years ago
  95. 6f107b5 net: Add missing lockdep class names for af_alg by Miloslav Trmač · 14 years ago
  96. 8917a3c Fix a typo in datagram.c and sctp/socket.c. by David Shwatrz · 14 years ago
  97. 2d5311e filter: add a security check at install time by Eric Dumazet · 14 years ago
  98. da2033c filter: add SKF_AD_RXHASH and SKF_AD_CPU by Eric Dumazet · 14 years ago
  99. 7903264 net: Fix too optimistic NETIF_F_HW_CSUM features by Michał Mirosław · 14 years ago
  100. 46bcf14 filter: fix sk_filter rcu handling by Eric Dumazet · 14 years ago