1. 1268afe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  2. d402786 net: fix can_checksum_protocol() arguments swap by Eric Dumazet · 14 years ago
  3. b8f3ab4 Revert "netlink: test for all flags of the NLM_F_DUMP composite" by David S. Miller · 14 years ago
  4. 6ee400a net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan. by Jesse Gross · 14 years ago
  5. d018b6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  6. 1ac9ad1 net: remove dev_txq_stats_fold() by Eric Dumazet · 14 years ago
  7. 27d189c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  8. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  9. 464143c Merge branch 'master' of git://1984.lsi.us.es/net-2.6 by David S. Miller · 14 years ago
  10. 2fc72c7 netfilter: fix compilation when conntrack is disabled but tproxy is enabled by KOVACS Krisztian · 14 years ago
  11. bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 14 years ago
  12. 36909ea net: Add alloc_netdev_mqs function by Tom Herbert · 14 years ago
  13. 0363466 net offloading: Convert checksums to use centrally computed features. by Jesse Gross · 14 years ago
  14. 02932ce net offloading: Convert skb_need_linearize() to use precomputed features. by Jesse Gross · 14 years ago
  15. 91ecb63 net offloading: Convert dev_gso_segment() to use precomputed features. by Jesse Gross · 14 years ago
  16. fc74121 net offloading: Pass features into netif_needs_gso(). by Jesse Gross · 14 years ago
  17. f01a523 net offloading: Generalize netif_get_vlan_features(). by Jesse Gross · 14 years ago
  18. 9497a05 net offloading: Accept NETIF_F_HW_CSUM for all protocols. by Jesse Gross · 14 years ago
  19. 697d0e3 net: fix kernel-doc warning in core/filter.c by Randy Dunlap · 14 years ago
  20. 0ab03c2 netlink: test for all flags of the NLM_F_DUMP composite by Jan Engelhardt · 14 years ago
  21. 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
  22. 2c6607c net: add POLLPRI to sock_def_readable() by Eric Dumazet · 14 years ago
  23. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  24. e058464 Revert "ipv4: Allow configuring subnets as local addresses" by David S. Miller · 14 years ago
  25. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  26. 12b16da filter: optimize accesses to ancillary data by Eric Dumazet · 14 years ago
  27. 7097818 net: timestamp cloned packet in dev_queue_xmit_nit by Eric Dumazet · 14 years ago
  28. 5823118 pktgen: Remove unnecessary prefix from pr_<level> by Joe Perches · 14 years ago
  29. 4c306a9 net: kill unused macros by Shan Wei · 14 years ago
  30. 71d9dec net: increase skb->users instead of skb_clone() by Changli Gao · 14 years ago
  31. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  32. 55508d6 net: Use skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  33. fcbdf09 net: fix nulls list corruptions in sk_prot_alloc by Octavian Purdila · 14 years ago
  34. 4434572 net: factorize sync-rcu call in unregister_netdevice_many by Octavian Purdila · 14 years ago
  35. b236da6 net: use NUMA_NO_NODE instead of the magic number -1 by Changli Gao · 14 years ago
  36. a3d22a6 bnx2x: Take the distribution range definition out of skb_tx_hash() by Vladislav Zolotarov · 14 years ago
  37. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  38. a19faf0 net: fix skb_defer_rx_timestamp() by Eric Dumazet · 14 years ago
  39. e596e6e ethtool: Report link-down while interface is down by Ben Hutchings · 14 years ago
  40. a8d764b pktgen: adding prefetchw() call by Junchang Wang · 14 years ago
  41. 4bc65dd filter: use size of fetched data in __load_pointer() by Eric Dumazet · 14 years ago
  42. 68835ab net: optimize INET input path further by Eric Dumazet · 14 years ago
  43. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  44. 15c2d75f net: call dev_queue_xmit_nit() after skb_dst_drop() by Eric Dumazet · 14 years ago
  45. 62ab081 filter: constify sk_run_filter() by Eric Dumazet · 14 years ago
  46. 941666c net: RCU conversion of dev_getbyhwaddr() and arp_ioctl() by Eric Dumazet · 14 years ago
  47. aa94210 net: init ingress queue by Changli Gao · 14 years ago
  48. 6f107b5 net: Add missing lockdep class names for af_alg by Miloslav Trmač · 14 years ago
  49. 8917a3c Fix a typo in datagram.c and sctp/socket.c. by David Shwatrz · 14 years ago
  50. 2d5311e filter: add a security check at install time by Eric Dumazet · 14 years ago
  51. da2033c filter: add SKF_AD_RXHASH and SKF_AD_CPU by Eric Dumazet · 14 years ago
  52. 7903264 net: Fix too optimistic NETIF_F_HW_CSUM features by Michał Mirosław · 14 years ago
  53. 46bcf14 filter: fix sk_filter rcu handling by Eric Dumazet · 14 years ago
  54. ca44ac3 net: don't reallocate skb->head unless the current one hasn't the needed extra size or is shared by Changli Gao · 14 years ago
  55. 493f377 tcp: Add timewait recycling bits to ipv6 connect code. by David S. Miller · 14 years ago
  56. f2cd2d3 net sched: use xps information for qdisc NUMA affinity by Eric Dumazet · 14 years ago
  57. a417786 xps: add __rcu annotations by Eric Dumazet · 14 years ago
  58. b02038a xps: NUMA allocations for per cpu data by Eric Dumazet · 14 years ago
  59. bf26414 xps: Add CONFIG_XPS by Tom Herbert · 14 years ago
  60. 5a0d226 net: add netif_tx_queue_frozen_or_stopped by Eric Dumazet · 14 years ago
  61. cf7afbf rtnl: make link af-specific updates atomic by Thomas Graf · 14 years ago
  62. 1d24eb4 xps: Transmit Packet Steering by Tom Herbert · 14 years ago
  63. 3853b58 xps: Improvements in TX queue selection by Tom Herbert · 14 years ago
  64. bba14de scm: lower SCM_MAX_FD by Eric Dumazet · 14 years ago
  65. 551eaff pktgen: allow faster module unload by Eric Dumazet · 14 years ago
  66. 7a1c8e5 net: allow GFP_HIGHMEM in __vmalloc() by Eric Dumazet · 14 years ago
  67. 2491242 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  68. c26aed4 filter: use reciprocal divide by Eric Dumazet · 14 years ago
  69. 8c1592d filter: cleanup codes[] init by Eric Dumazet · 14 years ago
  70. 93aaae2 filter: optimize sk_run_filter by Eric Dumazet · 14 years ago
  71. 0302b86 net: fix kernel-doc for sk_filter_rcu_release by Randy Dunlap · 14 years ago
  72. 4c3710a net: move definitions of BPF_S_* to net/core/filter.c by Changli Gao · 14 years ago
  73. cba328f filter: Optimize instruction revalidation code. by Tetsuo Handa · 14 years ago
  74. 9e50e3a net: add priority field to pktgen by John Fastabend · 14 years ago
  75. 7d8e76b net: zero kobject in rx_queue_release by John Fastabend · 14 years ago
  76. 9ea1948 net: zero kobject in rx_queue_release by John Fastabend · 14 years ago
  77. f8ff182 rtnetlink: Link address family API by Thomas Graf · 14 years ago
  78. 6b35308 net: Export netif_get_vlan_features(). by David S. Miller · 14 years ago
  79. fe82224 net: Simplify RX queue allocation by Tom Herbert · 14 years ago
  80. ed9af2e net: Move TX queue allocation to alloc_netdev_mq by Tom Herbert · 14 years ago
  81. 58e998c offloading: Force software GSO for multiple vlan tags. by Jesse Gross · 14 years ago
  82. c8d5bcd offloading: Support multiple vlan tags in GSO. by Jesse Gross · 14 years ago
  83. e1e78db offloading: Make scatter/gather more tolerant of vlans. by Jesse Gross · 14 years ago
  84. c25ecd0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  85. 369cf77 rtnetlink: Fix message size calculation for link messages by Thomas Graf · 14 years ago
  86. 8d987e5 net: avoid limits overflow by Eric Dumazet · 14 years ago
  87. 57fe93b filter: make sure filters dont read uninitialized memory by David S. Miller · 14 years ago
  88. 332dd96 net/dst: dst_dev_event() called after other notifiers by Eric Dumazet · 14 years ago
  89. b194a36 net/core/dev.c: Update WARN uses by Joe Perches · 14 years ago
  90. eb58906 pktgen: correct uninitialized queue_map by Junchang Wang · 14 years ago
  91. 86c2c0a NET: pktgen - fix compile warning by Dmitry Torokhov · 14 years ago
  92. df32cc1 net: check queue_index from sock is valid for device by Tom Herbert · 14 years ago
  93. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  94. 448d7b5 pktgen: Limit how much data we copy onto the stack. by Nelson Elhage · 14 years ago
  95. 8acfe46 net: Limit socket I/O iovec total length to INT_MAX. by David S. Miller · 14 years ago
  96. 7a2b03c fib_rules: __rcu annotates ctarget by Eric Dumazet · 14 years ago
  97. 66c68bc net: NETIF_F_HW_CSUM does not imply FCoE CRC offload by Ben Hutchings · 14 years ago
  98. af1905d net: Fix some corner cases in dev_can_checksum() by Ben Hutchings · 14 years ago
  99. ebb9fed fib: fix fib_nl_newrule() by Eric Dumazet · 14 years ago
  100. 0d7da9d net: add __rcu annotation to sk_filter by Eric Dumazet · 14 years ago