1. 61b8013 stmmac: Allow SOCs to use Store forward mode eventhough tx_coe is 0. (V2) by Srinivas Kandagatla · 13 years ago
  2. d3aaeb3 net: Add ->neigh_lookup() operation to dst_ops by David S. Miller · 13 years ago
  3. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  4. 9cbb7ec ipv6: Get rid of rt6i_nexthop macro. by David S. Miller · 13 years ago
  5. 8f40b16 neigh: Pass neighbour entry to output ops. by David S. Miller · 13 years ago
  6. 69ecca8 net: vlan, qlcnic: make vlan_find_dev private by David Lamparter · 13 years ago
  7. 178edcb net: add 802.1ad / 802.1ah / QinQ ethertypes by David Lamparter · 13 years ago
  8. 542d4d6 neigh: Kill ndisc_ops->queue_xmit by David S. Miller · 13 years ago
  9. b23b545 neigh: Kill hh_cache->hh_output by David S. Miller · 13 years ago
  10. 47ec132 neigh: Kill neigh_ops->hh_output by David S. Miller · 13 years ago
  11. 05e3aa0 net: Create and use new helper, neigh_output(). by David S. Miller · 13 years ago
  12. 95a943c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  13. e20e694 net: remove SK_ROUTE_CAPS from meta ematch by Michał Mirosław · 13 years ago
  14. fec30c3 net: unexport netdev_fix_features() by Michał Mirosław · 13 years ago
  15. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  16. f6b72b6 net: Embed hh_cache inside of struct neighbour. by David S. Miller · 13 years ago
  17. 51414d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  18. 5d7d5d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  19. f39b2dd9 mmc: core: Bus width testing needs to handle suspend/resume by Philip Rakity · 13 years ago
  20. 95acac6 mac80211: allow driver to disconnect after resume by Johannes Berg · 13 years ago
  21. 5c25f68 net: Kill support for multiple hh_cache entries per neighbour by David S. Miller · 13 years ago
  22. e69dd33 net: Push protocol type directly down to header_ops->cache() by David S. Miller · 13 years ago
  23. 3769cff ipv4: Inline neigh binding. by David Miller · 13 years ago
  24. 8d86e5f Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  25. d93a881 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  26. e2270ea netdevice: Kill 'feature' test macros. by David S. Miller · 13 years ago
  27. 4915a0d net: introduce __netdev_alloc_skb_ip_align by Eric Dumazet · 13 years ago
  28. a63fdc5 mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a header by Benjamin Herrenschmidt · 13 years ago
  29. c15000b Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 13 years ago
  30. af71ff8 cfg80211: fix docbook by Johannes Berg · 13 years ago
  31. 615f7b9 mac80211: add driver RSSI threshold events by Meenakshi Venkataraman · 13 years ago
  32. 4b42c54 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 by John W. Linville · 13 years ago
  33. f610b74 ipv4: Use universal hash for ARP. by David S. Miller · 13 years ago
  34. cd08933 neigh: Store hash shift instead of mask. by David S. Miller · 13 years ago
  35. e2fd318 Bluetooth: Fixes l2cap "command reject" reply according to spec by Ilia Kolomisnky · 13 years ago
  36. d84e0bd skbuff: update struct sk_buff members comments by Daniel Baluta · 13 years ago
  37. f607e7f w1: ds1wm: add a reset recovery parameter by Jean-François Dagenais · 13 years ago
  38. 8f36011 Bluetooth: Add support for returning the encryption key size by Vinicius Costa Gomes · 13 years ago
  39. 726b4ff Bluetooth: Add support for storing the key size by Vinicius Costa Gomes · 13 years ago
  40. 0eb08e3 Bluetooth: Remove unused field in hci_conn by Vinicius Costa Gomes · 13 years ago
  41. 75d262c Bluetooth: Add functions to manipulate the link key list for SMP by Vinicius Costa Gomes · 13 years ago
  42. 34918cd Bluetooth: Add new structures for supporting SM key distribution by Vinicius Costa Gomes · 13 years ago
  43. 7034b91 Bluetooth: Add support for SMP phase 3 (key distribution) by Vinicius Costa Gomes · 13 years ago
  44. cd4fcc7 sctp: ABORT if receive, reassmbly, or reodering queue is not empty while closing socket by Thomas Graf · 13 years ago
  45. 1a84ff7 cfg80211: return -ENOENT when stopping sched_scan while not running by Luciano Coelho · 13 years ago
  46. 42d9879 mac80211: allow driver to generate P1K for IV32 by Johannes Berg · 13 years ago
  47. 3ea542d mac80211: allow drivers to access key sequence counter by Johannes Berg · 13 years ago
  48. 523b02e mac80211: fix TKIP races, make API easier to use by Johannes Berg · 13 years ago
  49. 204d164 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  50. f8d9605 sctp: Enforce retransmission limit during shutdown by Thomas Graf · 13 years ago
  51. 2a9d6df Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  52. c902ce1 FS-Cache: Add a helper to bulk uncache pages on an inode by David Howells · 13 years ago
  53. 27a3b73 Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  54. 85746e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  55. fadd192 Bluetooth: Remove L2CAP busy queue by Mat Martineau · 13 years ago
  56. e328140 Bluetooth: Use event-driven approach for handling ERTM receive buffer by Mat Martineau · 13 years ago
  57. 338e9e1 [media] tuner-core/v4l2-subdev: document that the type field has to be filled in by Hans Verkuil · 13 years ago
  58. e206fc5 [media] v4l2-subdev.h: remove unused s_mode tuner op by Hans Verkuil · 13 years ago
  59. 659fb32 genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd) by Simon Guinot · 13 years ago
  60. a6686f2 skbuff: skb supports zero-copy buffers by Shirley Ma · 13 years ago
  61. 1cdebb4 sock.h: Add a new sock zero-copy flag by Shirley Ma · 13 years ago
  62. eead27d Bluetooth: Add lmp_host_le_capable() macro by Andre Guedes · 13 years ago
  63. e6100a2 Bluetooth: Add enable_le module parameter by Andre Guedes · 13 years ago
  64. f9b4930 Bluetooth: Write LE Host Supported command by Andre Guedes · 13 years ago
  65. 971e3a4 Bluetooth: Add extfeatures to struct hci_dev by Andre Guedes · 13 years ago
  66. de3796e Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 13 years ago
  67. c68f4b8 mac80211: support GTK rekey offload by Johannes Berg · 13 years ago
  68. e5497d7 cfg80211/nl80211: support GTK rekey offload by Johannes Berg · 13 years ago
  69. 830af02 mac80211: allow driver to iterate keys by Johannes Berg · 13 years ago
  70. dc7f9f6 net: sched: constify tcf_proto and tc_action by Eric Dumazet · 13 years ago
  71. 95ec3eb packet: Add 'cpu' fanout policy. by David S. Miller · 13 years ago
  72. 5b7f762 dcbnl: Add CEE notification by Shmulik Ravid · 13 years ago
  73. 37cf4d1 dcbnl: Aggregated CEE GET operation by Shmulik Ravid · 13 years ago
  74. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  75. 7736d33 packet: Add pre-defragmentation support for ipv4 fanouts. by David S. Miller · 13 years ago
  76. 595fc71 ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET. by David S. Miller · 13 years ago
  77. dc99f60 packet: Add fanout support. by David S. Miller · 13 years ago
  78. 994635a Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  79. 23b7869 NFC: add the NFC socket raw protocol by Lauro Ramos Venancio · 13 years ago
  80. c7fe3b5 NFC: add NFC socket family by Aloisio Almeida Jr · 13 years ago
  81. 4d12b8b NFC: add nfc generic netlink interface by Lauro Ramos Venancio · 13 years ago
  82. 3e256b8 NFC: add nfc subsystem core by Lauro Ramos Venancio · 13 years ago
  83. 2b4562d mac80211: allow driver to impose WoWLAN restrictions by Johannes Berg · 13 years ago
  84. 304e21b ssb: PCI revision ID register is 8-bit wide by Sergei Shtylyov · 13 years ago
  85. e4c2fb0 sched: Disable (revert) SCHED_LOAD_SCALE increase by Peter Zijlstra · 13 years ago
  86. aababb9 Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-3.x by Linus Torvalds · 13 years ago
  87. 234b921 netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_dev by Joe Perches · 13 years ago
  88. 8aa7ad9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  89. 957c665 ipv6: Don't put artificial limit on routing table size. by David S. Miller · 13 years ago
  90. 4e985ad rtnl: provide link dump consistency info by Thomas Graf · 13 years ago
  91. f8c1fbd Bluetooth: Clean up unused struct hci_conn items by Gustavo F. Padovan · 13 years ago
  92. 60c2ce2 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 13 years ago
  93. 0209bcd net: add external loopback test in ethtool self test by Amit Kumar Salecha · 13 years ago
  94. e1447d8 Bluetooth: Add bt_printk by Joe Perches · 13 years ago
  95. e175072 Bluetooth: Rename function bt_err to bt_to_errno by Joe Perches · 13 years ago
  96. df2cbe4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  97. 690b0ca Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem by John W. Linville · 13 years ago
  98. 4f3c7a1 ALSA: sb16 - Fix build errors on MIPS and others with 13bit ioctl size by Takashi Iwai · 13 years ago
  99. 7b28afe Merge branch 'for-3.0-important' of git://git.drbd.org/linux-2.6-drbd into for-linus by Jens Axboe · 13 years ago
  100. 15b493d drbd: fix limit define, we support 1 PiByte now by Lars Ellenberg · 13 years ago