1. 5bbc172 Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  2. 30902dc ax25: Fix std timer socket destroy handling. by David S. Miller · 16 years ago
  3. 9d45abe netdevice: change net_device->promiscuity/allmulti to unsigned int by Wang Chen · 16 years ago
  4. cb61cb9 udp: sk_drops handling by Eric Dumazet · 16 years ago
  5. ae7b648 MAINTAINERS by Jeff Kirsher · 16 years ago
  6. b8a9787 bonding: Allow setting max_bonds to zero by Jay Vosburgh · 16 years ago
  7. b59f9f7 bonding: Rework / fix multiple gratuitous ARP support by Jay Vosburgh · 16 years ago
  8. 01f3109 bonding: deliver netdev event for fail-over under the active-backup mode by Or Gerlitz · 16 years ago
  9. 709f8a4 bonding: bond_change_active_slave() cleanup under active-backup by Or Gerlitz · 16 years ago
  10. c1da4ac net/core: add NETDEV_BONDING_FAILOVER event by Or Gerlitz · 16 years ago
  11. 743d32a sky2: version 1.22 by Stephen Hemminger · 16 years ago
  12. 0ce8b98 sky2: 88E8057 chip support by Stephen Hemminger · 16 years ago
  13. e6cac9b sky2: use DEFINE_PCI_DEVICE_TABLE by Stephen Hemminger · 16 years ago
  14. c7127a3 sky2: chip version printout by Stephen Hemminger · 16 years ago
  15. e1a74b3 sky2: phy setup changes by Stephen Hemminger · 16 years ago
  16. 84aee48 ibm_emac: Remove the ibm_emac driver by Josh Boyer · 16 years ago
  17. ebaac8c Merge branch 'for-2.6.27' of git://git.marvell.com/mv643xx_eth into upstream-next by Jeff Garzik · 16 years ago
  18. fe2c802 rose: improving AX25 routing frames via ROSE network by Bernard Pidoux · 16 years ago
  19. e92481f atm: [fore200e] convert to use request_firmware() by Chas Williams · 16 years ago
  20. 7255ca3 atm: [he] remove #ifdef clutter by Chas Williams · 16 years ago
  21. 97928f7 atm: [iphase] 64-bit cleanup by Alan Cox · 16 years ago
  22. 61c33e0 atm: use const where reasonable by Mitchell Blank Jr · 16 years ago
  23. df3bc8b atm: [suni] add support for setting loopback and framing modes by Chas Williams · 16 years ago
  24. 2be63b8 atm: [iphase] move struct suni_priv to suni.h by Jorge Boncompte [DTI2] · 16 years ago
  25. f586287 bridge: fix IPV6=n build by Randy Dunlap · 16 years ago
  26. 92c0574 bridge: make bridge address settings sticky by Stephen Hemminger · 16 years ago
  27. 43aa192 bridge: handle process all link-local frames by Stephen Hemminger · 16 years ago
  28. 3d00fb9 sctp: fix error path in sctp_proc_init by Pavel Emelyanov · 16 years ago
  29. 48c5732 netrom: Kill spurious NULL'ing of sk->sk_socket. by David S. Miller · 16 years ago
  30. c751e4f x25: Use sock_orphan() instead of open-coded (and buggy) variant. by David S. Miller · 16 years ago
  31. 0efffaf econet: Use sock_orphan() instead of open-coded (and buggy) variant. by David S. Miller · 16 years ago
  32. b61d38e x25: Use sock_graft() and remove bogus sk_socket and sk_sleep init. by David S. Miller · 16 years ago
  33. 44ccff1 rose: Use sock_graft() and remove bogus sk_socket and sk_sleep init. by David S. Miller · 16 years ago
  34. 7b66767 netrom: Use sock_graft() and remove bogus sk_socket and sk_sleep init. by David S. Miller · 16 years ago
  35. 9375cb8 ax25: Use sock_graft() and remove bogus sk_socket and sk_sleep init. by David S. Miller · 16 years ago
  36. ee5850d llc: Use sock_graft() instead of by-hand version. by David S. Miller · 16 years ago
  37. 338db08 net: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users. by David S. Miller · 16 years ago
  38. 22196d3 decnet: Remove SOCK_SLEEP_{PRE,POST} usage. by David S. Miller · 16 years ago
  39. 8ce9c6e sctp: Kill SCTP_SOCK_SLEEP_{PRE,POST}, unused. by David S. Miller · 16 years ago
  40. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  41. 65c3e47 atm: [he] send idle cells instead of unassigned when in SDH mode by Chas Williams · 16 years ago
  42. 28e84ab atm: [he] limit queries to the device's register space by Robert T. Johnson · 16 years ago
  43. 7e903c2 atm: [br2864] fix routed vcmux support by Eric Kinzie · 16 years ago
  44. 059e377 atm: [he] only support suni driver on multimode interfaces by Chas Williams · 16 years ago
  45. d6c1d70 atm: [iphase] doesn't call phy->start due to a bogus #ifndef by Jorge Boncompte [DTI2] · 16 years ago
  46. c0ed0b6 atm: [iphase] set drvdata before enabling interrupts by Jorge Boncompte [DTI2] · 16 years ago
  47. 2714166 atm: [br2684] Fix oops due to skb->dev being NULL by Jorge Boncompte [DTI2] · 16 years ago
  48. 0b44191 netns: introduce the net_hash_mix "salt" for hashes by Pavel Emelyanov · 16 years ago
  49. 33de014 inet6: add struct net argument to inet6_ehashfn by Pavel Emelyanov · 16 years ago
  50. 9f26b3a inet: add struct net argument to inet_ehashfn by Pavel Emelyanov · 16 years ago
  51. 2086a65 inet: add struct net argument to inet_lhashfn by Pavel Emelyanov · 16 years ago
  52. 7f635ab inet: add struct net argument to inet_bhashfn by Pavel Emelyanov · 16 years ago
  53. 19c7578 udp: add struct net argument to udp_hashfn by Pavel Emelyanov · 16 years ago
  54. e316349 udp: provide a struct net pointer for __udp[46]_lib_mcast_deliver by Pavel Emelyanov · 16 years ago
  55. d626628 udp: introduce a udp_hashfn function by Pavel Emelyanov · 16 years ago
  56. a9d246d ipv4: Remove unused definitions in net/ipv4/tcp_ipv4.c. by Rami Rosen · 16 years ago
  57. 68be802 raw: Restore /proc/net/raw correct behavior by Eric Dumazet · 16 years ago
  58. 6de329e net: Fix test for VLAN TX checksum offload capability by Ben Hutchings · 16 years ago
  59. 319fa2a sctp: Correclty set changeover_active for SFR-CACC by Vlad Yasevich · 16 years ago
  60. 80896a3 sctp: Correctly cleanup procfs entries upon failure. by Wei Yongjun · 16 years ago
  61. 93653e0 tcp: Revert reset of deferred accept changes in 2.6.26 by David S. Miller · 16 years ago
  62. 2b4743b ipv6 sit: Avoid extra need for compat layer in PRL management. by YOSHIFUJI Hideaki · 16 years ago
  63. 47083fc pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis. by Jesper Dangaard Brouer · 16 years ago
  64. f9ffced pkt_sched: HTB scheduler, change default hysteresis mode to off. by Jesper Dangaard Brouer · 16 years ago
  65. 34a5d71 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  66. 942e7b1 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  67. 7d06b2e net: change proto destroy method to return void by Brian Haley · 16 years ago
  68. 87291c0 mac80211: eliminate IBSS warning in rate_lowest_index() by Vladimir Koutny · 16 years ago
  69. c644bce mac80211: tkip.c use a local struct tkip_ctx in ieee80211_get_tkip_key by Harvey Harrison · 16 years ago
  70. 7c70537 mac80211: tkip.c fold ieee80211_gen_rc4key into its one caller by Harvey Harrison · 16 years ago
  71. c801242 mac80211: tkip.c consolidate tkip IV writing in helper by Harvey Harrison · 16 years ago
  72. 87228f5 mac80211: rx.c use new helpers by Harvey Harrison · 16 years ago
  73. 002aaf4 mac80211: wme.c use new helpers by Harvey Harrison · 16 years ago
  74. a494bb1 mac80211: use new helpers in util.c - ieee80211_get_bssid() by Harvey Harrison · 16 years ago
  75. d5184ca mac80211: wpa.c use new access helpers by Harvey Harrison · 16 years ago
  76. 6693be7 mac80211: add utility function to get header length by Harvey Harrison · 16 years ago
  77. c9c6950 mac80211: make ieee80211_get_hdrlen_from_skb return unsigned by Harvey Harrison · 16 years ago
  78. 8b7b1e0 mac80211: remove ieee80211_get_morefrag by Harvey Harrison · 16 years ago
  79. fd7c8a4 mac80211: add helpers for frame control testing by Harvey Harrison · 16 years ago
  80. e36cfdc mac80211_hwsim: Shared TX code for received frames and Beacons by Jouni Malinen · 16 years ago
  81. f248f10 mac80211_hwsim: Minor cleanup by Jouni Malinen · 16 years ago
  82. ba77f1a mac80211_hwsim: Clean up documentation by Jouni Malinen · 16 years ago
  83. acc1e7a mac80211_hwsim: 802.11 radio simulator for mac80211 by Jouni Malinen · 16 years ago
  84. 14a08a7 iwlwifi: unify SW rf-kill flow by Emmanuel Grumbach · 16 years ago
  85. 14b3d33 iwlwifi: remove 4965 prefix from iwl4965_ucode by Ron Rindjunsky · 16 years ago
  86. 5d72a1f iwlwifi: adding channels to sysfs by Ester Kummer · 16 years ago
  87. dc0ae30 mac80211: fix beacon interval value by Tomas Winkler · 16 years ago
  88. 5720508 rndis_wlan: Use kernel-supplied ARRAY_SIZE() macro. by Robert P. J. Day · 16 years ago
  89. 90d0734 rndis_wlan: preallocate command buffer for set/get_oid by Jussi Kivilinna · 16 years ago
  90. bb8649d rndis_wlan: use kzalloc to allocate private data by Jussi Kivilinna · 16 years ago
  91. 8d5e0d5 mac80211: do not fragment while aggregation is in use by Ron Rindjunsky · 16 years ago
  92. 58d0f36 iwlwifi: remove iwlcore_low_level_notify by Emmanuel Grumbach · 16 years ago
  93. be1f3ab6 iwlwifi: general code clean up by Emmanuel Grumbach · 16 years ago
  94. 808e72a iwlwifi: fix software rf_kill problem when interface is down by Zhu Yi · 16 years ago
  95. 95483b6 iwlwifi: remove dead code iwl4965_calc_db_from_ratio by Emmanuel Grumbach · 16 years ago
  96. 91dbc5b iwlwifi: retfactor get_temperature functions by Emmanuel Grumbach · 16 years ago
  97. 47f4a58 iwlwifi: move iwl4965_rf_kill_ct_config to iwl-core.c by Emmanuel Grumbach · 16 years ago
  98. f53696d iwlwifi: cleans up scanning code by Tomas Winkler · 16 years ago
  99. e7d326a iwlwifi: move rate helpers to iwlcore by Tomas Winkler · 16 years ago
  100. 2a421b9 iwlwifi: move scan to iwl-scan.c iwlcore by Tomas Winkler · 16 years ago