1. 80c33dd net: add might_sleep() call to napi_disable by Jacob Keller · 11 years ago
  2. e6cd988 vxlan: Have the NIC drivers do less work for offloads by Joseph Gasparakis · 11 years ago
  3. 5d9efa7 ipv6: Remove privacy config option. by David S. Miller · 11 years ago
  4. 7f29405 net: fix rtnl notification in atomic context by Alexei Starovoitov · 11 years ago
  5. f84be2b net: make net_get_random_once irq safe by Hannes Frederic Sowa · 11 years ago
  6. 7088ad7 inet: remove old fragmentation hash initializing by Hannes Frederic Sowa · 11 years ago
  7. b119057 ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get_random_once by Hannes Frederic Sowa · 11 years ago
  8. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  9. 35b87f6 net: Dereference pointer-value of sk_prot->memory_pressure by Christoph Paasch · 11 years ago
  10. 0d645a8 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  11. db10acc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  12. 0a6957e net: remove function sk_reset_txq() by ZHAO Gang · 11 years ago
  13. 93cd000 Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  14. b403b73 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  15. 3bcec5f Merge tag 'drm-intel-fixes-2013-10-21' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 11 years ago
  16. 7e4d8a1 mac802154: correct a typo in ieee802154_alloc_device() prototype by Alexandre Belloni · 11 years ago
  17. 61c1db7 ipv6: sit: add GSO/TSO support by Eric Dumazet · 11 years ago
  18. 2e685ca tcp_memcontrol: Kill struct tcp_memcontrol by Eric W. Biederman · 11 years ago
  19. a4fe34b tcp_memcontrol: Remove the per netns control. by Eric W. Biederman · 11 years ago
  20. f594d63 tcp_memcontrol: Remove setting cgroup settings via sysctl by Eric W. Biederman · 11 years ago
  21. cd91cce tcp_memcontrol: Remove tcp_max_memory by Eric W. Biederman · 11 years ago
  22. 550bab4 ipv6: fill rt6i_gateway with nexthop address by Julian Anastasov · 11 years ago
  23. 96dc809 ipv6: always prefer rt6i_gateway if present by Julian Anastasov · 11 years ago
  24. 5eccdfa nf_tables*.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  25. c68c7f5 net: fix build warnings because of net_get_random_once merge by Hannes Frederic Sowa · 11 years ago
  26. 7afbddf IB/core: Temporarily disable create_flow/destroy_flow uverbs by Yann Droneaud · 11 years ago
  27. 222e83d tcp: switch tcp_fastopen key generation to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  28. 1bbdcee inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  29. b23a002 inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_once by Hannes Frederic Sowa · 11 years ago
  30. a48e429 net: introduce new macro net_get_random_once by Hannes Frederic Sowa · 11 years ago
  31. c4b2c0c static_key: WARN on usage before jump_label_init was called by Hannes Frederic Sowa · 11 years ago
  32. b50026b ipv6: split inet6_ehashfn to hash functions per compilation unit by Hannes Frederic Sowa · 11 years ago
  33. 65cd803 ipv4: split inet_ehashfn to hash functions per compilation unit by Hannes Frederic Sowa · 11 years ago
  34. cb32f51 ipip: add GSO/TSO support by Eric Dumazet · 11 years ago
  35. 3347c96 ipv4: gso: make inet_gso_segment() stackable by Eric Dumazet · 11 years ago
  36. 2d26f0a ipv4: generalize gre_handle_offloads by Eric Dumazet · 11 years ago
  37. ec76aa4 bonding: add Netlink support active_slave option by Jiri Pirko · 11 years ago
  38. 90af231 bonding: add Netlink support mode option by Jiri Pirko · 11 years ago
  39. f2e5ddc net: fix cipso packet validation when !NETLABEL by Seif Mazareeb · 11 years ago
  40. 797afdf Merge tag 'pm+acpi-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  41. 9aaf043 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  42. 28be6e0 tcp: rename tcp_tso_segment() by Eric Dumazet · 11 years ago
  43. 2a5e9da Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linus by Mark Brown · 11 years ago
  44. bc5bd37 drm: Pad drm_mode_get_connector to 64-bit boundary by Chris Wilson · 11 years ago
  45. 7cc7c5e net: Delete trailing semi-colon from definition of netdev_WARN() by Ben Hutchings · 11 years ago
  46. 400dfd3 net: refactor sk_page_frag_refill() by Eric Dumazet · 11 years ago
  47. 5cda73b Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  48. 0baf2b3 ipv4: shrink rt_cache_stat by Eric Dumazet · 11 years ago
  49. a5bb202 netdev: inet_timewait_sock.h missing semi-colon when KMEMCHECK is enabled by Randy Dunlap · 11 years ago
  50. 9e5f172 yam: integer underflow in yam_ioctl() by Dan Carpenter · 11 years ago
  51. 82cada2 xen-netback: enable IPv6 TCP GSO to the guest by Paul Durrant · 11 years ago
  52. a946858 xen-netback: handle IPv6 TCP GSO packets from the guest by Paul Durrant · 11 years ago
  53. 146c8a7 xen-netback: add support for IPv6 checksum offload to guest by Paul Durrant · 11 years ago
  54. e87b399 net: dst: provide accessor function to dst->xfrm by Vlad Yasevich · 11 years ago
  55. da33edc Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  56. 78dea8c irda: update comment mentioning IRQF_DISABLED by Michael Opdenacker · 11 years ago
  57. 5930e8d net/mlx4: Fix typo, move similar defs to same location by Or Gerlitz · 11 years ago
  58. 9f96da4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  59. 02a3250 Merge tag 'usb-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  60. 9446878 usb: usb_phy_gen: refine conditional declaration of usb_nop_xceiv_register by Guenter Roeck · 11 years ago
  61. 2421ad4 ACPI / PM: Drop two functions that are not used any more by Rafael J. Wysocki · 11 years ago
  62. 4942642 mm: memcg: handle non-error OOM situations more gracefully by Johannes Weiner · 11 years ago
  63. 32c37fc usb-storage: add quirk for mandatory READ_CAPACITY_16 by Oliver Neukum · 11 years ago
  64. 34ec4de Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  65. 1931ee1 Revert "drivers: of: add initialization code for dma reserved memory" by Marek Szyprowski · 11 years ago
  66. ed8ada3 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  67. ed683f1 netfilter: nf_tables: add ARP filtering support by Pablo Neira Ayuso · 11 years ago
  68. b5bc89b netfilter: nf_tables: add trace support by Pablo Neira Ayuso · 11 years ago
  69. 0628b12 netfilter: nfnetlink: add batch support and use it from nf_tables by Pablo Neira Ayuso · 11 years ago
  70. 5e94846 netfilter: nf_tables: add insert operation by Eric Leblond · 11 years ago
  71. 99633ab netfilter: nf_tables: complete net namespace support by Pablo Neira Ayuso · 11 years ago
  72. eb31628 netfilter: nf_tables: Add support for IPv6 NAT by Tomasz Bursztyka · 11 years ago
  73. 9ddf632 netfilter: nf_tables: add support for dormant tables by Pablo Neira Ayuso · 11 years ago
  74. 0ca743a netfilter: nf_tables: add compatibility layer for x_tables by Pablo Neira Ayuso · 11 years ago
  75. 9370761 netfilter: nf_tables: convert built-in tables/chains to chain types by Pablo Neira Ayuso · 11 years ago
  76. c29b72e netfilter: nft_payload: add optimized payload implementation for small loads by Patrick McHardy · 11 years ago
  77. cb7dbfd netfilter: nf_tables: add optimized data comparison for small values by Patrick McHardy · 11 years ago
  78. ef1f7df netfilter: nf_tables: expression ops overloading by Patrick McHardy · 11 years ago
  79. 20a6934 netfilter: nf_tables: add netlink set API by Patrick McHardy · 11 years ago
  80. 9651851 netfilter: add nftables by Patrick McHardy · 11 years ago
  81. f59cb04 netfilter: nf_nat: move alloc_null_binding to nf_nat_core.c by Pablo Neira Ayuso · 11 years ago
  82. 795aa6e netfilter: pass hook ops to hookfn by Patrick McHardy · 11 years ago
  83. 3552570 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  84. 98ead6e Merge tag 'fixes-against-v3.12-rc3-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 11 years ago
  85. c786e90 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  86. c5d5a58 ASoC: rcar: fixup generation checker by Kuninori Morimoto · 11 years ago
  87. cd4edf7 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  88. 3f0116c compiler/gcc4: Add quirk for 'asm goto' miscompilation bug by Ingo Molnar · 11 years ago
  89. ebff5fa9 Revert "i915: Update VGA arbiter support for newer devices" by Dave Airlie · 11 years ago
  90. f715729 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 11 years ago
  91. b44084c inet: rename ir_loc_port to ir_num by Eric Dumazet · 11 years ago
  92. 61875f3 random: allow architectures to optionally define random_get_entropy() by Theodore Ts'o · 11 years ago
  93. e9517fe Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  94. ada9f5d IB/mlx5: Fix eq names to display nicely in /proc/interrupts by Sagi Grimberg · 11 years ago
  95. 2f6daec mlx5: Fix layout of struct mlx5_init_seg by Eli Cohen · 11 years ago
  96. c1868b8 mlx5: Remove checksum on command interface commands by Eli Cohen · 11 years ago
  97. 634fb979 inet: includes a sock_common in request_sock by Eric Dumazet · 11 years ago
  98. c2bb06d net: fix build errors if ipv6 is disabled by Eric Dumazet · 11 years ago
  99. 212e560 ipv6: Add a receive path hook for vti6 in xfrm6_mode_tunnel. by Steffen Klassert · 11 years ago
  100. efe4208 ipv6: make lookups simpler and faster by Eric Dumazet · 11 years ago