1. b0fe4a3 ipv4: use RT_TOS after some rt_tos conversions by Julian Anastasov · 13 years ago
  2. f9035cd Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 13 years ago
  3. 1821f7c net: allow netif_carrier to be called safely from IRQ by stephen hemminger · 13 years ago
  4. 160d73b bridge: minor cleanups by stephen hemminger · 13 years ago
  5. 4ecb961 bridge: add notification over netlink when STP changes state by stephen hemminger · 13 years ago
  6. 56139fc bridge: notifier called with the wrong device by stephen hemminger · 13 years ago
  7. 0652cac bridge: ignore bogus STP config packets by stephen hemminger · 13 years ago
  8. 0c03150 bridge: send proper message_age in config BPDU by stephen hemminger · 13 years ago
  9. 41bf371 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
  10. 415b333 icmp: Fix regression in nexthop resolution during replies. by David S. Miller · 13 years ago
  11. d9be4f7 ipv4: Constrain UFO fragment sizes to multiples of 8 bytes by Bill Sommerfeld · 13 years ago
  12. 87c48fa ipv6: make fragment identifications less predictable by Eric Dumazet · 13 years ago
  13. 21efcfa ipv6: unshare inetpeers by Eric Dumazet · 13 years ago
  14. 67ae7cf ethtool: Allow zero-length register dumps again by Ben Hutchings · 13 years ago
  15. 1511022 skbuff: fix error handling in pskb_copy() by Dan Carpenter · 13 years ago
  16. 536d1d4 vlan: move vlan_group_[gs]et_device to public header by Jiri Pirko · 13 years ago
  17. 7890a5b vlan: kill ndo_vlan_rx_register by Jiri Pirko · 13 years ago
  18. ffcf9b7 vlan: kill vlan_gro_frags and vlan_gro_receive by Jiri Pirko · 13 years ago
  19. a4aeb26 vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rx by Jiri Pirko · 13 years ago
  20. 9fea033 lro: do vlan cleanup by Jiri Pirko · 13 years ago
  21. 0f72572 lro: kill lro_vlan_hwaccel_receive_frags by Jiri Pirko · 13 years ago
  22. 7756a96e lro: kill lro_vlan_hwaccel_receive_skb by Jiri Pirko · 13 years ago
  23. cec9c13 vlan: introduce __vlan_find_dev_deep() by Jiri Pirko · 13 years ago
  24. 033b114 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  25. f5caadb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 13 years ago
  26. 89dc79b netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind different interfaces by Jozsef Kadlecsik · 13 years ago
  27. a401d2b cfg80211: fix scan crash on single-band cards by Johannes Berg · 13 years ago
  28. 0a557ed mac80211: check sta_info_get() return value by Eliad Peller · 13 years ago
  29. 5966f2d cfg80211: enter psm when working as p2p_cli by Eliad Peller · 13 years ago
  30. b2abb6e mac80211: sync driver before TX by Johannes Berg · 13 years ago
  31. e6625fa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  32. 85a237f mac80211: implement scan supported rates by Johannes Berg · 13 years ago
  33. 34850ab cfg80211: allow userspace to control supported rates in scan by Johannes Berg · 13 years ago
  34. 38be7a7 ceph: fix file mode calculation by Sage Weil · 13 years ago
  35. 97d32cf netfilter: nfnetlink_queue: batch verdict support by Florian Westphal · 13 years ago
  36. 5863702 netfilter: nfnetlink_queue: assert monotonic packet ids by Eric Dumazet · 13 years ago
  37. 2683d65 mac80211: reconfigure tx on device reconfiguration by Eliad Peller · 13 years ago
  38. 5c74501 ipv4: save cpu cycles from check_leaf() by Eric Dumazet · 13 years ago
  39. 84a797d netfilter: nfnetlink_queue: provide rcu enabled callbacks by Eric Dumazet · 13 years ago
  40. 6b75e3e netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg() by Eric Dumazet · 13 years ago
  41. d3aaeb3 net: Add ->neigh_lookup() operation to dst_ops by David S. Miller · 13 years ago
  42. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  43. 9cbb7ec ipv6: Get rid of rt6i_nexthop macro. by David S. Miller · 13 years ago
  44. 8f40b16 neigh: Pass neighbour entry to output ops. by David S. Miller · 13 years ago
  45. 69ecca8 net: vlan, qlcnic: make vlan_find_dev private by David Lamparter · 13 years ago
  46. 542d4d6 neigh: Kill ndisc_ops->queue_xmit by David S. Miller · 13 years ago
  47. b23b545 neigh: Kill hh_cache->hh_output by David S. Miller · 13 years ago
  48. 47ec132 neigh: Kill neigh_ops->hh_output by David S. Miller · 13 years ago
  49. 0895b08 neigh: Simply destroy handling wrt. hh_cache. by David S. Miller · 13 years ago
  50. 05e3aa0 net: Create and use new helper, neigh_output(). by David S. Miller · 13 years ago
  51. a292829 ipv6: Use calculated 'neigh' instead of re-evaluating dst->neighbour by David S. Miller · 13 years ago
  52. fec8292 ipv4: Use calculated 'neigh' instead of re-evaluating dst->neighbour by David S. Miller · 13 years ago
  53. 05e9a2f Bluetooth: Fix crash with incoming L2CAP connections by Ilia Kolomisnky · 13 years ago
  54. 9191e6a Bluetooth: Fix regression in L2CAP connection procedure by Gustavo F. Padovan · 13 years ago
  55. 94f9b97 mac80211: be more careful in suspend/resume by Johannes Berg · 13 years ago
  56. f850e00 mac80211: let key iteration get keys in install order by Johannes Berg · 13 years ago
  57. 8bca5d8 mac80211: allow driver access to TKIP RX P1K by Johannes Berg · 13 years ago
  58. 5a865ba nl80211/cfg80211: add max_sched_scan_ie_len in the hw description by Luciano Coelho · 13 years ago
  59. 93b6aa6 nl80211/cfg80211: add max_sched_scan_ssids in the hw description by Luciano Coelho · 13 years ago
  60. 77dbbb1 nl80211: advertise GTK rekey support, new triggers by Johannes Berg · 13 years ago
  61. 25009a1 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
  62. f0c50c7 Remove redundant variable/code in __qdisc_run by Krishna Kumar · 13 years ago
  63. 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
  64. 62f2a3a net: remove NETIF_F_ALL_TX_OFFLOADS by Michał Mirosław · 13 years ago
  65. b73c43f net: sctp: fix checksum marking for outgoing packets by Michał Mirosław · 13 years ago
  66. e20e694 net: remove SK_ROUTE_CAPS from meta ematch by Michał Mirosław · 13 years ago
  67. 974151e6 net: remove /sys/class/net/*/features by Michał Mirosław · 13 years ago
  68. fec30c3 net: unexport netdev_fix_features() by Michał Mirosław · 13 years ago
  69. 1180e7d net: cleanup vlan_features setting in register_netdev by Michał Mirosław · 13 years ago
  70. 6c9c1b5 net: vlan: remove reduntant check in ndo_fix_features callback by Michał Mirosław · 13 years ago
  71. cc9f01b af-packet: fix - avoid reading stale data by Chetan Loke · 13 years ago
  72. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  73. f6b72b6 net: Embed hh_cache inside of struct neighbour. by David S. Miller · 13 years ago
  74. 201f92e Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  75. 95acac6 mac80211: allow driver to disconnect after resume by Johannes Berg · 13 years ago
  76. 2fcf2824 mac80211: remove a redundant check by Mohammed Shafi Shajakhan · 13 years ago
  77. 5c25f68 net: Kill support for multiple hh_cache entries per neighbour by David S. Miller · 13 years ago
  78. e69dd33 net: Push protocol type directly down to header_ops->cache() by David S. Miller · 13 years ago
  79. 3769cff ipv4: Inline neigh binding. by David Miller · 13 years ago
  80. e2270ea netdevice: Kill 'feature' test macros. by David S. Miller · 13 years ago
  81. ec0dd26 SUNRPC: Fix use of static variable in rpcb_getport_async by Ben Greear · 13 years ago
  82. 6d1a3e0 inetpeer: kill inet_putpeer race by Eric Dumazet · 13 years ago
  83. 55d9905 mac80211: allocate only one RX queue by Johannes Berg · 13 years ago
  84. 615f7b9 mac80211: add driver RSSI threshold events by Meenakshi Venkataraman · 13 years ago
  85. 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
  86. d859898 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  87. f610b74 ipv4: Use universal hash for ARP. by David S. Miller · 13 years ago
  88. cd08933 neigh: Store hash shift instead of mask. by David S. Miller · 13 years ago
  89. e2fd318 Bluetooth: Fixes l2cap "command reject" reply according to spec by Ilia Kolomisnky · 13 years ago
  90. a48332f skbuff: clear tx zero-copy flag by Shirley Ma · 13 years ago
  91. 8f36011 Bluetooth: Add support for returning the encryption key size by Vinicius Costa Gomes · 13 years ago
  92. 726b4ff Bluetooth: Add support for storing the key size by Vinicius Costa Gomes · 13 years ago
  93. 5a0a8b4 Bluetooth: Add support for communicating keys with userspace by Vinicius Costa Gomes · 13 years ago
  94. 0eb08e3 Bluetooth: Remove unused field in hci_conn by Vinicius Costa Gomes · 13 years ago
  95. 02bc745 Bluetooth: Use the stored LTK for restabilishing security by Vinicius Costa Gomes · 13 years ago
  96. e7e62c8 Bluetooth: Use the link key list to temporarily store the STK by Vinicius Costa Gomes · 13 years ago
  97. 16b9083 Bluetooth: Add support for storing the LTK by Vinicius Costa Gomes · 13 years ago
  98. 54790f7 Bluetooth: Fix SM pairing parameters negotiation by Vinicius Costa Gomes · 13 years ago
  99. bea710f Bluetooth: Reject an encryption request when the key isn't found by Vinicius Costa Gomes · 13 years ago
  100. 75d262c Bluetooth: Add functions to manipulate the link key list for SMP by Vinicius Costa Gomes · 13 years ago