1. 68d7347 CAPI: Drop capiminor's unused inbytes counter by Jan Kiszka · 15 years ago
  2. 4279271 CAPI: Use atomics for capiminor's datahandle and msgid by Jan Kiszka · 15 years ago
  3. 42651b5 CAPI: Rename datahandle_queue -> ackqueue_entry by Jan Kiszka · 15 years ago
  4. a11ef7b CAPI: Rework capiminor RX handler by Jan Kiszka · 15 years ago
  5. b75b2ee CAPI: Drop handle_minor_recv from capinc_tty_write by Jan Kiszka · 15 years ago
  6. a84fdf4 CAPI: Drop atomic ttyopencount by Jan Kiszka · 15 years ago
  7. 3d5d30f CAPI: Clean up capiminors_lock by Jan Kiszka · 15 years ago
  8. 6576c28 CAPI: Drop obsolete nccip from capiminor struct by Jan Kiszka · 15 years ago
  9. 30bced9 CAPI: Issue synchronous hangup on capincci_free_minor by Jan Kiszka · 15 years ago
  10. 2c8df72 CAPI: Drop remaining NULL checks on tty->driver_data by Jan Kiszka · 15 years ago
  11. fb4b488 CAPI: Use tty_port to keep track of capiminor's tty by Jan Kiszka · 15 years ago
  12. 4632451 CAPI: Establish install/cleanup handlers for capiminor TTYs by Jan Kiszka · 15 years ago
  13. 0159d54 CAPI: Use kref on capiminor by Jan Kiszka · 15 years ago
  14. e95ac14 CAPI: Use dynamic major for NCCI TTYs by default by Jan Kiszka · 15 years ago
  15. 40fb2d0 CAPI: Dynamically register minor devices by Jan Kiszka · 15 years ago
  16. e76b154 CAPI: Clean up capinc_tty_init/exit by Jan Kiszka · 15 years ago
  17. 81d17fe CAPI: Switch capiminor list to array by Jan Kiszka · 15 years ago
  18. 884f5c4 CAPI: Switch NCCI list to standard doubly linked list by Jan Kiszka · 15 years ago
  19. 28a1dbb CAPI: Fix racy capi_read by Jan Kiszka · 15 years ago
  20. 54f0fad CAPI: Use non-atomic allocation during NCCI setup by Jan Kiszka · 15 years ago
  21. 05b4149 CAPI: Rework locking of capidev members by Jan Kiszka · 15 years ago
  22. eca39dd CAPI: Clean up capi_open/release by Jan Kiszka · 15 years ago
  23. b8f433d CAPI: Convert capidev_list_lock into a mutex by Jan Kiszka · 15 years ago
  24. 501c87a CAPI: Reduce #ifdef mess around CONFIG_ISDN_CAPI_MIDDLEWARE by Jan Kiszka · 15 years ago
  25. 88c896e CAPI: Rework application locking by Jan Kiszka · 15 years ago
  26. 0ca3a01 CAPI: Rework locking of controller data structures by Jan Kiszka · 15 years ago
  27. ef69bb2 CAPI: Rework controller state notifier by Jan Kiszka · 15 years ago
  28. 3efecf7 CAPI: Rework capi_ctr_ready/down by Jan Kiszka · 15 years ago
  29. 9717fb8 CAPI: Convert capi drivers rwlock into mutex by Jan Kiszka · 15 years ago
  30. 5225303 CAPI: Call a controller 'controller', not 'card' by Jan Kiszka · 15 years ago
  31. 88549d6 CAPI: Reduce chattiness during module loading/removal by Jan Kiszka · 15 years ago
  32. e11e7ac CAPI: Pin capifs instead of mounting it by Jan Kiszka · 15 years ago
  33. 07ad603 CAPI: Eliminate capifs_root variable by Jan Kiszka · 15 years ago
  34. 90926f0 CAPI: Sanitize capifs API by Jan Kiszka · 15 years ago
  35. c947862 CAPI: Fix leaks in capifs_new_ncci by Jan Kiszka · 15 years ago
  36. 54716e3 net neigh: Decouple per interface neighbour table controls from binary sysctls by Eric W. Biederman · 15 years ago
  37. 0229168 net ipv4: Decouple ipv4 interface parameters from binary sysctl numbers by Eric W. Biederman · 15 years ago
  38. 9e3f806 drivers/net/pcnet32.c: Checkpatch cleaning by Joe Perches · 15 years ago
  39. 13ff83b drivers/net/pcnet32.c: Use (pr|netdev|netif)_<levels> macro helpers by Joe Perches · 15 years ago
  40. 249658d drivers/net/tehuti.c: trivial checkpatch cleanups by Joe Perches · 15 years ago
  41. cb001a1 drivers/net/tehuti.c: Hoist assigns out of ifs by Joe Perches · 15 years ago
  42. 865a21a drivers/net/tehuti.c: Use (pr|netdev|netif)_<levels> macro helpers by Joe Perches · 15 years ago
  43. 6c35aba drivers/net/sky2: Convert to use netif_printk macros by Joe Perches · 15 years ago
  44. 6909c66 drivers/net/ixgb: Use netif_printk macros by Joe Perches · 15 years ago
  45. 177867c sparc64: Kill bogus ip_tables.h include. by David S. Miller · 15 years ago
  46. bec9204 bnx2: Update firmwares and update version to 2.0.8. by Michael Chan · 15 years ago
  47. c9885fe bnx2: Fix bug when saving statistics. by Patrick Rabau · 15 years ago
  48. beb499a bnx2: Allow user-specified multiple advertisement speed values. by Michael Chan · 15 years ago
  49. 5726026 bnx2: Adjust flow control water marks. by Michael Chan · 15 years ago
  50. e9f26c4 bnx2: Need to call cnic_setup_cnic_irq_info() after MTU change. by Michael Chan · 15 years ago
  51. efde73a bnx2: Check BNX2_FLAG_USING_MSIX flag when setting up MSIX. by Michael Chan · 15 years ago
  52. 496c185 atl1c: Add support for Atheros AR8152 and AR8152 by Luis R. Rodriguez · 15 years ago
  53. d5aa407 tunnels: fix netns vs proto registration ordering by Alexey Dobriyan · 15 years ago
  54. c2892f0 gre: fix netns vs proto registration ordering by Alexey Dobriyan · 15 years ago
  55. 749f621 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 15 years ago
  56. 339c6e9 ethtool: reduce stack usage by Eric Dumazet · 15 years ago
  57. 5cdaaa1 net: emaclite: adding MDIO and phy lib support by John Linn · 15 years ago
  58. a928852 X25: Dont let x25_bind use addresses containing characters by andrew hendry · 15 years ago
  59. b18e7a0 X25: Fix x25_create errors for bad protocol and ENOBUFS by andrew hendry · 15 years ago
  60. cf58847 be2net: implement EEH pci error recovery handlers by Sathya Perla · 15 years ago
  61. 0dca3a8 xfrm: Flushing empty SPD generates false events by jamal · 15 years ago
  62. 19f4c71 xfrm: Flushing empty SAD generates false events by jamal · 15 years ago
  63. 9546377 IPv6: Delete redundant counter of IPSTATS_MIB_REASMFAILS by Shan Wei · 15 years ago
  64. 564517e net/macvtap: fix reference counting by Arnd Bergmann · 15 years ago
  65. e9449d8 cxgb3: fix link flap by Divy Le Ray · 15 years ago
  66. 38a8fc0 cxgb3: FIx VLAN over Jumbo frames by Divy Le Ray · 15 years ago
  67. d41a5b7 ixgbe: Cleanup incorrect header comments by Peter Waskiewicz · 15 years ago
  68. 0d643e1 ethtool: Move n-tuple capability check into set_flags by Peter Waskiewicz · 15 years ago
  69. e858911 ethtool: Fix filter addition when caching n-tuple filters by Peter Waskiewicz · 15 years ago
  70. 3e5e524 netfilter: CONFIG_COMPAT: allow delta to exceed 32767 by Florian Westphal · 15 years ago
  71. fc0e3df netfilter: ebtables: avoid explicit XT_ALIGN() in match/targets by Florian Westphal · 15 years ago
  72. 1756de2 netfilter: ebtables: abort if next_offset is too small by Florian Westphal · 15 years ago
  73. ef00f89 netfilter: ctnetlink: add zone support by Patrick McHardy · 15 years ago
  74. 5d0aa2c netfilter: nf_conntrack: add support for "conntrack zones" by Patrick McHardy · 15 years ago
  75. 8fea97e netfilter: nf_conntrack: pass template to l4proto ->error() handler by Patrick McHardy · 15 years ago
  76. d5d1baa netfilter: xtables: add const qualifiers by Jan Engelhardt · 15 years ago
  77. 739674f netfilter: xtables: constify args in compat copying functions by Jan Engelhardt · 15 years ago
  78. b402405 netfilter: xtables: print details on size mismatch by Jan Engelhardt · 15 years ago
  79. 2249065 netfilter: get rid of the grossness in netfilter.h by Jan Engelhardt · 15 years ago
  80. 23f3733 netfilter: reduce NF_HOOK by one argument by Jan Engelhardt · 15 years ago
  81. fa96a0e netfilter: iptables: remove unused function arguments by Jan Engelhardt · 15 years ago
  82. 98e6d2d netfilter: xt_recent: inform user when hitcount is too large by Jan Engelhardt · 15 years ago
  83. 02b1bae niu: Refinements to kernel logging. by David S. Miller · 15 years ago
  84. 228da6c mac80211: Fix error introduced in netdev_mc_count() changes. by David S. Miller · 15 years ago
  85. 5659338 vhost-net: switch to smp barriers by Michael S. Tsirkin · 15 years ago
  86. f10a1f2 niu: Use pr_<level>, netdev_<level> and netif_<level> macros by Joe Perches · 15 years ago
  87. a146708 ethtool: Fix includes build break by David S. Miller · 15 years ago
  88. 1a5778a net: Fix first line of kernel-doc for a few functions by Ben Hutchings · 15 years ago
  89. 5ecccb7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  90. f6f2230 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  91. 3d0beb9 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  92. b3b3f04 tg3: Update driver version to 3.107 by Matt Carlson · 15 years ago
  93. 1061b7c tg3: Fix AC131 loopback test errors for 5785 by Matt Carlson · 15 years ago
  94. c887340 tg3: Fix napi assignments in loopback test by Matt Carlson · 15 years ago
  95. 603f117 tg3: Reset phy during bringup when using phylib by Matt Carlson · 15 years ago
  96. 0339e4e tg3: Turn off multiple DMA reads for 5717 by Matt Carlson · 15 years ago
  97. 6b10c16 tg3: Fix 57765 A0 bootcode race condition by Matt Carlson · 15 years ago
  98. f89f38b tg3: Unwedge stuck MSI-X vectors by Matt Carlson · 15 years ago
  99. e92967b tg3: Prevent rx producer ring overruns by Matt Carlson · 15 years ago
  100. e4af1af tg3: Give MSI-X vec 1 rx backlog space by Matt Carlson · 15 years ago