1. fd468c7 net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMP by Ben Hutchings · 11 years ago
  2. 590d469 net/compat: Merge multiple implementations of ifreq::ifr_data conversion by Ben Hutchings · 11 years ago
  3. 417c352 net/compat: Fix minor information leak in siocdevprivate_ioctl() by Ben Hutchings · 11 years ago
  4. e1bd1dc net_tstamp: Improve kernel-doc for struct hwtstamp_config by Ben Hutchings · 11 years ago
  5. 018c5bb net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum(). by David S. Miller · 11 years ago
  6. f52ed89 pkt_sched: fq: fix pacing for small frames by Eric Dumazet · 11 years ago
  7. 65c5189a pkt_sched: fq: warn users using defrate by Eric Dumazet · 11 years ago
  8. 568508a genetlink: unify registration functions by Johannes Berg · 11 years ago
  9. 052e312 MAINTAINERS: Update Pegasus and RTL8150 repositories; by Petko Manolov · 11 years ago
  10. 1e7a2e2 net: ethernet: ti/cpsw: do not crash on single-MAC machines during resume by Daniel Mack · 11 years ago
  11. 82c80e9 Merge branch 'macvlan' by David S. Miller · 11 years ago
  12. 529d048 macvlan: disable LRO on lower device instead of macvlan by Michal Kubeček · 11 years ago
  13. be9eac4 macvlan: introduce macvlan_dev_real_dev() helper function by Michal Kubeček · 11 years ago
  14. f9de11a bonding: add ip checks when store ip target by Wang Weidong · 11 years ago
  15. 1188f05 6lowpan: Uncompression of traffic class field was incorrect by Jukka Rissanen · 11 years ago
  16. 3db0a19 tipc: fix dereference before check warning by Erik Hugne · 11 years ago
  17. c9e9042 ipv4: fix possible seqlock deadlock by Eric Dumazet · 11 years ago
  18. 84a035f net/hsr: Fix possible leak in 'hsr_get_node_status()' by Geyslan G. Bem · 11 years ago
  19. 8422d1f Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 11 years ago
  20. 5061de3 virtio-net: mergeable buffer size should include virtio-net header by Michael Dalton · 11 years ago
  21. 1ca1a4c connector: improved unaligned access error fix by Chris Metcalf · 11 years ago
  22. 2abc2f0 pkt_sched: fq: change classification of control packets by Maciej Żenczykowski · 11 years ago
  23. b54629e alx: Reset phy speed after resume by hahnjo · 11 years ago
  24. 4fb09a8 Merge branch 'genetlink' by David S. Miller · 11 years ago
  25. 3f5ccd0 genetlink: make genl_ops flags a u8 and move to end by Johannes Berg · 11 years ago
  26. 4534de8 genetlink: make all genl_ops users const by Johannes Berg · 11 years ago
  27. f84f771 genetlink: allow making ops const by Johannes Berg · 11 years ago
  28. d91824c genetlink: register family ops as array by Johannes Berg · 11 years ago
  29. 3686ec5 genetlink: remove genl_register_ops/genl_unregister_ops by Johannes Berg · 11 years ago
  30. b61a5ee wimax: use genl_register_family_with_ops() by Johannes Berg · 11 years ago
  31. 1c582d9 ieee802154: use genl_register_family_with_ops() by Johannes Berg · 11 years ago
  32. 9504b3e hsr: use genl_register_family_with_ops() by Johannes Berg · 11 years ago
  33. 88d36a9 taskstats: use genl_register_family_with_ops() by Johannes Berg · 11 years ago
  34. 1e9f3d6 ip6tnl: fix use after free of fb_tnl_dev by Nicolas Dichtel · 11 years ago
  35. f7cb888 sit/gre6: don't try to add the same route two times by Nicolas Dichtel · 11 years ago
  36. f0e2acf sit: link local routes are missing by Nicolas Dichtel · 11 years ago
  37. 929c9cf sit: fix prefix length of ll and v4mapped addresses by Nicolas Dichtel · 11 years ago
  38. f9a23c8 isdnloop: use strlcpy() instead of strcpy() by Dan Carpenter · 11 years ago
  39. 9434266 sit: fix use after free of fb_tunnel_dev by Willem de Bruijn · 11 years ago
  40. d842a31 net:fec: fix WARNING caused by lack of calls to dma_mapping_error() by Duan Fugang-B38611 · 11 years ago
  41. d30a58b net: sctp: bug-fixing: retran_path not set properly after transports recovering (v3) by Chang Xiangzhong · 11 years ago
  42. dccf76c net-tcp: fix panic in tcp_fastopen_cache_set() by Eric Dumazet · 11 years ago
  43. b869ccf bonding: fix two race conditions in bond_store_updelay/downdelay by Nikolay Aleksandrov · 11 years ago
  44. 98e0938 tcp: tsq: restore minimal amount of queueing by Eric Dumazet · 11 years ago
  45. 6afae64 Merge branch 'hwtstamp' by David S. Miller · 11 years ago
  46. a5be8cd ixp4xx_eth: Validate hwtstamp_config completely before applying it by Ben Hutchings · 11 years ago
  47. 2ee91e5 ti_cpsw: Validate hwtstamp_config completely before applying it by Ben Hutchings · 11 years ago
  48. 5f3da32 stmmac: Validate hwtstamp_config completely before applying it by Ben Hutchings · 11 years ago
  49. 810abe9 pch_gbe: Validate hwtstamp_config completely before applying it by Ben Hutchings · 11 years ago
  50. 62d7e3a e1000e: Validate hwtstamp_config completely before applying it by Ben Hutchings · 11 years ago
  51. 58b187c tg3: Validate hwtstamp_config completely before applying it by Ben Hutchings · 11 years ago
  52. b4e09b2 bridge: Fix memory leak when deleting bridge with vlan filtering enabled by Toshiaki Makita · 11 years ago
  53. dbbaf94 bridge: Call vlan_vid_del for all vids at nbp_vlan_flush by Toshiaki Makita · 11 years ago
  54. 1923683 bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid calls by Toshiaki Makita · 11 years ago
  55. 0125737a random32: use msecs_to_jiffies for reseed timer by Daniel Borkmann · 11 years ago
  56. 66b2514 random32: add __init prefix to prandom_start_seed_timer by Daniel Borkmann · 11 years ago
  57. 16a3fa2 macvtap: limit head length of skb allocated by Jason Wang · 11 years ago
  58. 96f8d9e tuntap: limit head length of skb allocated by Jason Wang · 11 years ago
  59. d8ec5a5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  60. 6115c11 net: mv643xx_eth: potential NULL dereference in probe() by Dan Carpenter · 11 years ago
  61. 64b8c8e net: cdc_ncm: cleanup a type issue in cdc_ncm_setup() by Dan Carpenter · 11 years ago
  62. 81b9eab core/dev: do not ignore dmac in dev_forward_skb() by Alexei Starovoitov · 11 years ago
  63. 52f48d0 usbnet: fix status interrupt urb handling by Felix Fietkau · 11 years ago
  64. ec9f1d1 bonding: don't permit to use ARP monitoring in 802.3ad mode by Veaceslav Falico · 11 years ago
  65. cdc9923 MAINTAINERS: cxgb3: Update cxgb3 maintainer entry by Divy Le Ray · 11 years ago
  66. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  67. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  68. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  69. f023029 Merge tag 'dlm-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 11 years ago
  70. 39222c8 Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubi by Linus Torvalds · 11 years ago
  71. fbe43ff Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 11 years ago
  72. a7fa20a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  73. a301245 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  74. dd1d139 Merge tag 'for-f2fs-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  75. a998646 Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  76. 13aa7e0 Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 11 years ago
  77. c08acff Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 11 years ago
  78. 4e9b45a ipc, msg: fix message length check for negative values by Mathias Krause · 11 years ago
  79. 206fa94 ipc/util.c: remove unnecessary work pending test by Xie XiuQi · 11 years ago
  80. 66da0e1 devpts: plug the memory leak in kill_sb by Ilija Hadzic · 11 years ago
  81. 1bf49dd ./Makefile: export initial ramdisk compression config option by P J P · 11 years ago
  82. 69f0554 init/Kconfig: add option to disable kernel compression by Christian Ruppert · 11 years ago
  83. bb67093 drivers: w1: make w1_slave::flags long to avoid memory corruption by Michal Nazarewicz · 11 years ago
  84. 75f9e93 drivers/w1/masters/ds1wm.cuse dev_get_platdata() by Jingoo Han · 11 years ago
  85. a0e5a12 drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page() by Roger Tseng · 11 years ago
  86. be2d3f9 drivers/memstick/core/mspro_block.c: fix attributes array allocation by Michal Nazarewicz · 11 years ago
  87. 1a10bd9 drivers/pps/clients/pps-gpio.c: remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  88. 0128476 kernel/panic.c: reduce 1 byte usage for print tainted buffer by Chen Gang · 11 years ago
  89. 1931d43 gcov: reuse kbasename helper by Andy Shevchenko · 11 years ago
  90. a5ebb875 kernel/gcov/fs.c: use pr_warn() by Andrew Morton · 11 years ago
  91. bddb12b kernel/module.c: use pr_foo() by Andrew Morton · 11 years ago
  92. 17c568d gcov: compile specific gcov implementation based on gcc version by Frantisek Hrbata · 11 years ago
  93. 5f41ea0 gcov: add support for gcc 4.7 gcov format by Frantisek Hrbata · 11 years ago
  94. 8cbce37 gcov: move gcov structs definitions to a gcc version specific file by Frantisek Hrbata · 11 years ago
  95. 0d20633 kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener() by Chen Gang · 11 years ago
  96. 3fa5826 kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_nest_start() and nla_nest_end() by Chen Gang · 11 years ago
  97. f02147e kernel/sysctl_binary.c: use scnprintf() instead of snprintf() by Chen Gang · 11 years ago
  98. 7833819 kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_doulongvec_minmax() by Chen Gang · 11 years ago
  99. 1310a5a rbtree: fix rbtree_postorder_for_each_entry_safe() iterator by Jan Kara · 11 years ago
  100. d049f74 exec/ptrace: fix get_dumpable() incorrect tests by Kees Cook · 11 years ago