1. d3aaeb3 net: Add ->neigh_lookup() operation to dst_ops by David S. Miller · 13 years ago
  2. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  3. 9cbb7ec ipv6: Get rid of rt6i_nexthop macro. by David S. Miller · 13 years ago
  4. 8f40b16 neigh: Pass neighbour entry to output ops. by David S. Miller · 13 years ago
  5. 69ecca8 net: vlan, qlcnic: make vlan_find_dev private by David Lamparter · 13 years ago
  6. 542d4d6 neigh: Kill ndisc_ops->queue_xmit by David S. Miller · 13 years ago
  7. b23b545 neigh: Kill hh_cache->hh_output by David S. Miller · 13 years ago
  8. 47ec132 neigh: Kill neigh_ops->hh_output by David S. Miller · 13 years ago
  9. 0895b08 neigh: Simply destroy handling wrt. hh_cache. by David S. Miller · 13 years ago
  10. 05e3aa0 net: Create and use new helper, neigh_output(). by David S. Miller · 13 years ago
  11. a292829 ipv6: Use calculated 'neigh' instead of re-evaluating dst->neighbour by David S. Miller · 13 years ago
  12. fec8292 ipv4: Use calculated 'neigh' instead of re-evaluating dst->neighbour by David S. Miller · 13 years ago
  13. 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
  14. f0c50c7 Remove redundant variable/code in __qdisc_run by Krishna Kumar · 13 years ago
  15. 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
  16. e20e694 net: remove SK_ROUTE_CAPS from meta ematch by Michał Mirosław · 13 years ago
  17. 974151e6 net: remove /sys/class/net/*/features by Michał Mirosław · 13 years ago
  18. fec30c3 net: unexport netdev_fix_features() by Michał Mirosław · 13 years ago
  19. 1180e7d net: cleanup vlan_features setting in register_netdev by Michał Mirosław · 13 years ago
  20. 6c9c1b5 net: vlan: remove reduntant check in ndo_fix_features callback by Michał Mirosław · 13 years ago
  21. cc9f01b af-packet: fix - avoid reading stale data by Chetan Loke · 13 years ago
  22. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  23. f6b72b62 net: Embed hh_cache inside of struct neighbour. by David S. Miller · 13 years ago
  24. 201f92e Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 13 years ago
  25. 95acac6 mac80211: allow driver to disconnect after resume by Johannes Berg · 13 years ago
  26. 2fcf2824 mac80211: remove a redundant check by Mohammed Shafi Shajakhan · 13 years ago
  27. 5c25f68 net: Kill support for multiple hh_cache entries per neighbour by David S. Miller · 13 years ago
  28. e69dd33 net: Push protocol type directly down to header_ops->cache() by David S. Miller · 13 years ago
  29. 3769cff ipv4: Inline neigh binding. by David Miller · 13 years ago
  30. e2270ea netdevice: Kill 'feature' test macros. by David S. Miller · 13 years ago
  31. ec0dd26 SUNRPC: Fix use of static variable in rpcb_getport_async by Ben Greear · 13 years ago
  32. 6d1a3e0 inetpeer: kill inet_putpeer race by Eric Dumazet · 14 years ago
  33. 55d9905 mac80211: allocate only one RX queue by Johannes Berg · 14 years ago
  34. 615f7b9 mac80211: add driver RSSI threshold events by Meenakshi Venkataraman · 14 years ago
  35. 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
  36. 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
  37. f610b74 ipv4: Use universal hash for ARP. by David S. Miller · 14 years ago
  38. cd08933 neigh: Store hash shift instead of mask. by David S. Miller · 14 years ago
  39. e2fd318 Bluetooth: Fixes l2cap "command reject" reply according to spec by Ilia Kolomisnky · 14 years ago
  40. a48332f skbuff: clear tx zero-copy flag by Shirley Ma · 14 years ago
  41. 8f36011 Bluetooth: Add support for returning the encryption key size by Vinicius Costa Gomes · 14 years ago
  42. 726b4ff Bluetooth: Add support for storing the key size by Vinicius Costa Gomes · 14 years ago
  43. 5a0a8b4 Bluetooth: Add support for communicating keys with userspace by Vinicius Costa Gomes · 14 years ago
  44. 0eb08e3 Bluetooth: Remove unused field in hci_conn by Vinicius Costa Gomes · 14 years ago
  45. 02bc745 Bluetooth: Use the stored LTK for restabilishing security by Vinicius Costa Gomes · 14 years ago
  46. e7e62c8 Bluetooth: Use the link key list to temporarily store the STK by Vinicius Costa Gomes · 14 years ago
  47. 16b9083 Bluetooth: Add support for storing the LTK by Vinicius Costa Gomes · 14 years ago
  48. 54790f7 Bluetooth: Fix SM pairing parameters negotiation by Vinicius Costa Gomes · 14 years ago
  49. bea710f Bluetooth: Reject an encryption request when the key isn't found by Vinicius Costa Gomes · 14 years ago
  50. 75d262c Bluetooth: Add functions to manipulate the link key list for SMP by Vinicius Costa Gomes · 14 years ago
  51. 7034b91 Bluetooth: Add support for SMP phase 3 (key distribution) by Vinicius Costa Gomes · 14 years ago
  52. cd4fcc7 sctp: ABORT if receive, reassmbly, or reodering queue is not empty while closing socket by Thomas Graf · 14 years ago
  53. 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
  54. 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
  55. 40f5d72 dcbnl: unlock on an error path in dcbnl_cee_fill() by Dan Carpenter · 14 years ago
  56. 8fcbc63 XFRM: Fix memory leak in xfrm_state_update by Tushar Gohad · 14 years ago
  57. 1a84ff7 cfg80211: return -ENOENT when stopping sched_scan while not running by Luciano Coelho · 14 years ago
  58. 3f9aed7 Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-merge by David S. Miller · 14 years ago
  59. 676b58c mac80211: Restart STA timers only on associated state by Rajkumar Manoharan · 14 years ago
  60. 42d98795 mac80211: allow driver to generate P1K for IV32 by Johannes Berg · 14 years ago
  61. 3ea542d mac80211: allow drivers to access key sequence counter by Johannes Berg · 14 years ago
  62. 9e26297 mac80211: simplify RX PN/IV handling by Johannes Berg · 14 years ago
  63. 0cd20a2 mac80211: use AES_BLOCK_SIZE by Johannes Berg · 14 years ago
  64. 75396ae mac80211: fix CMAC races by Johannes Berg · 14 years ago
  65. aba83a0b mac80211: fix CCMP races by Johannes Berg · 14 years ago
  66. 523b02e mac80211: fix TKIP races, make API easier to use by Johannes Berg · 14 years ago
  67. 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
  68. 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
  69. b55c598 SUNRPC: Fix a race between work-queue and rpc_killall_tasks by Trond Myklebust · 14 years ago
  70. f8d9605 sctp: Enforce retransmission limit during shutdown by Thomas Graf · 14 years ago
  71. 85746e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  72. fadd192 Bluetooth: Remove L2CAP busy queue by Mat Martineau · 14 years ago
  73. e328140 Bluetooth: Use event-driven approach for handling ERTM receive buffer by Mat Martineau · 14 years ago
  74. 26f880d Bluetooth: Move code for ERTM local busy state to separate functions by Mat Martineau · 14 years ago
  75. 8c156c3 Bluetooth: Fix potential deadlock in mgmt by Andre Guedes · 14 years ago
  76. 8aded71 Bluetooth: Fix potential deadlock in hci_core by Andre Guedes · 14 years ago
  77. 3445951 mac80211: fix TKIP replay vulnerability by Johannes Berg · 14 years ago
  78. 1186980 mac80211: fix ie memory allocation for scheduled scans by Luciano Coelho · 14 years ago
  79. a7f9bec batman-adv: request the full table if tt_crc doesn't match by Antonio Quartulli · 14 years ago
  80. 980d55b batman-adv: keep global table consistency in case of roaming by Antonio Quartulli · 14 years ago
  81. 058d0e2 batman-adv: keep local table consistency for further TT_RESPONSE by Antonio Quartulli · 14 years ago
  82. c8c991b batman-adv: initialise last_ttvn and tt_crc for the orig_node structure by Antonio Quartulli · 14 years ago
  83. 31817df packet: Fix build with INET disabled. by David S. Miller · 14 years ago
  84. afe62c6 af_packet: lock imbalance by Eric Dumazet · 14 years ago
  85. a6686f2 skbuff: skb supports zero-copy buffers by Shirley Ma · 14 years ago
  86. 2bda8a0 Disable router anycast address for /127 prefixes by Bjørn Mork · 14 years ago
  87. 9491230 sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe it by Wei Yongjun · 14 years ago
  88. fa36612 rose: Delete commented out references to ancient firewalling code. by David S. Miller · 14 years ago
  89. f03d78d net: refine {udp|tcp|sctp}_mem limits by Eric Dumazet · 14 years ago
  90. 2e65c9d Bluetooth: Remove enable_smp parameter by Andre Guedes · 14 years ago
  91. eead27d Bluetooth: Add lmp_host_le_capable() macro by Andre Guedes · 14 years ago
  92. e6100a2 Bluetooth: Add enable_le module parameter by Andre Guedes · 14 years ago
  93. f9b4930 Bluetooth: Write LE Host Supported command by Andre Guedes · 14 years ago
  94. 971e3a4 Bluetooth: Add extfeatures to struct hci_dev by Andre Guedes · 14 years ago
  95. c68f4b8 mac80211: support GTK rekey offload by Johannes Berg · 14 years ago
  96. e5497d7 cfg80211/nl80211: support GTK rekey offload by Johannes Berg · 14 years ago
  97. 830af02 mac80211: allow driver to iterate keys by Johannes Berg · 14 years ago
  98. aec2731 packet: Fix leak in pre-defrag support. by David S. Miller · 14 years ago
  99. dc7f9f6 net: sched: constify tcf_proto and tc_action by Eric Dumazet · 14 years ago
  100. 95ec3eb packet: Add 'cpu' fanout policy. by David S. Miller · 14 years ago