1. 183cad1 xfrm: Const'ify pointer args to km_migrate() and implementations. by David S. Miller · 13 years ago
  2. dd70175 xfrm: Const'ify pointer args to migrate_tmpl_match and xfrm_migrate_check by David S. Miller · 13 years ago
  3. 6cc3296 xfrm: Const'ify address argument to xfrm_addr_any() by David S. Miller · 13 years ago
  4. ff6acd1 xfrm: Const'ify address arguments to xfrm_addr_cmp() by David S. Miller · 13 years ago
  5. 6418c4e xfrm: Const'ify address arguments to __xfrm_dst_lookup() by David S. Miller · 13 years ago
  6. 5e6b930 xfrm: Const'ify address arguments to ->dst_lookup() by David S. Miller · 13 years ago
  7. 200ce96 xfrm: Const'ify selector argument to xfrm_selector_match() by David S. Miller · 13 years ago
  8. 19bd624 xfrm: Const'ify tmpl and address arguments to ->init_temprop() by David S. Miller · 13 years ago
  9. 214e005 xfrm: Pass km_event pointers around as const when possible. by David S. Miller · 13 years ago
  10. 55ae22d Merge branch 'tipc-Feb23-2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/net-next-2.6 by David S. Miller · 13 years ago
  11. 17a8f8e ipvs: use enum to instead of magic numbers by Changli Gao · 13 years ago
  12. bf781ec tipc: Avoid reliable broadcast preparation for NACK messages by Allan Stephens · 14 years ago
  13. 2e07dda tipc: Remove unused message header field for requested number of links by Allan Stephens · 14 years ago
  14. 741de3e tipc: Remove support for per-connection message sequence numbering by Allan Stephens · 14 years ago
  15. 214dda4 tipc: Add in missing lock during link initialization by Allan Stephens · 14 years ago
  16. cb7ce91 tipc: Fix port counter handling to correct congestion control by Allan Stephens · 14 years ago
  17. 69218fc tipc: Minor optimization to topology service connection establishment by Allan Stephens · 14 years ago
  18. f23d9bf tipc: Set unused probe field of link protocol messages to defined value by Allan Stephens · 14 years ago
  19. 9bd80b6 tipc: Improve accuracy of link transmit queue maximum size statistic by Allan Stephens · 14 years ago
  20. 9f54b54 tipc: Eliminate unnecessary locking when starting topology service by Allan Stephens · 14 years ago
  21. 01d83ed tipc: Clean up tracking of node requesting a broadcast retransmit by Allan Stephens · 14 years ago
  22. 77c81e0 tipc: Clean out all remaining instances of #if 0'd unused code by Allan Stephens · 14 years ago
  23. c8a61b5 tipc: Fix print statements that assume pointers are 32-bit values by Allan Stephens · 14 years ago
  24. 5413b4c tipc: Improve handling of invalid link tolerance values by Allan Stephens · 14 years ago
  25. 3f8dd94 tipc: Prevent invalid memory access when sending to configuration service by Allan Stephens · 14 years ago
  26. 4132fac tipc: Remove unused global variable tipc_user_count by Allan Stephens · 14 years ago
  27. 2d627b9 tipc: Combine bearer structure with tipc_bearer structure by Allan Stephens · 14 years ago
  28. 23dd4cc tipc: Combine port structure with tipc_port structure by Allan Stephens · 14 years ago
  29. d12b0d9 qlcnic: Remove validation for max tx and max rx queues by Rajesh Borundia · 13 years ago
  30. 9ce13ca qlcnic: fix checks for auto_fw_reset by amit salecha · 13 years ago
  31. 39fc0ce net: Implement SFEATURES compatibility for not updated drivers by Michał Mirosław · 13 years ago
  32. 4e4db20 net: Fix ETHTOOL_GFEATURES compatibility by Michał Mirosław · 13 years ago
  33. 14d1232 net: avoid initial "Features changed" message by Michał Mirosław · 13 years ago
  34. 8e9b59b Fix "(unregistered net_device): Features changed" message by Michał Mirosław · 13 years ago
  35. a9a6fb3 r6040: bump to version 0.27 and date 23Feb2011 by Florian Fainelli · 13 years ago
  36. 193cfca r6040: fix multicast operations by Shawn Lin · 13 years ago
  37. e0c5631 em_meta: fix sparse warning by stephen hemminger · 13 years ago
  38. ea18fd9 mqprio: cleanups by stephen hemminger · 13 years ago
  39. ada440e afkey: add sparse annotation about rcu by stephen hemminger · 13 years ago
  40. 81b504b atl1[ce]: fix sparse warnings by stephen hemminger · 13 years ago
  41. c3f52ae socket: suppress sparse warnings by stephen hemminger · 13 years ago
  42. e13e02a3 net_sched: SFB flow scheduler by Eric Dumazet · 13 years ago
  43. dee9f4b net: Make flow cache paths use a const struct flowi. by David S. Miller · 13 years ago
  44. 4ca2e68 xfrm: Mark flowi arg to xfrm_resolve_and_create_bundle() const. by David S. Miller · 13 years ago
  45. 3f0e18f xfrm: Mark flowi arg to xfrm_dst_{alloc_copy,update_origin}() const. by David S. Miller · 13 years ago
  46. 98313ad xfrm: Mark flowi arg to xfrm_bundle_create() const. by David S. Miller · 13 years ago
  47. a6c2e61 xfrm: Mark flowi arg to xfrm_tmpl_resolve{,_one}() const. by David S. Miller · 13 years ago
  48. 73ff93c xfrm: Mark flowi arg to xfrm_expand_policies() const. by David S. Miller · 13 years ago
  49. 062cdb4 xfrm: Mark flowi arg to xfrm_policy_{lookup_by_type,match}() const. by David S. Miller · 13 years ago
  50. 47209ab xfrm: Kill strict arg to xfrm_bundle_ok(). by David S. Miller · 13 years ago
  51. 0730b9a net: Mark flowi arg to flow_cache_uli_match() const. by David S. Miller · 13 years ago
  52. b520e9f xfrm: Mark flowi arg to xfrm_state_find() const. by David S. Miller · 13 years ago
  53. 1a89859 xfrm: Mark flowi arg to xfrm_init_tempstate() const. by David S. Miller · 13 years ago
  54. 4a08ab0 xfrm: Mark flowi arg to xfrm_state_look_at() const. by David S. Miller · 13 years ago
  55. e33f770 xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const. by David S. Miller · 13 years ago
  56. e1ad2ab xfrm: Mark flowi arg to xfrm_selector_match() const. by David S. Miller · 13 years ago
  57. 1744a8f xfrm: Mark token args to addr_match() const. by David S. Miller · 13 years ago
  58. 8f029de xfrm: Mark flowi arg to xfrm_type->reject() const. by David S. Miller · 13 years ago
  59. 73e5ebb xfrm: Mark flowi arg to ->init_tempsel() const. by David S. Miller · 13 years ago
  60. 0c7b3ee xfrm: Mark flowi arg to ->fill_dst() const. by David S. Miller · 13 years ago
  61. 05d8402 xfrm: Mark flowi arg to ->get_tos() const. by David S. Miller · 13 years ago
  62. e8a4e37 xfrm: Mark flowi arg const in key extraction helpers. by David S. Miller · 13 years ago
  63. 5db5e44 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. 86fce3b cls_u32: fix sparse warnings by stephen hemminger · 13 years ago
  65. db62983 Merge branch 'net/ax88796' of git://git.pengutronix.de/git/mkl/linux-2.6 by David S. Miller · 13 years ago
  66. 9e1453c be2net: use hba_port_num instead of port_num by Ajit Khaparde · 13 years ago
  67. 609ff3b be2net: add code to display temperature of ASIC by Ajit Khaparde · 13 years ago
  68. 3968fa1 be2net: fix to ignore transparent vlan ids wrongly indicated by NIC by Ajit Khaparde · 13 years ago
  69. b2aebe6 be2net: variable name change by Ajit Khaparde · 13 years ago
  70. 4ee7721 be2net: fixes in ethtool selftest by Ajit Khaparde · 13 years ago
  71. f6c4bf3 be2net: add new counters to display via ethtool stats by Ajit Khaparde · 13 years ago
  72. 2a3bcfd Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6 by David S. Miller · 13 years ago
  73. eaefd11 net: add __rcu annotations to sk_wq and wq by Eric Dumazet · 13 years ago
  74. 04cfa85 Merge branch 'fec' of git://git.pengutronix.de/git/ukl/linux-2.6 by David S. Miller · 13 years ago
  75. dc19e4e sh: sh_eth: Add support ethtool by Nobuhiro Iwamatsu · 13 years ago
  76. 731109e ipvs: use hlist instead of list by Changli Gao · 13 years ago
  77. 320d6c1 ath9k_hw: Fix power on reset by Sujith Manoharan · 13 years ago
  78. 60687ba rt2x00: Add support for RT5390 chip by RA-Shiang Tu · 13 years ago
  79. fe59147 rt2x00: Add/Modify the GPIO register definition by Shiang Tu · 13 years ago
  80. 6f492b6 rt2x00: Add/Modify protection related register definitions by Shiang Tu · 13 years ago
  81. 47715e6 rt2x00: Remove superfluos empty line by Helmut Schaa · 13 years ago
  82. 1bce85cf Revert "rt2x00 : avoid timestamp for monitor injected frame." by Helmut Schaa · 13 years ago
  83. 430df79 rt2x00: Minor optimization for devices with RTS/CTS offload by Helmut Schaa · 13 years ago
  84. e90c54b rt2x00: Fix rt2800 txpower setting to correct value by RA-Jay Hung · 13 years ago
  85. d96aa64 rt2x00: Add antenna setting for RT3070/RT3090/RT3390 with RX antenna diversity support by RA-Jay Hung · 13 years ago
  86. 9e0bc67 rtlwifi: Remove obsolete/unused macros by Larry Finger · 13 years ago
  87. 17c9ac6 rtlwifi: rtl8192ce: Fix endian warnings by Larry Finger · 13 years ago
  88. 663dcc7 rtlwifi: Modify build system for rtl8192cu by Larry Finger · 13 years ago
  89. 29d00a3 rtlwifi: rtl8192cu: Add routine trx by George · 13 years ago
  90. 59187c5 rtlwifi: rtl8192cu: Add routine table by George · 13 years ago
  91. 3ac23f8 rtlwifi: rtl8192cu: Add routine rf by George · 13 years ago
  92. f0a39ae rtlwifi: rtl8192cu: Add routine phy by George · 13 years ago
  93. 666e845 rtlwifi: rtl8192cu: Add routine mac by George · 13 years ago
  94. dc0313f rtlwifi: rtl8192cu: Add routine hw by George · 13 years ago
  95. 442888c rtlwifi: rtl8192cu: Add routines dm, fw, led and sw by George · 13 years ago
  96. 4295cd2 rtlwifi: Move common parts of rtl8192ce/phy.c by Larry Finger · 13 years ago
  97. e97b775 rtlwifi: Modify wifi.h for rtl8192cu by Larry Finger · 13 years ago
  98. 18d3006 rtlwifi: Add headers for rtl8187cu by George · 13 years ago
  99. 7ea4724 rtlwifi: Modify some rtl8192ce routines for merging rtl8192cu by Larry Finger · 13 years ago
  100. 0e80b9d rtlwifi: Make changes in rtlwifi/rtl8192ce/def.h to support rtl8192cu by Larry Finger · 13 years ago