1. cb68552 bridge: fix forwarding of IPv6 by Stephen Hemminger · 14 years ago
  2. f201903 convert old cpumask API into new one by KOSAKI Motohiro · 14 years ago
  3. 9f6298a af_iucv: get rid of compile warning by Ursula Braun · 14 years ago
  4. 5db79c0 iucv: get rid of compile warning by Ursula Braun · 14 years ago
  5. 29dd54b ethtool: Added support for FW dump by Anirban Chakraborty · 14 years ago
  6. 72a8f97 ipv4: Fix 'iph' use before set. by David S. Miller · 14 years ago
  7. def5768 ipv4: Elide use of rt->rt_dst in ip_forward() by David S. Miller · 14 years ago
  8. c30883b ipv4: Simplify iph->daddr overwrite in ip_options_rcv_srr(). by David S. Miller · 14 years ago
  9. 1094955 ipv4: Kill spurious opt->srr check in ip_options_rcv_srr(). by David S. Miller · 14 years ago
  10. afe12cc net: introduce netdev_change_features() by Michał Mirosław · 14 years ago
  11. c92f5ca ipvs: Remove all remaining references to rt->rt_{src,dst} by Julian Anastasov · 14 years ago
  12. 44e3125 ipvs: Eliminate rt->rt_dst usage in __ip_vs_get_out_rt(). by David S. Miller · 14 years ago
  13. e58b344 ipvs: Use IP_VS_RT_MODE_* instead of magic constants. by David S. Miller · 14 years ago
  14. 1b0bcbc net/9p/protocol.c: Fix a memory leak by Pedro Scarapicchia Junior · 14 years ago
  15. cbfd152 net/irda/ircomm_tty.c: Use flip buffers to deliver data by Amit Virdi · 14 years ago
  16. f0a619c net: Fix vlan_features propagation by Michał Mirosław · 14 years ago
  17. 864b5418 ethtool: bring back missing comma in netdev features strings by Franco Fichtner · 14 years ago
  18. f607a15 garp: remove last synchronize_rcu() call by Eric Dumazet · 14 years ago
  19. afd7614 sctp: sctp_sendmsg: Don't test known non-null sinfo by Joe Perches · 14 years ago
  20. 517aa0b sctp: sctp_sendmsg: Don't initialize default_sinfo by Joe Perches · 14 years ago
  21. 1769192 l2tp: fix potential rcu race by Eric Dumazet · 14 years ago
  22. 6b86bd6 mac80211: mesh: move some code to make it static by Johannes Berg · 14 years ago
  23. 85a9994 cfg80211/mac80211: avoid bounce back mac->cfg->mac on sched_scan_stopped by Luciano Coelho · 14 years ago
  24. a3836e0 mac80211: fix a few RCU issues by Johannes Berg · 14 years ago
  25. 8cb2315 mac80211: fix another key non-race by Johannes Berg · 14 years ago
  26. 5c0c364 mac80211: make key locking clearer by Johannes Berg · 14 years ago
  27. dea4096 mac80211: remove pointless mesh path timer RCU code by Johannes Berg · 14 years ago
  28. 8fddddf mac80211: fix contention time computation in minstrel, minstrel_ht by Daniel Halperin · 14 years ago
  29. 56d1893 cfg80211: restrict AP beacon intervals by Johannes Berg · 14 years ago
  30. 15cb309 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 by John W. Linville · 14 years ago
  31. 4daf50f mac80211: Fix mesh-related build breakage... by Yogesh Ashok Powar · 14 years ago
  32. 55183d0 Bluetooth: Remove leftover debug messages by Gustavo F. Padovan · 14 years ago
  33. ce84537 Revert "Bluetooth: fix shutdown on SCO sockets" by Linus Torvalds · 14 years ago
  34. 78d41b3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  35. 365227e Bluetooth: Add support for disconnecting LE links via mgmt by Vinicius Costa Gomes · 14 years ago
  36. 83bc71b Bluetooth: Add support for sending connection events for LE links by Vinicius Costa Gomes · 14 years ago
  37. bbe6ad6 cfg80211/nl80211: add interval attribute for scheduled scans by Luciano Coelho · 14 years ago
  38. 79f460c mac80211: add support for HW scheduled scan by Luciano Coelho · 14 years ago
  39. 807f8a8 cfg80211/nl80211: add support for scheduled scans by Luciano Coelho · 14 years ago
  40. 92ddc11 mac80211: add a couple of trace event classes to reduce duplicated code by Luciano Coelho · 14 years ago
  41. 9b76b1e mac80211: Only process mesh PREPs with equal seq number if metric is better. by Fabrice Deyber · 14 years ago
  42. 1833d81 mac80211: allow setting supported rates on mesh peers by Javier Cardona · 14 years ago
  43. 28104ca mac80211: Move call to mpp_path_lookup inside RCU-read section by Javier Cardona · 14 years ago
  44. 9b84b808 mac80211: Fix locking bug on mesh path table access by Javier Cardona · 14 years ago
  45. 9ca99ee mac80211: Check size of a new mesh path table for changes since allocation. by Javier Cardona · 14 years ago
  46. 8429828 nl80211: allow setting MFP flag for a meshif by Thomas Pedersen · 14 years ago
  47. ff973af nl80211: allow installing keys for a meshif by Thomas Pedersen · 14 years ago
  48. 9c3990a nl80211: Let userspace drive the peer link management states. by Javier Cardona · 14 years ago
  49. 0a35d36 cfg80211: Use capability info to detect mesh beacons. by Javier Cardona · 14 years ago
  50. 915b5c5 open80211s: Stop using zero for address 3 in mesh plink mgmt frames by Javier Cardona · 14 years ago
  51. d3aaec8 mac80211: Drop MESH_PLINK category and use new ANA-approved MESH_ACTION by Javier Cardona · 14 years ago
  52. 0778a6a mac80211: Let userspace send action frames over mesh interfaces by Javier Cardona · 14 years ago
  53. b130e5c nl80211: Introduce NL80211_MESH_SETUP_USERSPACE_AMPE by Javier Cardona · 14 years ago
  54. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 14 years ago
  55. b3b1b06 Bluetooth: Double check sec req for pre 2.1 device by Waldemar Rymarkiewicz · 14 years ago
  56. 0074820 Merge branch 'tipc-May10-2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/net-next-2.6 by David S. Miller · 14 years ago
  57. 9f381a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  58. 9bbc052 Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6 by David S. Miller · 14 years ago
  59. 6fa5ddc xfrm: Don't allow esn with disabled anti replay detection by Steffen Klassert · 14 years ago
  60. 43a4dea xfrm: Assign the inner mode output function to the dst entry by Steffen Klassert · 14 years ago
  61. e14a599 net: dev_close() should check IFF_UP by Eric Dumazet · 14 years ago
  62. 55aee10 vlan: fix GVRP at dismantle time by Eric Dumazet · 14 years ago
  63. 1fc19af net: fix two lockdep splats by Eric Dumazet · 14 years ago
  64. 8f01cb0 ipv4: xfrm: Eliminate ->rt_src reference in policy code. by David S. Miller · 14 years ago
  65. 902ebd3 sctp: Remove rt->rt_src usage in sctp_v4_get_saddr() by David S. Miller · 14 years ago
  66. 79ab053 ipv4: udp: Eliminate remaining uses of rt->rt_src by David S. Miller · 14 years ago
  67. 9f6abb5 ipv4: icmp: Eliminate remaining uses of rt->rt_src by David S. Miller · 14 years ago
  68. 0a5ebb8 ipv4: Pass explicit daddr arg to ip_send_reply(). by David S. Miller · 14 years ago
  69. 972a77f tipc: Revise timings used when sending link request messages by Allan Stephens · 14 years ago
  70. 1209966 tipc: Add monitoring of number of nodes discovered by bearer by Allan Stephens · 14 years ago
  71. 691a620 tipc: Enhance sending of discovery object link request messages by Allan Stephens · 14 years ago
  72. 3a777ff tipc: Enhance handling of discovery object creation failures by Allan Stephens · 14 years ago
  73. dc63d91 tipc: Introduce routine to enqueue a chain of messages on link tx queue by Allan Stephens · 14 years ago
  74. 2689690 tipc: Avoid recomputation of outgoing message length by Allan Stephens · 14 years ago
  75. c29c3f7 tipc: Abort excessive send requests as early as possible by Allan Stephens · 15 years ago
  76. 66e019a tipc: Strengthen checks for neighboring node discovery by Allan Stephens · 14 years ago
  77. 1f3de47 tipc: make zone/cluster mask constants a define by Paul Gortmaker · 14 years ago
  78. bebc55a tipc: Fix sk_buff leaks when link congestion is detected by Allan Stephens · 14 years ago
  79. 7f47f5c tipc: Update destination node field on incoming multicast messages by Allan Stephens · 14 years ago
  80. 7462b9e tipc: Fix problem with bundled multicast message by Allan Stephens · 14 years ago
  81. 53b9436 tipc: Set name lookup scope field properly in all data messages by Allan Stephens · 14 years ago
  82. 7756155 tipc: Fix issues with fragmentation of an existing message buffer by Allan Stephens · 14 years ago
  83. e0f0859 tipc: Avoid pointless masking of fragmented message identifier by Allan Stephens · 14 years ago
  84. 670c540 tipc: Don't initialize link selector field in fragmented messages by Allan Stephens · 14 years ago
  85. 7775bcc tipc: Remove code to emulate loss of broadcast messages by Allan Stephens · 14 years ago
  86. 92138d1 tipc: Cosmetic consolidation of internal message type definitions by Allan Stephens · 14 years ago
  87. 19f53d2 tipc: Eliminate unused routing message definitions by Allan Stephens · 14 years ago
  88. cc4c435 tipc: Update comments in message header include file by Allan Stephens · 14 years ago
  89. 306fe93 mac80211: don't drop frames where skb->len < 24 in ieee80211_scan_rx() by Luciano Coelho · 14 years ago
  90. 38bb3e9 mac80211: Fix build error when CONFIG_PM is not defined by Larry Finger · 14 years ago
  91. 6572e91 wireless: Fix warnings due to -Wunused-but-set-variable by Rajkumar Manoharan · 14 years ago
  92. 5db1c07 mac80211: don't start the dynamic ps timer if not associated by Luciano Coelho · 14 years ago
  93. 97fbdc1 tipc: Drop __TIME__ usage by Michal Marek · 14 years ago
  94. 93bbce1 netfilter: revert a2361c8735e07322023aedc36e4938b35af31eb0 by Pablo Neira Ayuso · 14 years ago
  95. 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 14 years ago
  96. 1ed2f73 netfilter: IPv6: fix DSCP mangle code by Fernando Luis Vazquez Cao · 14 years ago
  97. 4319cc0 netfilter: IPv6: initialize TOS field in REJECT target module by Fernando Luis Vazquez Cao · 14 years ago
  98. 7a4f076 IPVS: init and cleanup restructuring by Hans Schillstrom · 14 years ago
  99. 1ae132b IPVS: Change of socket usage to enable name space exit. by Hans Schillstrom · 14 years ago
  100. 103a977 netfilter: ebtables: only call xt_compat_add_offset once per rule by Florian Westphal · 14 years ago