1. 05d8402 xfrm: Mark flowi arg to ->get_tos() const. by David S. Miller · 13 years ago
  2. e8a4e37 xfrm: Mark flowi arg const in key extraction helpers. by David S. Miller · 13 years ago
  3. 86fce3b cls_u32: fix sparse warnings by stephen hemminger · 13 years ago
  4. db62983 Merge branch 'net/ax88796' of git://git.pengutronix.de/git/mkl/linux-2.6 by David S. Miller · 13 years ago
  5. 9e1453c be2net: use hba_port_num instead of port_num by Ajit Khaparde · 13 years ago
  6. 609ff3b be2net: add code to display temperature of ASIC by Ajit Khaparde · 13 years ago
  7. 3968fa1 be2net: fix to ignore transparent vlan ids wrongly indicated by NIC by Ajit Khaparde · 13 years ago
  8. b2aebe6 be2net: variable name change by Ajit Khaparde · 13 years ago
  9. 4ee7721 be2net: fixes in ethtool selftest by Ajit Khaparde · 13 years ago
  10. f6c4bf3 be2net: add new counters to display via ethtool stats by Ajit Khaparde · 13 years ago
  11. 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
  12. eaefd110 net: add __rcu annotations to sk_wq and wq by Eric Dumazet · 13 years ago
  13. 04cfa85 Merge branch 'fec' of git://git.pengutronix.de/git/ukl/linux-2.6 by David S. Miller · 13 years ago
  14. dc19e4e sh: sh_eth: Add support ethtool by Nobuhiro Iwamatsu · 13 years ago
  15. f6d7f2c ax88796: use generic mdio_bitbang driver by Marc Kleine-Budde · 13 years ago
  16. c9218c3 ax88796: clean up probe and remove function by Marc Kleine-Budde · 13 years ago
  17. a54dc58 ax88796: make pointer to platform data const by Marc Kleine-Budde · 13 years ago
  18. 0f442f5 ax88796: remove platform_device member from struct ax_device by Marc Kleine-Budde · 13 years ago
  19. 85ac616 ax88796: use netdev_<LEVEL> instead of dev_<LEVEL> and pr_<LEVEL> by Marc Kleine-Budde · 13 years ago
  20. 1cbece3 ax88796: remove first_init parameter from ax_init_dev() by Marc Kleine-Budde · 13 years ago
  21. 2f9709d ax88796: remove memset of private data by Marc Kleine-Budde · 13 years ago
  22. ea5a43d ax88796: don't use magic ei_status to acces private data by Marc Kleine-Budde · 13 years ago
  23. 9f07242 ax88796: fix codingstyle and checkpatch warnings by Marc Kleine-Budde · 13 years ago
  24. 59ed5ab sctp: fix compile warnings in sctp_tsnmap_num_gabs by Shan Wei · 13 years ago
  25. 089c348 tcp: Remove debug macro of TCP_CHECK_TIMER by Shan Wei · 13 years ago
  26. 81146ec tcp: document tcp_max_ssthresh (Limited Slow-Start) by Ilpo Järvinen · 13 years ago
  27. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  28. 2205a6e sctp: fix reporting of unknown parameters by Jiri Bohac · 13 years ago
  29. 226111d net: dcb: match dcb_app protocol field with 802.1Qaz spec by John Fastabend · 13 years ago
  30. 91035f0 tcp: fix inet_twsk_deschedule() by Eric Dumazet · 13 years ago
  31. ece639c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 13 years ago
  32. 0cc9d52 Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  33. 4c3021d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  34. a5bbef0 Merge branch 'for-linus/bugfixes' of git://xenbits.xen.org/people/ianc/linux-2.6 by Linus Torvalds · 13 years ago
  35. 9435eb1 ipv4: Implement __ip_dev_find using new interface address hash. by David S. Miller · 13 years ago
  36. fd23c3b ipv4: Add hash table of interface addresses. by David S. Miller · 13 years ago
  37. bc3adfc Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  38. ceaaec9 net: deinit automatic LIST_HEAD by Eric Dumazet · 13 years ago
  39. f87e6f4 net: dont leave active on stack LIST_HEAD by Linus Torvalds · 13 years ago
  40. 214f45c net: provide default_advmss() methods to blackhole dst_ops by Eric Dumazet · 13 years ago
  41. 3c18d4d Expand CONFIG_DEBUG_LIST to several other list operations by Linus Torvalds · 13 years ago
  42. 2a324ce Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  43. c8b392e Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  44. dd8240b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  45. a0aeccd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 13 years ago
  46. fa7ea87 fs/partitions: Validate map_count in Mac partition tables by Timo Warns · 13 years ago
  47. 1cbb1a6 enic: Always use single transmit and single receive hardware queues per device by Vasanthy Kolluri · 13 years ago
  48. 982721f ipv4: Use const'ify fib_result deep in the route call chains. by David S. Miller · 13 years ago
  49. b6bf3ca ipv4: Mark fib_combine_itag()'s 'res' arg as const. by David S. Miller · 13 years ago
  50. 3b00456 ipv4: Avoid use of signed integers in fib_trie code. by David S. Miller · 13 years ago
  51. 3c7bd1a net: Add initial_ref arg to dst_alloc(). by David S. Miller · 13 years ago
  52. 0c4dcd5 ipv4: Consolidate ipv4 dst allocation logic. by David S. Miller · 13 years ago
  53. 010c270 ipv4: Move rcu_read_{lock,unlock}() into ip_route_output_slow(). by David S. Miller · 13 years ago
  54. 5ada552 ipv4: Simplify output route creation call sequence. by David S. Miller · 13 years ago
  55. 456d66e RTC: Re-enable UIE timer/polling emulation by John Stultz · 13 years ago
  56. 6e57b1d RTC: Revert UIE emulation removal by John Stultz · 13 years ago
  57. 516373b RTC: Release mutex in error path of rtc_alarm_irq_enable by Uwe Kleine-König · 13 years ago
  58. cf0bdef loopback: convert to hw_features by Michał Mirosław · 13 years ago
  59. e83d360 net: introduce NETIF_F_RXCSUM by Michał Mirosław · 13 years ago
  60. da8ac86c net: use ndo_fix_features for ethtool_ops->set_flags by Michał Mirosław · 13 years ago
  61. 8679488 net: ethtool: use ndo_fix_features for offload setting by Michał Mirosław · 13 years ago
  62. 5455c69 net: Introduce new feature setting ops by Michał Mirosław · 13 years ago
  63. 0a41770 ethtool: factorize get/set_one_feature by Michał Mirosław · 13 years ago
  64. 340ae16 ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count() by Michał Mirosław · 13 years ago
  65. 212b573 ethtool: enable GSO and GRO by default by Michał Mirosław · 13 years ago
  66. 9a279ea ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct place by Michał Mirosław · 13 years ago
  67. 5990b18 enic: Clean up: Remove a not needed #ifdef by Vasanthy Kolluri · 13 years ago
  68. e0afe53 enic: Bug fix: Reset driver count of registered unicast addresses to zero during device reset by Vasanthy Kolluri · 13 years ago
  69. ed199fa tg3: Restrict phy ioctl access by Matt Carlson · 13 years ago
  70. 0d672e9 drivers/net: Call netif_carrier_off at the end of the probe by Ivan Vecera · 13 years ago
  71. 814b0a61 Merge branches 'nes' and 'qib' into for-next by Roland Dreier · 13 years ago
  72. c0af2c05 IB/qib: Prevent double completions after a timeout or RNR error by Mike Marciniszyn · 13 years ago
  73. 64d8ad6 sfc: Implement hardware acceleration of RFS by Ben Hutchings · 14 years ago
  74. ab532cf bnx2x: Support for managing RX indirection table by Tom Herbert · 13 years ago
  75. 9721dbb net/fec: remove unused driver data by Uwe Kleine-König · 13 years ago
  76. 0af320f netfilter: ip6t_LOG: fix a flaw in printing the MAC by Joerg Marx · 13 years ago
  77. d503b30 netfilter: tproxy: do not assign timewait sockets to skb->sk by Florian Westphal · 13 years ago
  78. 8dd3838 xen: suspend and resume system devices when running PVHVM by Ian Campbell · 13 years ago
  79. c600636 ixgbe: work around for DDP last buffer size by Amir Hanania · 13 years ago
  80. 4c7e604 ixgbe: fix panic due to uninitialised pointer by Andy Gospodarek · 13 years ago
  81. 713b3c9 e1000e: flush all writebacks before unload by Jesse Brandeburg · 13 years ago
  82. 615b32a e1000e: check down flag in tasks by Jesse Brandeburg · 13 years ago
  83. ee715087 Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 13 years ago
  84. e138018 Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next into drm-fixes by Dave Airlie · 13 years ago
  85. 9f4283f drm/radeon/kms: add missing frac fb div flag for dce4+ by Alex Deucher · 13 years ago
  86. 16e4b8a drm/radeon/kms: do not reject X16 and Y16X16 floating-point formats on r300 by Marek Olšák · 13 years ago
  87. 317495b drm/nouveau: fix suspend/resume on GPUs that don't have PM support by Ben Skeggs · 13 years ago
  88. 68ac01a Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  89. e51900f block: revert block_dev read-only check by Chuck Ebbert · 13 years ago
  90. b8884da drm/nouveau: flips/flipd need to always set 'evict' for move_accel_cleanup() by Ben Skeggs · 13 years ago
  91. 1dc3267 drm/nv40: fix tiling-related setup for a number of chipsets by Ben Skeggs · 13 years ago
  92. 0d9b619 drm/nouveau: fix non-EDIDful native mode selection by Ben Skeggs · 13 years ago
  93. 77b1d5d drm/nouveau: Fix detection of DDC-based LVDS on DCB15 boards. by Francisco Jerez · 13 years ago
  94. 8788622 drm/nv04-nv40: Fix NULL dereference when we fail to find an LVDS native mode. by Francisco Jerez · 13 years ago
  95. 812f219 drm/nv10: Fix crash when allocating a BO larger than half the available VRAM. by Francisco Jerez · 13 years ago
  96. 47c8529 nfsd: correctly handle return value from nfsd_map_name_to_* by NeilBrown · 13 years ago
  97. d472605 sfc: Limit filter search depth further for performance hints (i.e. RFS) by Ben Hutchings · 14 years ago
  98. 2e725a0 PM / Hibernate: Return error code when alloc_image_page() fails by Stanislaw Gruszka · 13 years ago
  99. 3233cdb workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies long by Tejun Heo · 13 years ago
  100. a264011 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 13 years ago