1. 02eacbd ethtool: Add a common function for drivers with transmit time stamping. by Richard Cochran · 13 years ago
  2. c8f3a8c ethtool: Introduce a method for getting time stamping capabilities. by Richard Cochran · 13 years ago
  3. 995a909 ptp: Add a method for obtaining the device index. by Richard Cochran · 13 years ago
  4. ffe06c1 filter: add XOR operation by Jiri Pirko · 13 years ago
  5. 302d663 filter: Allow to create sk-unattached filters by Jiri Pirko · 13 years ago
  6. 33be96e net/hyperv: Add flow control based on hi/low watermark by Haiyang Zhang · 13 years ago
  7. edbc0bb net: Report dev->promiscuity in netlink reports. by Ben Greear · 13 years ago
  8. e4422b2 net: remove unused icmp_ioctl() definition. by Rami Rosen · 13 years ago
  9. b3fe91c netlink: Delete all NLA_PUT*() macros. by David S. Miller · 13 years ago
  10. e545d71 xfrm: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  11. 24c410d netlink: Add nla_put_le{16,32,64}() helpers. by David S. Miller · 13 years ago
  12. 7cf7899 ipset: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  13. 6c1dd3b netlink: Add nla_put_net{16,32,64}() helpers. by David S. Miller · 13 years ago
  14. 569a8fc netlink: Add nla_put_be{16,32,64}() helpers. by David S. Miller · 13 years ago
  15. 09e79d6 eql: dont rely on HZ=100 by Eric Dumazet · 13 years ago
  16. 7dd30d4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 13 years ago
  17. de8856d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  18. 66f03c6 Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  19. 3480059 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  20. 46b407c Merge tag 'rpmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  21. 48d5544 Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  22. d61b7a5 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  23. 66266b3 cfg80211: allow CFG80211_SIGNAL_TYPE_UNSPEC in station_info by John W. Linville · 13 years ago
  24. 50269e1 net: add a truesize parameter to skb_add_rx_frag() by Eric Dumazet · 13 years ago
  25. e22057c Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  26. 250f671 Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  27. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  28. 511f1cb Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into next/drivers by Arnd Bergmann · 13 years ago
  29. f1d38e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl by Linus Torvalds · 13 years ago
  30. cf82192 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 13 years ago
  31. 0d19eac Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  32. 56c10bf Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  33. bba1594 Merge branch 'mmci' into amba by Russell King · 13 years ago
  34. 8e3ade2 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  35. bda7bad procfs: speed up /proc/pid/stat, statm by KAMEZAWA Hiroyuki · 13 years ago
  36. 1ac101a procfs: add num_to_str() to speed up /proc/stat by KAMEZAWA Hiroyuki · 13 years ago
  37. accb61f coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP by Jason Baron · 13 years ago
  38. 909af76 coredump: remove VM_ALWAYSDUMP flag by Jason Baron · 13 years ago
  39. 9d944ef usermodehelper: kill umh_wait, renumber UMH_* constants by Oleg Nesterov · 13 years ago
  40. d0bd587 usermodehelper: implement UMH_KILLABLE by Oleg Nesterov · 13 years ago
  41. ee00560c ptrace: remove PTRACE_SEIZE_DEVEL bit by Denys Vlasenko · 13 years ago
  42. 5cdf389a ptrace: renumber PTRACE_EVENT_STOP so that future new options and events can match by Denys Vlasenko · 13 years ago
  43. 86b6c1f ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS code by Denys Vlasenko · 13 years ago
  44. b1845ff ptrace: don't send SIGTRAP on exec if SEIZED by Oleg Nesterov · 13 years ago
  45. 15cab95 ptrace: the killed tracee should not enter the syscall by Oleg Nesterov · 13 years ago
  46. 626cf23 poll: add poll_requested_events() and poll_does_not_wait() functions by Hans Verkuil · 13 years ago
  47. 46c5801 crc32: bolt on crc32c by Darrick J. Wong · 13 years ago
  48. 6061d94 include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) by Joe Perches · 13 years ago
  49. bb98200 leds-lm3530: support pwm input mode by Kim, Milo · 13 years ago
  50. 011af7b drivers/leds/leds-lp5521.c: support led pattern data by Kim, Milo · 13 years ago
  51. 3b49aac drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_data by Kim, Milo · 13 years ago
  52. 5ae4e8a drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_config by Kim, Milo · 13 years ago
  53. 03f4a82 bitops: introduce for_each_clear_bit() by Akinobu Mita · 13 years ago
  54. 0a329d2 bitops: remove for_each_set_bit_cont() by Akinobu Mita · 13 years ago
  55. 307b1cd bitops: rename for_each_set_bit_cont() in favor of analogous list.h function by Akinobu Mita · 13 years ago
  56. 7be865a backlight: new backlight driver for LP855x devices by Kim, Milo · 13 years ago
  57. ebec18a prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervision by Lennart Poettering · 13 years ago
  58. 7ccaba5 consolidate WARN_...ONCE() static variables by Jan Beulich · 13 years ago
  59. 10db4e1 headers: include linux/types.h where appropriate by Bobby Powers · 13 years ago
  60. d314d74 nmi watchdog: do not use cpp symbol in Kconfig by Cong Wang · 13 years ago
  61. b502bd1 magic.h: move some FS magic numbers into magic.h by Muthu Kumar · 13 years ago
  62. e317234 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 13 years ago
  63. 0b0c9d3 Merge tag 'iommu-updates-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  64. fc2bb8d Merge branch 'i2c-embedded/for-3.4' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 13 years ago
  65. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  66. f63d395 Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  67. 4375382 Merge tag 'fbdev-updates-for-3.4' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 13 years ago
  68. 9586c95 Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 13 years ago
  69. 3469940 Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 13 years ago
  70. 7fc86a7 Merge tag 'pinctrl-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 13 years ago
  71. 7bfe0e6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  72. d4c6fa7 Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  73. aab008d Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm by Linus Torvalds · 13 years ago
  74. c1ebd7d netfilter: cttimeout: fix dependency with l4protocol conntrack module by Pablo Neira Ayuso · 13 years ago
  75. 09fa302 Merge branch 'drm-radeon-sitn-support' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  76. be53bfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  77. b2094ef Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  78. 424a6f6 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  79. 1ab142d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  80. 267d7b2 Merge tag 'md-3.4' of git://neil.brown.name/md by Linus Torvalds · 13 years ago
  81. 7de4730 Merge branches 'iommu/fixes', 'arm/tegra' and 'x86/amd' into next by Joerg Roedel · 13 years ago
  82. 2390481 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  83. 754b980 Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  84. f06fc0c Merge branch 'x86-eficross-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  85. e17fdf5 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  86. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  87. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  88. ad12ab2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 13 years ago
  89. d8c37c4 thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGE by Naoya Horiguchi · 13 years ago
  90. 4331f7d memcg: fix performance of mem_cgroup_begin_update_page_stat() by KAMEZAWA Hiroyuki · 13 years ago
  91. 2ff76f1 memcg: remove PCG_FILE_MAPPED by KAMEZAWA Hiroyuki · 13 years ago
  92. 89c06bd memcg: use new logic for page stat accounting by KAMEZAWA Hiroyuki · 13 years ago
  93. 312734c0 memcg: remove PCG_MOVE_LOCK flag from page_cgroup by KAMEZAWA Hiroyuki · 13 years ago
  94. a710920 memcg: kill dead prev_priority stubs by Konstantin Khlebnikov · 13 years ago
  95. b2402857 memcg: remove PCG_CACHE page_cgroup flag by KAMEZAWA Hiroyuki · 13 years ago
  96. 42aee6c cgroup: revert ss_id_lock to spinlock by Hugh Dickins · 13 years ago
  97. 31a7923 memcg: replace MEM_CONT by MEM_RES_CTLR by Hugh Dickins · 13 years ago
  98. 8d13bdd page_alloc.c: remove add_from_early_node_map() by Kautuk Consul · 13 years ago
  99. 40716e2 hugetlbfs: fix alignment of huge page requests by Steven Truelove · 13 years ago
  100. 05af2e1 mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat() by David Rientjes · 13 years ago