1. 117ff42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  2. 805a6af Linux 3.2 by Linus Torvalds · 13 years ago
  3. 8696823 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  4. d6042ea minixfs: misplaced checks lead to dentry leak by Al Viro · 13 years ago
  5. 8a88951 ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detach by Oleg Nesterov · 13 years ago
  6. 50b8d25 ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE race by Oleg Nesterov · 13 years ago
  7. 8d9cbf8 Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  8. 1d57830 ipv6/addrconf: speedup /proc/net/if_inet6 filling by Mihai Maruseac · 13 years ago
  9. 4852968 r6040: place comments before code by Florian Fainelli · 13 years ago
  10. 853d5dc r6040: use __aligned(size) by Florian Fainelli · 13 years ago
  11. e147763 r6040: use definitions for MAC_SM register read/writes by Florian Fainelli · 13 years ago
  12. 58dbc69 r6040: use MAC_RST bit definition with MCR1 read/writes by Florian Fainelli · 13 years ago
  13. 4e16d6e r6040: define more MCR0 register bits by Florian Fainelli · 13 years ago
  14. 49f2672 r6040: remove unused variables and definitions by Florian Fainelli · 13 years ago
  15. 817380e r6040: use an unique MDIO bus name by Florian Fainelli · 13 years ago
  16. e6bff99 ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2) by Neil Horman · 13 years ago
  17. 02a9098 net_sched: sfq: always randomize hash perturbation by Eric Dumazet · 13 years ago
  18. bd16a6c net_sched: sfq: fix mem alloc error recovery by Eric Dumazet · 13 years ago
  19. 6cfb5e7 ethtool: Remove ethtool_ops::set_rx_ntuple operation by Ben Hutchings · 13 years ago
  20. 8db182f sfc: Remove now-unused filter function by Ben Hutchings · 13 years ago
  21. b2bb7b7 sfc: Implement ethtool RX NFC rules API instead of n-tuple API by Ben Hutchings · 13 years ago
  22. 1a6281a sfc: Add support for retrieving and removing filters by ID by Ben Hutchings · 13 years ago
  23. 3532650 sfc: Use consistent types for filter IDs, indices and search depths by Ben Hutchings · 13 years ago
  24. b1f9284 sfc: Change filter ID generation to satisfy priority semantics of RX NFC by Ben Hutchings · 13 years ago
  25. 55664f3 ethtool: Allow drivers to select RX NFC rule locations by Ben Hutchings · 13 years ago
  26. 3a73e49 gianfar: Reject out-of-range RX NFC locations by Ben Hutchings · 13 years ago
  27. d8f46ff Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 13 years ago
  28. f423fc6 Revert "rtc: Expire alarms after the time is set." by Linus Torvalds · 13 years ago
  29. 225de11 [CIFS] default ntlmv2 for cifs mount delayed to 3.3 by Steve French · 13 years ago
  30. 497728e cifs: fix bad buffer length check in coalesce_t2 by Jeff Layton · 13 years ago
  31. 157e8bf Revert "rtc: Disable the alarm in the hardware" by Linus Torvalds · 13 years ago
  32. 6386994 net/smsc911x: Check if PHY is in operational mode before software reset by Javier Martinez Canillas · 13 years ago
  33. 43c6759 net: phy: smsc: Move SMSC PHY constants to <linux/smscphy.h> by Javier Martinez Canillas · 13 years ago
  34. f9fab10 hung_task: fix false positive during vfork by Mandeep Singh Baines · 13 years ago
  35. 30e0532 security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not set by Jan Kara · 13 years ago
  36. 57adc1f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  37. 405cc27 fix CAN MAINTAINERS SCM tree type by Oliver Hartkopp · 13 years ago
  38. b015dbc mwifiex: fix crash during simultaneous scan and connect by Amitkumar Karwar · 13 years ago
  39. 0900951 b43: fix regression in PIO case by Guennadi Liakhovetski · 13 years ago
  40. b25bfda ath9k: Fix kernel panic in AR2427 in AP mode by Mohammed Shafi Shajakhan · 13 years ago
  41. f9dc73e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth by John W. Linville · 13 years ago
  42. ec78213 CAN MAINTAINERS update by Oliver Hartkopp · 13 years ago
  43. faa85aa skge: fix warning when CONFIG_PM is defined but not CONFIG_PM_SLEEP by Daniel Halperin · 13 years ago
  44. 86d8c07 net/davinci: do not use all descriptors for tx packets by Sascha Hauer · 13 years ago
  45. 0d90324 net: fsl: fec: fix build for mx23-only kernel by Wolfram Sang · 13 years ago
  46. fa0f5aa net_sched: qdisc_alloc_handle() can be too slow by Eric Dumazet · 13 years ago
  47. d32ae76 sch_qfq: accurate wsum handling by Eric Dumazet · 13 years ago
  48. 6bafcac sch_qfq: fix overflow in qfq_update_start() by Eric Dumazet · 13 years ago
  49. d47a0ac sch_sfq: dont put new flow at the end of flows by Eric Dumazet · 13 years ago
  50. 1c015b3 mlx4_core: Elaborating limitation on VF port options by Yevgeny Petrilin · 13 years ago
  51. 1e27ca6 mlx4_core: fix mtt range deallocation by Marcel Apfelbaum · 13 years ago
  52. f7d9821 bonding: fix error handling if slave is busy (v2) by stephen hemminger · 13 years ago
  53. f872b23 8139cp: properly config rx mode after resuming by Jason Wang · 13 years ago
  54. 7d03f5a 8139cp/8139too: do not read into reserved registers by Jason Wang · 13 years ago
  55. 4376eee drm/radeon/kms/atom: fix possible segfault in pm setup by Alexander Müller · 13 years ago
  56. 0e22d04 ixgbe: add support for new 82599 device. by Don Skidmore · 13 years ago
  57. 9e791e4 ixgbe: add support for new 82599 device id by Emil Tantilov · 13 years ago
  58. 176f950 ixgbe: add write flush in ixgbe_clock_out_i2c_byte() by Emil Tantilov · 13 years ago
  59. 52f33af ixgbe: fix typo's by Stephen Hemminger · 13 years ago
  60. c1085b1 ixgbe: fix incorrect PHY register reads by Emil Tantilov · 13 years ago
  61. f83396a igb: Add flow control advertising to ethtool setting. by Carolyn Wyborny · 13 years ago
  62. f131a6c ixgbevf: Fix register defines to correctly handle complex expressions by Alexander Duyck · 13 years ago
  63. 455ffa6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  64. dc0d633 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  65. 115e8e7 Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  66. 733bbb7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  67. 3ab0b24 netfilter: nfnetlink_acct: fix nfnl_acct_get operation by Pablo Neira Ayuso · 13 years ago
  68. c7f46b7 Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  69. ac97ecc gspca: Fix falling back to lower isoc alt settings by Mauro Carvalho Chehab · 13 years ago
  70. e6780f7 futex: Fix uninterruptible loop due to gate_area by Hugh Dickins · 13 years ago
  71. c121638 netfilter: ctnetlink: fix timeout calculation by Xi Wang · 13 years ago
  72. 52793db ipvs: try also real server with port 0 in backup server by Julian Anastasov · 13 years ago
  73. fe3c8cc skge: restore rx multicast filter on resume and after config changes by Florian Zumbiehl · 13 years ago
  74. b236916a be2net: query link status in be_open() by Ajit Khaparde · 13 years ago
  75. 94f434c be2net: fix range check for set_qos for a VF by Ajit Khaparde · 13 years ago
  76. 80817cb be2net: fix be_vlan_add/rem_vid by Ajit Khaparde · 13 years ago
  77. cd3109d mlx4_en: nullify cq->vector field when closing completion queue by Yevgeny Petrilin · 13 years ago
  78. 5061253 netem: fix classful handling by Eric Dumazet · 13 years ago
  79. 32b293a IPv6: Avoid taking write lock for /proc/net/ipv6_route by Josh Hunt · 13 years ago
  80. c9da99e unix_diag: Fixup RQLEN extension report by Pavel Emelyanov · 13 years ago
  81. 885ee74 af_unix: Move CINQ/COUTQ code to helpers by Pavel Emelyanov · 13 years ago
  82. 06867fb Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  83. 257b529 unix_diag: Add the MEMINFO extension by Pavel Emelyanov · 13 years ago
  84. 604a16b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  85. c63c4ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  86. c0636fa inet_diag: Add the SKMEMINFO extension by Pavel Emelyanov · 13 years ago
  87. 5d2e5f2 sock_diag: Introduce the meminfo nla core (v2) by Pavel Emelyanov · 13 years ago
  88. 288461e unix_diag: Include unix_diag.h into header-y target by Pavel Emelyanov · 13 years ago
  89. e6fe237 sock_diag: Arrange sock_diag.h such that it is exportable to userspace by Pavel Emelyanov · 13 years ago
  90. d65616a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  91. e95bf44 Merge branch 'v3.2-samsung-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung by Linus Torvalds · 13 years ago
  92. 3b87487 Revert "clockevents: Set noop handler in clockevents_exchange_device()" by Linus Torvalds · 13 years ago
  93. 995b410 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 13 years ago
  94. 56be178 Merge branch 'tipc-Dec29-2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by David S. Miller · 13 years ago
  95. 7f8e323 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  96. f19765f tipc: rename struct bearer_name to struct tipc_bearer_names by Paul Gortmaker · 13 years ago
  97. a18c4bc tipc: rename struct link* to struct tipc_link* by Paul Gortmaker · 13 years ago
  98. 7f9ab6a tipc: rename struct bcbearer* to tipc_bcbearer* by Paul Gortmaker · 13 years ago
  99. 6765fd6 tipc: rename struct bclink to struct tipc_bclink by Paul Gortmaker · 13 years ago
  100. 11f9990 tipc: rename struct subscriber to struct tipc_subscriber by Paul Gortmaker · 13 years ago