1. 85a7045 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 · 14 years ago
  2. 29546a6 ipv6: Use ERR_CAST in addrconf_dst_alloc. by David S. Miller · 14 years ago
  3. a45d49d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6 by David S. Miller · 14 years ago
  4. e066008 ipv4: Fix __ip_dev_find() to use ifa_local instead of ifa_address. by David S. Miller · 14 years ago
  5. d276055 net_sched: reduce fifo qdisc size by Eric Dumazet · 14 years ago
  6. c53fa1e netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms by Patrick McHardy · 14 years ago
  7. 06dc94b ipv4: Fix crash in dst_release when udp_sendmsg route lookup fails. by David S. Miller · 14 years ago
  8. a52055e ixgbe: cleanup copyright string for 2011 by Don Skidmore · 14 years ago
  9. 5e65510 ixgbe: add function pointer for semaphore function by Don Skidmore · 14 years ago
  10. 93cb38d ixgbe: X540 Cleanup by Greg Rose · 14 years ago
  11. 75f19c3 ixgbe: cleanup handling of I2C interface to PHY by Emil Tantilov · 14 years ago
  12. 278675d ixgbe: store permanent address before initializing Rx addresses by Emil Tantilov · 14 years ago
  13. 8c7bea3 ixgbe: Numerous whitespace / formatting cleanups by Emil Tantilov · 14 years ago
  14. 63d778d ixgbe: Specific check for 100 Full link speed by Emil Tantilov · 14 years ago
  15. 79d5892 ixgbe: Drop unused code for setting up unicast addresses by Emil Tantilov · 14 years ago
  16. 80960ab ixgbe: rework ixgbe MTA handling to not drop packets by Emil Tantilov · 14 years ago
  17. b60c5dd ixgbe: cleanup X540 PHY reset function pointer by Don Skidmore · 14 years ago
  18. c700f4e ixgbe: Bounds checking for set_rar, clear_rar, set_vmdq, clear_vmdq by Emil Tantilov · 14 years ago
  19. 26d6899 ixgbe: Fill out PCIe speed and width enums with values by Emil Tantilov · 14 years ago
  20. 1783575 ixgbe: add polling test to end of PHY reset by Emil Tantilov · 14 years ago
  21. 48de36c ixgbe: Check link wants report current link state by Emil Tantilov · 14 years ago
  22. 76d97dd ixgbe: cleanup code in ixgbe_identify_sfp_module_generic by Emil Tantilov · 14 years ago
  23. a4297dc ixgbe: Add ability to double reset on failure to clear master enable by Emil Tantilov · 14 years ago
  24. 21cc5b4 ixgbe: set media type for 82599 T3 LOM by Emil Tantilov · 14 years ago
  25. 894ff7c ixgbe: balance free_irq calls with request_irq calls by Alexander Duyck · 14 years ago
  26. dbf893e ixgbe: cleanup logic related to HW semaphores by Emil Tantilov · 14 years ago
  27. 888be1a ixgbe: cleanup wake on LAN defines by Emil Tantilov · 14 years ago
  28. c82a538 ixgbevf: Fix Compiler Warnings by Greg Rose · 14 years ago
  29. 3b668a7 igb: Fix strncpy calls to be safe per source code review tools by Carolyn Wyborny · 14 years ago
  30. 93ed835 igb: Fix reg pattern test in ethtool for i350 devices by Carolyn Wyborny · 14 years ago
  31. 9b082d7 igb: warn if max_vfs limit is exceeded by Stefan Assmann · 14 years ago
  32. 1558310 cxgb{3,4}*: improve Kconfig dependencies by Dimitris Michailidis · 14 years ago
  33. dc6ed1d dcbnl: add support for retrieving peer configuration - cee by Shmulik Ravid · 14 years ago
  34. eed8471 dcbnl: add support for retrieving peer configuration - ieee by Shmulik Ravid · 14 years ago
  35. 23b4116 netdevice: make initial group visible to userspace by Vlad Dogaru · 14 years ago
  36. 5bfa787 ipv4: ip_route_output_key() is better as an inline. by David S. Miller · 14 years ago
  37. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 14 years ago
  38. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 14 years ago
  39. 3872b28 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  40. 07df529 inet: Replace left-over references to inet->cork by Herbert Xu · 14 years ago
  41. 7f6daa6 pfkey: fix warning by Stephen Hemminger · 14 years ago
  42. b42835d ipv6: Make icmp route lookup code a bit clearer. by David S. Miller · 14 years ago
  43. f6d460c ipv4: Make icmp route lookup code a bit clearer. by David S. Miller · 14 years ago
  44. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 14 years ago
  45. 69ead7a ipv6: Normalize arguments to ip6_dst_blackhole(). by David S. Miller · 14 years ago
  46. 80c0bc9 xfrm: Kill XFRM_LOOKUP_WAIT flag. by David S. Miller · 14 years ago
  47. a141471 ipv6: Change final dst lookup arg name to "can_sleep" by David S. Miller · 14 years ago
  48. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 14 years ago
  49. 5df65e5 net: Add FLOWI_FLAG_CAN_SLEEP. by David S. Miller · 14 years ago
  50. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 14 years ago
  51. abdf7e7 ipv4: Can final ip_route_connect() arg to boolean "can_sleep". by David S. Miller · 14 years ago
  52. 68d0c6d ipv6: Consolidate route lookup sequences. by David S. Miller · 14 years ago
  53. 903ab86 udp: Add lockless transmit path by Herbert Xu · 14 years ago
  54. f6b9664 udp: Switch to ip_finish_skb by Herbert Xu · 14 years ago
  55. 1c32c5a inet: Add ip_make_skb and ip_finish_skb by Herbert Xu · 14 years ago
  56. 1470ddf inet: Remove explicit write references to sk/inet in ip_append_data by Herbert Xu · 14 years ago
  57. 5a2ef920 inet: Remove unused sk_sndmsg_* from UFO by Herbert Xu · 14 years ago
  58. 9836f40 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
  59. e46395a mac80211: make rate control Kconfig warning depend on mac80211 by Johannes Berg · 14 years ago
  60. 27b4eb2 b43: N-PHY: rev3+: add static tables by Rafał Miłecki · 14 years ago
  61. 375ff4c rtlwifi: Fix error registering rate-control by Chaoming Li · 14 years ago
  62. 3af6334 mac80211: add support for showing the last rx bitrate by Felix Fietkau · 14 years ago
  63. c8dcfd8 cfg80211: add a field for the bitrate of the last rx data packet from a station by Felix Fietkau · 14 years ago
  64. e7a2a4f ath9k_htc: Handle BSSID/AID for multiple interfaces by Sujith Manoharan · 14 years ago
  65. 6d84b98 sfc: Bump version to 3.1 by Ben Hutchings · 14 years ago
  66. 5fb6b06 sfc: Remove configurable FIFO thresholds for pause frame generation by Ben Hutchings · 14 years ago
  67. 119226c sfc: Expose TX push and TSO counters through ethtool statistics by Ben Hutchings · 14 years ago
  68. 0a6f40c sfc: Update copyright dates by Ben Hutchings · 14 years ago
  69. a461103 sfc: Do not read STAT1.FAULT in efx_mdio_check_mmd() by Ben Hutchings · 14 years ago
  70. e5f0fd2 sfc: Read MC firmware version when requested through ethtool by Ben Hutchings · 14 years ago
  71. a526f14 sfc: Reduce size of efx_rx_buffer further by removing data member by Steve Hodgson · 14 years ago
  72. 8ba5366 sfc: Reduce size of efx_rx_buffer by unionising skb and page by Steve Hodgson · 14 years ago
  73. e364a34 bonding: use the correct size for _simple_hash() by Amerigo Wang · 14 years ago
  74. 8da83f8 enic: Flush driver cache of registered addr lists during port profile disassociate by Roopa Prabhu · 14 years ago
  75. 85e6b8c DM9000: Allow randomised ethernet address by Ben Dooks · 14 years ago
  76. 6f2e154 qla3xxx: add missing __iomem annotation by stephen hemminger · 14 years ago
  77. 4ec952b bonding: fix sparse warning by stephen hemminger · 14 years ago
  78. a693e69 net: TX timestamps for IPv6 UDP packets by Anders Berggren · 14 years ago
  79. eaaa3a7 sis900: use pci_dev->revision by Sergei Shtylyov · 14 years ago
  80. 696ea47 llc: avoid skb_clone() if there is only one handler by Changli Gao · 14 years ago
  81. 9850767 bnx2x: use dcb_setapp to manage negotiated application tlvs by Shmulik Ravid · 14 years ago
  82. ff938e4 net: use pci_dev->revision, again by Sergei Shtylyov · 14 years ago
  83. 6728994 iwlwifi: move remaining iwl-agn-rx.c code into iwl-rx.c by Stanislaw Gruszka · 14 years ago
  84. ad6e82a iwlwifi: move check health code into iwl-rx.c by Stanislaw Gruszka · 14 years ago
  85. b7977ff iwlwifi: add {ack,plpc}_check module parameters by Stanislaw Gruszka · 14 years ago
  86. 8a032c1 iwlegacy: fix dma mappings and skbs leak by Stanislaw Gruszka · 14 years ago
  87. 387f338 iwlwifi: fix dma mappings and skbs leak by Stanislaw Gruszka · 14 years ago
  88. 1517853 ath9k: Fix incorrect GPIO LED pin for AR9485 by Senthil Balasubramanian · 14 years ago
  89. 0cf55c2 ath9k: use generic mac80211 LED blinking code by Felix Fietkau · 14 years ago
  90. a5a7103 p54: fix a NULL pointer dereference bug by Felix Fietkau · 14 years ago
  91. c2a7dca0 rtlwifi: fix places where uninitialized data is used by Alessio Igor Bogani · 14 years ago
  92. 701c2be rtlwifi: Add the missing rcu_read_lock/unlock by Alessio Igor Bogani · 14 years ago
  93. c3371d6 iwlwifi: remove duplicate initialization by Dan Carpenter · 14 years ago
  94. d45dcef Bluetooth: Fix BT_L2CAP and BT_SCO in Kconfig by Gustavo F. Padovan · 14 years ago
  95. f54b92b Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6 by John W. Linville · 14 years ago
  96. 10889f1 at76c50x-usb: fix warning caused by at76_mac80211_tx now returning void by John W. Linville · 14 years ago
  97. 63d8ea7 net: Forgot to commit net/core/dev.c part of Jiri's ->rx_handler patch. by David S. Miller · 14 years ago
  98. 8a80c79 netfilter: nf_ct_tcp: fix out of sync scenario while in SYN_RECV by Pablo Neira Ayuso · 14 years ago
  99. 5b2c4dd net: convert bonding to use rx_handler by Jiri Pirko · 14 years ago
  100. e3dfa38 xfrm: Pass const xfrm_mark to xfrm_mark_put(). by David S. Miller · 14 years ago