1. 67ae7cf ethtool: Allow zero-length register dumps again by Ben Hutchings · 14 years ago
  2. 1511022 skbuff: fix error handling in pskb_copy() by Dan Carpenter · 14 years ago
  3. 536d1d4 vlan: move vlan_group_[gs]et_device to public header by Jiri Pirko · 14 years ago
  4. 7890a5b vlan: kill ndo_vlan_rx_register by Jiri Pirko · 14 years ago
  5. ffcf9b7 vlan: kill vlan_gro_frags and vlan_gro_receive by Jiri Pirko · 14 years ago
  6. a4aeb266 vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rx by Jiri Pirko · 14 years ago
  7. 9fea033 lro: do vlan cleanup by Jiri Pirko · 14 years ago
  8. 0f72572 lro: kill lro_vlan_hwaccel_receive_frags by Jiri Pirko · 14 years ago
  9. 7756a96e lro: kill lro_vlan_hwaccel_receive_skb by Jiri Pirko · 14 years ago
  10. cec9c13 vlan: introduce __vlan_find_dev_deep() by Jiri Pirko · 14 years ago
  11. 033b114 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  12. f5caadb 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
  13. 89dc79b netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind different interfaces by Jozsef Kadlecsik · 14 years ago
  14. e6625fa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  15. 38be7a7 ceph: fix file mode calculation by Sage Weil · 14 years ago
  16. 97d32cf netfilter: nfnetlink_queue: batch verdict support by Florian Westphal · 14 years ago
  17. 5863702a netfilter: nfnetlink_queue: assert monotonic packet ids by Eric Dumazet · 14 years ago
  18. 5c74501 ipv4: save cpu cycles from check_leaf() by Eric Dumazet · 14 years ago
  19. 84a797d netfilter: nfnetlink_queue: provide rcu enabled callbacks by Eric Dumazet · 14 years ago
  20. 6b75e3e netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg() by Eric Dumazet · 14 years ago
  21. d3aaeb3 net: Add ->neigh_lookup() operation to dst_ops by David S. Miller · 14 years ago
  22. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 14 years ago
  23. 9cbb7ec ipv6: Get rid of rt6i_nexthop macro. by David S. Miller · 14 years ago
  24. 8f40b16 neigh: Pass neighbour entry to output ops. by David S. Miller · 14 years ago
  25. 69ecca8 net: vlan, qlcnic: make vlan_find_dev private by David Lamparter · 14 years ago
  26. 542d4d6 neigh: Kill ndisc_ops->queue_xmit by David S. Miller · 14 years ago
  27. b23b545 neigh: Kill hh_cache->hh_output by David S. Miller · 14 years ago
  28. 47ec132 neigh: Kill neigh_ops->hh_output by David S. Miller · 14 years ago
  29. 0895b08 neigh: Simply destroy handling wrt. hh_cache. by David S. Miller · 14 years ago
  30. 05e3aa0 net: Create and use new helper, neigh_output(). by David S. Miller · 14 years ago
  31. a292829 ipv6: Use calculated 'neigh' instead of re-evaluating dst->neighbour by David S. Miller · 14 years ago
  32. fec8292 ipv4: Use calculated 'neigh' instead of re-evaluating dst->neighbour by David S. Miller · 14 years ago
  33. 05e9a2f Bluetooth: Fix crash with incoming L2CAP connections by Ilia Kolomisnky · 14 years ago
  34. 9191e6a Bluetooth: Fix regression in L2CAP connection procedure by Gustavo F. Padovan · 14 years ago
  35. 25009a1 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  36. f0c50c7 Remove redundant variable/code in __qdisc_run by Krishna Kumar · 14 years ago
  37. 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 · 14 years ago
  38. 62f2a3a net: remove NETIF_F_ALL_TX_OFFLOADS by Michał Mirosław · 14 years ago
  39. b73c43f net: sctp: fix checksum marking for outgoing packets by Michał Mirosław · 14 years ago
  40. e20e694 net: remove SK_ROUTE_CAPS from meta ematch by Michał Mirosław · 14 years ago
  41. 974151e6 net: remove /sys/class/net/*/features by Michał Mirosław · 14 years ago
  42. fec30c3 net: unexport netdev_fix_features() by Michał Mirosław · 14 years ago
  43. 1180e7d net: cleanup vlan_features setting in register_netdev by Michał Mirosław · 14 years ago
  44. 6c9c1b5 net: vlan: remove reduntant check in ndo_fix_features callback by Michał Mirosław · 14 years ago
  45. cc9f01b af-packet: fix - avoid reading stale data by Chetan Loke · 14 years ago
  46. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  47. f6b72b62 net: Embed hh_cache inside of struct neighbour. by David S. Miller · 14 years ago
  48. 201f92e Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  49. 95acac6 mac80211: allow driver to disconnect after resume by Johannes Berg · 14 years ago
  50. 2fcf2824 mac80211: remove a redundant check by Mohammed Shafi Shajakhan · 14 years ago
  51. 5c25f68 net: Kill support for multiple hh_cache entries per neighbour by David S. Miller · 14 years ago
  52. e69dd33 net: Push protocol type directly down to header_ops->cache() by David S. Miller · 14 years ago
  53. 3769cff ipv4: Inline neigh binding. by David Miller · 14 years ago
  54. e2270ea netdevice: Kill 'feature' test macros. by David S. Miller · 14 years ago
  55. ec0dd26 SUNRPC: Fix use of static variable in rpcb_getport_async by Ben Greear · 14 years ago
  56. 6d1a3e0 inetpeer: kill inet_putpeer race by Eric Dumazet · 14 years ago
  57. 55d9905 mac80211: allocate only one RX queue by Johannes Berg · 14 years ago
  58. 615f7b9 mac80211: add driver RSSI threshold events by Meenakshi Venkataraman · 14 years ago
  59. 4b42c54 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 by John W. Linville · 14 years ago
  60. d859898 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  61. f610b74 ipv4: Use universal hash for ARP. by David S. Miller · 14 years ago
  62. cd08933 neigh: Store hash shift instead of mask. by David S. Miller · 14 years ago
  63. e2fd318 Bluetooth: Fixes l2cap "command reject" reply according to spec by Ilia Kolomisnky · 14 years ago
  64. a48332f skbuff: clear tx zero-copy flag by Shirley Ma · 14 years ago
  65. 8f36011 Bluetooth: Add support for returning the encryption key size by Vinicius Costa Gomes · 14 years ago
  66. 726b4ff Bluetooth: Add support for storing the key size by Vinicius Costa Gomes · 14 years ago
  67. 5a0a8b4 Bluetooth: Add support for communicating keys with userspace by Vinicius Costa Gomes · 14 years ago
  68. 0eb08e3 Bluetooth: Remove unused field in hci_conn by Vinicius Costa Gomes · 14 years ago
  69. 02bc745 Bluetooth: Use the stored LTK for restabilishing security by Vinicius Costa Gomes · 14 years ago
  70. e7e62c8 Bluetooth: Use the link key list to temporarily store the STK by Vinicius Costa Gomes · 14 years ago
  71. 16b9083 Bluetooth: Add support for storing the LTK by Vinicius Costa Gomes · 14 years ago
  72. 54790f7 Bluetooth: Fix SM pairing parameters negotiation by Vinicius Costa Gomes · 14 years ago
  73. bea710f Bluetooth: Reject an encryption request when the key isn't found by Vinicius Costa Gomes · 14 years ago
  74. 75d262c Bluetooth: Add functions to manipulate the link key list for SMP by Vinicius Costa Gomes · 14 years ago
  75. 7034b91 Bluetooth: Add support for SMP phase 3 (key distribution) by Vinicius Costa Gomes · 14 years ago
  76. cd4fcc7 sctp: ABORT if receive, reassmbly, or reodering queue is not empty while closing socket by Thomas Graf · 14 years ago
  77. a05e42c Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  78. 3f97fae Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  79. 40f5d72 dcbnl: unlock on an error path in dcbnl_cee_fill() by Dan Carpenter · 14 years ago
  80. 8fcbc63 XFRM: Fix memory leak in xfrm_state_update by Tushar Gohad · 14 years ago
  81. 1a84ff7 cfg80211: return -ENOENT when stopping sched_scan while not running by Luciano Coelho · 14 years ago
  82. 3f9aed7 Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-merge by David S. Miller · 14 years ago
  83. 676b58c mac80211: Restart STA timers only on associated state by Rajkumar Manoharan · 14 years ago
  84. 42d98795 mac80211: allow driver to generate P1K for IV32 by Johannes Berg · 14 years ago
  85. 3ea542d mac80211: allow drivers to access key sequence counter by Johannes Berg · 14 years ago
  86. 9e26297 mac80211: simplify RX PN/IV handling by Johannes Berg · 14 years ago
  87. 0cd20a2 mac80211: use AES_BLOCK_SIZE by Johannes Berg · 14 years ago
  88. 75396ae mac80211: fix CMAC races by Johannes Berg · 14 years ago
  89. aba83a0b mac80211: fix CCMP races by Johannes Berg · 14 years ago
  90. 523b02e mac80211: fix TKIP races, make API easier to use by Johannes Berg · 14 years ago
  91. 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 · 14 years ago
  92. 8a98d93 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem by John W. Linville · 14 years ago
  93. b55c598 SUNRPC: Fix a race between work-queue and rpc_killall_tasks by Trond Myklebust · 14 years ago
  94. f8d9605 sctp: Enforce retransmission limit during shutdown by Thomas Graf · 14 years ago
  95. 85746e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  96. fadd192 Bluetooth: Remove L2CAP busy queue by Mat Martineau · 14 years ago
  97. e328140 Bluetooth: Use event-driven approach for handling ERTM receive buffer by Mat Martineau · 14 years ago
  98. 26f880d Bluetooth: Move code for ERTM local busy state to separate functions by Mat Martineau · 14 years ago
  99. 8c156c3 Bluetooth: Fix potential deadlock in mgmt by Andre Guedes · 14 years ago
  100. 8aded71 Bluetooth: Fix potential deadlock in hci_core by Andre Guedes · 14 years ago