1. bfd2eb3 ctcm: remove BUG_ONs by Ursula Braun · 12 years ago
  2. 7bf9bcf qeth: Remove unused variable by Stefan Raspl · 12 years ago
  3. c260b77 net: Allow userns root to control tun and tap devices by Eric W. Biederman · 12 years ago
  4. 3594698 net: Make CAP_NET_BIND_SERVICE per user namespace by Eric W. Biederman · 12 years ago
  5. b51642f net: Enable a userns root rtnl calls that are safe for unprivilged users by Eric W. Biederman · 12 years ago
  6. c027aab net: Enable some sysctls that are safe for the userns root by Eric W. Biederman · 12 years ago
  7. 276996f net: Allow the userns root to control vlans. by Eric W. Biederman · 12 years ago
  8. cb99050 net: Allow userns root to control the network bridge code. by Eric W. Biederman · 12 years ago
  9. df008c9 net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm by Eric W. Biederman · 12 years ago
  10. af31f41 net: Allow userns root to control ipv6 by Eric W. Biederman · 12 years ago
  11. 52e804c net: Allow userns root to control ipv4 by Eric W. Biederman · 12 years ago
  12. 5e1fccc net: Allow userns root control of the core of the network stack. by Eric W. Biederman · 12 years ago
  13. 00f70de net: Allow userns root to force the scm creds by Eric W. Biederman · 12 years ago
  14. 86937c0 user_ns: get rid of duplicate code in net_ctl_permissions by Zhao Hongjiang · 12 years ago
  15. cff1097 net: Update the per network namespace sysctls to be available to the network namespace owner by Eric W. Biederman · 12 years ago
  16. dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 12 years ago
  17. 464dc80 net: Don't export sysctls to unprivileged users by Eric W. Biederman · 12 years ago
  18. 73f7ef4 sysctl: Pass useful parameters to sysctl permissions by Eric W. Biederman · 12 years ago
  19. d328b83 userns: make each net (net_ns) belong to a user_ns by Eric W. Biederman · 12 years ago
  20. 2407dc2 netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS by Eric W. Biederman · 12 years ago
  21. 75fe83c ipv6: Preserve ipv6 functionality needed by NET by Vlad Yasevich · 12 years ago
  22. 6d973cb qlcnic: fix sparse warnings by Sony Chacko · 12 years ago
  23. 5ad6ff9 qlcnic: fix compiler warnings by Sony Chacko · 12 years ago
  24. 5082dfb PPC: net: bpf_jit_comp: add VLAN instructions for BPF JIT by Daniel Borkmann · 12 years ago
  25. 0287190 PPC: net: bpf_jit_comp: add XOR instruction for BPF JIT by Daniel Borkmann · 12 years ago
  26. 18d359ce pch_gbe, ptp_pch: Fix the dependency direction between these drivers by Ben Hutchings · 12 years ago
  27. e8e55d9 vxlan: remove unused variable. by Rami Rosen · 12 years ago
  28. fc184f0 sctp: use bitmap_weight by Akinobu Mita · 12 years ago
  29. 67f4efd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  30. f4a75d2e Linux 3.7-rc6 by Linus Torvalds · 12 years ago
  31. 51844b0 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  32. 0cad3ff Merge branch 'akpm' (Fixes from Andrew) by Linus Torvalds · 12 years ago
  33. 5576646 revert "mm: fix-up zone present pages" by Andrew Morton · 12 years ago
  34. 0f3c42f tmpfs: change final i_blocks BUG to WARNING by Hugh Dickins · 12 years ago
  35. 215c02b tmpfs: fix shmem_getpage_gfp() VM_BUG_ON by Hugh Dickins · 12 years ago
  36. 498c228 mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem address by Will Deacon · 12 years ago
  37. 9671009 mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on failures" by Mel Gorman · 12 years ago
  38. 2ca3cb5 rapidio: fix kernel-doc warnings by Randy Dunlap · 12 years ago
  39. f58b59c swapfile: fix name leak in swapoff by Xiaotian Feng · 12 years ago
  40. bea8c15 memcg: fix hotplugged memory zone oops by Hugh Dickins · 12 years ago
  41. 18f69427 mips, arc: fix build failure by David Rientjes · 12 years ago
  42. 9a5a8f1 memcg: oom: fix totalpages calculation for memory.swappiness==0 by Michal Hocko · 12 years ago
  43. 1756954 mm: fix build warning for uninitialized value by David Rientjes · 12 years ago
  44. 63c3b90 mm: add anon_vma_lock to validate_mm() by Michel Lespinasse · 12 years ago
  45. 29282fd KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update() by Takashi Iwai · 12 years ago
  46. 1d567e1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  47. a8203d3 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  48. baefa31 net-rps: Fix brokeness causing OOO packets by Tom Herbert · 12 years ago
  49. c53aa50 net: use right lock in __dev_remove_offload by Eric Dumazet · 12 years ago
  50. 2a95388 Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 12 years ago
  51. 976a702 tcp: handle tcp_net_metrics_init() order-5 memory allocation failures by Eric Dumazet · 12 years ago
  52. d3fb695 Thermal: Add Linux/Thermal subsystem info in MAINTAINER file by Zhang Rui · 12 years ago
  53. fa0cbbf mm, oom: reintroduce /proc/pid/oom_adj by David Rientjes · 12 years ago
  54. f4bcd79 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  55. 26c6e80 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  56. 545b290 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  57. 5a0c02b Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  58. 1a1e8c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  59. 8e620b0 arm64: Distinguish between user and kernel XN bits by Catalin Marinas · 12 years ago
  60. ec01487 Merge tag 'usb-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  61. d6ee1a2 Merge tag 'tty-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  62. 7e11156 Merge tag 'staging-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  63. 6658d6a Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes by Arnd Bergmann · 12 years ago
  64. 57260e4 Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes by Arnd Bergmann · 12 years ago
  65. 62735e5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  66. 7279d7c Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  67. e057aad Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 12 years ago
  68. 3d5e2ab ARM: imx: ehci: fix host power mask bit by Christoph Fritz · 12 years ago
  69. ecf026d ARM i.MX: fix error-valued pointer dereference in clk_register_gate2() by Wei Yongjun · 12 years ago
  70. 641f3ce ARM: at91/usbh: fix overcurrent gpio setup by Johan Hovold · 12 years ago
  71. 097965e ARM: at91/AT91SAM9G45: fix crypto peripherals irq issue due to sparse irq support by Nicolas Royer · 12 years ago
  72. 74490f9 batman-adv: process broadcast packets in BLA earlier by Antonio Quartulli · 12 years ago
  73. 1f36aeb batman-adv: don't add TEMP clients belonging to other backbone nodes by Antonio Quartulli · 12 years ago
  74. 27b37eb batman-adv: correctly pass the client flag on tt_response by Antonio Quartulli · 12 years ago
  75. e9c00136 batman-adv: fix tt_global_entries flags update by Antonio Quartulli · 12 years ago
  76. 130cd27 ipv6: export IP6_RT_PRIO_* to userland by Nicolas Dichtel · 12 years ago
  77. 6fc4adc tilegx: request_irq with a non-null device name by Simon Marchi · 12 years ago
  78. d4d0d35 ipv6: Fix build error with udp_offload by Vlad Yasevich · 12 years ago
  79. 751a97d net: Make IPv6 build depend on CONFIG_INET by Vlad Yasevich · 12 years ago
  80. 6f75511 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  81. 3697fd5 Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 12 years ago
  82. 55aa914 drm/ttm: remove unneeded preempt_disable/enable by Akinobu Mita · 12 years ago
  83. ac207ed ttm: Clear the ttm page allocated from high memory zone correctly by Zhao Yakui · 12 years ago
  84. 888155b vmwgfx: return an -EFAULT if copy_to_user() fails by Dan Carpenter · 12 years ago
  85. a652208 net: correct check in dev_addr_del() by Jiri Pirko · 12 years ago
  86. 7213dde Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 12 years ago
  87. 4223dbf net: phy: smsc: Re-enable EDPD mode for LAN87xx by Patrick Trantham · 12 years ago
  88. ec34232 tcp: fix retransmission in repair mode by Andrew Vagin · 12 years ago
  89. f191a1d net: Remove code duplication between offload structures by Vlad Yasevich · 12 years ago
  90. c6b641a ipv6: Pull IPv6 GSO registration out of the module by Vlad Yasevich · 12 years ago
  91. 808a8f8 ipv4: Pull GSO registration out of inet_init() by Vlad Yasevich · 12 years ago
  92. 3c73a03 ipv6: Update ipv6 static library with newly needed functions by Vlad Yasevich · 12 years ago
  93. 2207afc ipv6: Move exthdr offload support into separate file by Vlad Yasevich · 12 years ago
  94. 5edbb07 ipv6: Separate out UDP offload functionality by Vlad Yasevich · 12 years ago
  95. 8663e02 ipv6: Separate tcp offload functionality by Vlad Yasevich · 12 years ago
  96. d1da932 ipv6: Separate ipv6 offload support by Vlad Yasevich · 12 years ago
  97. 3336288 ipv6: Switch to using new offload infrastructure. by Vlad Yasevich · 12 years ago
  98. bca49f8 ipv4: Switch to using the new offload infrastructure. by Vlad Yasevich · 12 years ago
  99. 8ca896c ipv6: Add new offload registration infrastructure. by Vlad Yasevich · 12 years ago
  100. de27d00 net: Add net protocol offload registration infrustructure by Vlad Yasevich · 12 years ago