1. ad4d3ef ipvs: fix ARP resolving for direct routing mode by Julian Anastasov · 12 years ago
  2. c92b965 ipv4: Add FLOWI_FLAG_KNOWN_NH by Julian Anastasov · 12 years ago
  3. 155e833 ipv4: introduce rt_uses_gateway by Julian Anastasov · 12 years ago
  4. f8a1717 ipv4: make sure nh_pcpu_rth_output is always allocated by Julian Anastasov · 12 years ago
  5. e0adef0 ipv4: fix forwarding for strict source routes by Julian Anastasov · 12 years ago
  6. e81da0e ipv4: fix sending of redirects by Julian Anastasov · 12 years ago
  7. 8634724 ipv6: gro: fix PV6_GRO_CB(skb)->proto problem by Eric Dumazet · 12 years ago
  8. 48cc32d3 vlan: don't deliver frames for unknown vlans to protocols by Florian Zumbiehl · 12 years ago
  9. 2e71a6f net: gro: selective flush of packets by Eric Dumazet · 12 years ago
  10. a2af139 skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboard by Graham Gower · 12 years ago
  11. 404d9e3 cxgb4: Address various sparse warnings by Vipul Pandya · 12 years ago
  12. ee9a8f7 ipv4: Don't report stale pmtu values to userspace by Steffen Klassert · 12 years ago
  13. 7f92d334 ipv4: Don't create nh exeption when the device mtu is smaller than the reported pmtu by Steffen Klassert · 12 years ago
  14. d851c12 ipv4: Always invalidate or update the route on pmtu events by Steffen Klassert · 12 years ago
  15. 594f88e9 cxgb4: allocate enough data in t4_memory_rw() by Dan Carpenter · 12 years ago
  16. 9545f4e ptp: use list_move instead of list_del/list_add by Wei Yongjun · 12 years ago
  17. d717f14 vxlan: remove unused including <linux/version.h> by Wei Yongjun · 12 years ago
  18. ca07e43 net: gro: fix a potential crash in skb_gro_reset_offset by Eric Dumazet · 12 years ago
  19. 51ec040 ipv6: GRO should be ECN friendly by Eric Dumazet · 12 years ago
  20. e1f1650 net: Fix skb_under_panic oops in neigh_resolve_output by ramesh.nagappa@gmail.com · 12 years ago
  21. 0bd8ba1 drivers/net/ethernet/marvell/sky2.c: fix error return code by Peter Senna Tschudin · 12 years ago
  22. bbcf61f drivers/net/ethernet/marvell/skge.c: fix error return code by Peter Senna Tschudin · 12 years ago
  23. 4df1283 drivers/net/ethernet/sun/sungem.c: fix error return code by Peter Senna Tschudin · 12 years ago
  24. 8c65ef4 drivers/net/ethernet/sun/niu.c: fix error return code by Peter Senna Tschudin · 12 years ago
  25. 043c478 drivers/net/ethernet/renesas/sh_eth.c: fix error return code by Peter Senna Tschudin · 12 years ago
  26. 97db4b9 drivers/net/ethernet/natsemi/xtsonic.c: fix error return code by Peter Senna Tschudin · 12 years ago
  27. 6912992 drivers/net/ethernet/amd/au1000_eth.c: fix error return code by Peter Senna Tschudin · 12 years ago
  28. 86e506e drivers/net/ethernet/amd/amd8111e.c: fix error return code by Peter Senna Tschudin · 12 years ago
  29. 2dfc967 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c: fix error return code by Peter Senna Tschudin · 12 years ago
  30. 1483454 drivers/net/irda/sh_sir.c: fix error return code by Peter Senna Tschudin · 12 years ago
  31. 812b074 drivers/net/irda/sh_irda.c: fix error return code by Peter Senna Tschudin · 12 years ago
  32. cd9d116 drivers/net/irda/sa1100_ir.c: fix error return code by Peter Senna Tschudin · 12 years ago
  33. cbd841c drivers/net/irda/pxaficp_ir.c: fix error return code by Peter Senna Tschudin · 12 years ago
  34. 6734011 drivers/net/irda/mcs7780.c: fix error return code by Peter Senna Tschudin · 12 years ago
  35. 8728647 drivers/net/irda/irtty-sir.c: fix error return code by Peter Senna Tschudin · 12 years ago
  36. 0968a9d drivers/net/ethernet/sis/sis900.c: fix error return code by Peter Senna Tschudin · 12 years ago
  37. 52428d9 drivers/net/ethernet/natsemi/natsemi.c: fix error return code by Peter Senna Tschudin · 12 years ago
  38. 5b89602 drivers/net/ethernet/dec/tulip/dmfe.c: fix error return code by Peter Senna Tschudin · 12 years ago
  39. acb600d net: remove skb recycling by Eric Dumazet · 12 years ago
  40. 809d5fc infiniband: pass rdma_cm module to netlink_dump_start by Gao feng · 12 years ago
  41. 6dc878a netlink: add reference of module in netlink_dump_start by Gao feng · 12 years ago
  42. ed5062d Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  43. 125b79d7 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  44. f1c6872 Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  45. 5f3d2f2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  46. 283dbd8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  47. 11126c6 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  48. 33e2a42 lib/decompress.c add __init to decompress_method and data by Hein Tibosch · 12 years ago
  49. 4965f56 kernel/resource.c: fix stack overflow in __reserve_region_with_split() by T Makphaibulchoke · 12 years ago
  50. c99b684 omfs: convert to use beXX_add_cpu() by Wei Yongjun · 12 years ago
  51. 0324b5a taskstats: cgroupstats_user_cmd() may leak on error by Jesper Juhl · 12 years ago
  52. 322c9ec aoe: update aoe-internal version number to 50 by Ed Cashin · 12 years ago
  53. 5b8c4be aoe: update documentation to better reflect aoe-plus-udev usage by Ed Cashin · 12 years ago
  54. 1ac9e60 aoe: remove unused code by Ed Cashin · 12 years ago
  55. 08b6062 aoe: make dynamic block minor numbers the default by Ed Cashin · 12 years ago
  56. 7159e96 aoe: update and specify AoE address guards and error messages by Ed Cashin · 12 years ago
  57. 4bcce1a aoe: retain static block device numbers for backwards compatibility by Ed Cashin · 12 years ago
  58. 0c96621 aoe: support more AoE addresses with dynamic block device minor numbers by Ed Cashin · 12 years ago
  59. eecdf22 aoe: update documentation with new URL and VM settings reference by Ed Cashin · 12 years ago
  60. fea05a2 aoe: update copyright year in touched files by Ed Cashin · 12 years ago
  61. 7392fbe aoe: update internal version number to 49 by Ed Cashin · 12 years ago
  62. b21faa2 aoe: remove unused code and add cosmetic improvements by Ed Cashin · 12 years ago
  63. 1b86fda aoe: increase net_device reference count while using it by Ed Cashin · 12 years ago
  64. 64a80f5 aoe: associate frames with the AoE storage target by Ed Cashin · 12 years ago
  65. 6583303 aoe: disallow unsupported AoE minor addresses by Ed Cashin · 12 years ago
  66. 25f4d75 aoe: do revalidation steps in order by Ed Cashin · 12 years ago
  67. d54d35a aoe: failover remote interface based on aoe_deadsecs parameter by Ed Cashin · 12 years ago
  68. 3f0f013 aoe: use packets that work with the smallest-MTU local interface by Ed Cashin · 12 years ago
  69. eb086ec aoe: use a kernel thread for transmissions by Ed Cashin · 12 years ago
  70. 69cf2d85 aoe: become I/O request queue handler for increased user control by Ed Cashin · 12 years ago
  71. 896831f aoe: kernel thread handles I/O completions for simple locking by Ed Cashin · 12 years ago
  72. 3d5b060 aoe: for performance support larger packet payloads by Ed Cashin · 12 years ago
  73. a336d29 nbd: handle discard requests by Paul Clements · 12 years ago
  74. 2f01250 nbd: add set flags ioctl by Paul Clements · 12 years ago
  75. de74e00 rapidio: add destination ID allocation mechanism by Alexandre Bounine · 12 years ago
  76. 2fb717e rapidio/rionet: rework to support multiple RIO master ports by Alexandre Bounine · 12 years ago
  77. 005842e rapidio: run discovery as an asynchronous process by Alexandre Bounine · 12 years ago
  78. a7071ef rapidio: use device lists handling on per-net basis by Alexandre Bounine · 12 years ago
  79. fa3dbaa rapidio: fix blocking wait for discovery ready by Alexandre Bounine · 12 years ago
  80. 8d4630d rapidio: apply RX/TX enable to active switch ports only by Alexandre Bounine · 12 years ago
  81. 71afe34 rapidio/tsi721: add inbound memory mapping callbacks by Alexandre Bounine · 12 years ago
  82. da1589f rapidio: add inbound memory mapping interface by Alexandre Bounine · 12 years ago
  83. 18f6287 drivers/rapidio/devices/tsi721.c: fix error return code by Peter Senna Tschudin · 12 years ago
  84. fe50c92 rapidio: fix kerneldoc warnings after DMA support was added by Alexandre Bounine · 12 years ago
  85. ed43f44 rapidio/tsi721: modify mport name assignment by Alexandre Bounine · 12 years ago
  86. 7c4a610 rapidio/rionet: fix multicast packet transmit logic by Alexandre Bounine · 12 years ago
  87. de4ec99 kdump: remove unneeded include by Wei Yongjun · 12 years ago
  88. 9fb8844 fs/proc/root.c: use NULL instead of 0 for pointer by Sachin Kamat · 12 years ago
  89. ab4a1f2 proc_sysctl.c: use BUG_ON instead of BUG by Prasad Joshi · 12 years ago
  90. 17baa2a proc: use kzalloc instead of kmalloc and memset by yan · 12 years ago
  91. 0e06936 proc: no need to initialize proc_inode->fd in proc_get_inode() by yan · 12 years ago
  92. 62072750 proc: return -ENOMEM when inode allocation failed by yan · 12 years ago
  93. 2aa362c coredump: extend core dump note section to contain file names of mapped files by Denys Vlasenko · 12 years ago
  94. 49ae4d4 coredump: add a new elf note with siginfo of the signal by Denys Vlasenko · 12 years ago
  95. 751f409 compat: move compat_siginfo_t definition to asm/compat.h by Denys Vlasenko · 12 years ago
  96. 5ab1c30 coredump: pass siginfo_t* to do_coredump() and below, not merely signr by Denys Vlasenko · 12 years ago
  97. 0f4cfb2 coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1 by Oleg Nesterov · 12 years ago
  98. 12a2b4b coredump: add support for %d=__get_dumpable() in core name by Oleg Nesterov · 12 years ago
  99. 179899f coredump: update coredump-related headers by Alex Kelly · 12 years ago
  100. 046d662 coredump: make core dump functionality optional by Alex Kelly · 12 years ago