1. 9c62a68 netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP) by Eric W. Biederman · 11 years ago
  2. e1bd4d3 netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP by Eric W. Biederman · 11 years ago
  3. ad8d475 netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP by Eric W. Biederman · 11 years ago
  4. b6bacd5 netpoll: Don't drop all received packets. by Eric W. Biederman · 11 years ago
  5. ff60763 netpoll: Add netpoll_rx_processing by Eric W. Biederman · 11 years ago
  6. e86e180 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  7. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 11 years ago
  8. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  9. 61ccbb6 ether: add loopback type ETH_P_LOOPBACK by Veaceslav Falico · 11 years ago
  10. a13061e 6lowpan: move lowpan frag_info out of 802.15.4 headers by Phoebe Buckheister · 11 years ago
  11. ae531b9 ieee802154: use ieee802154_addr instead of *_sa variants by Phoebe Buckheister · 11 years ago
  12. e6278d9 mac802154: use header operations to create/parse headers by Phoebe Buckheister · 11 years ago
  13. 94b4f6c ieee802154: add header structs with endiannes and operations by Phoebe Buckheister · 11 years ago
  14. b70ab2e ieee802154: enforce consistent endianness in the 802.15.4 stack by Phoebe Buckheister · 11 years ago
  15. 46ef0eb ieee802154: add address struct with proper endiannes and some operations by Phoebe Buckheister · 11 years ago
  16. 376b7bd ieee802154: rename struct ieee802154_addr to *_sa by Phoebe Buckheister · 11 years ago
  17. 53611c0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  18. 42775a3 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
  19. 18f2af2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  20. 5ea8bbf mlx4: Implement IP based gids support for RoCE/SRIOV by Jack Morgenstein · 11 years ago
  21. b6ffaef mlx4: In RoCE allow guests to have multiple GIDS by Jack Morgenstein · 11 years ago
  22. 9cd5935 mlx4_core: For RoCE, allow slaves to set the GID entry at that slave's index by Jack Morgenstein · 11 years ago
  23. 6ee51a4 mlx4: Adjust QP1 multiplexing for RoCE/SRIOV by Jack Morgenstein · 11 years ago
  24. 4a93f50 flowcache: Fix resource leaks on namespace exit. by Steffen Klassert · 11 years ago
  25. c3f9b01 tcp: tcp_release_cb() should release socket ownership by Eric Dumazet · 11 years ago
  26. 693350c netdev: set __percpu attribute on netdev_alloc_pcpu_stats by stephen hemminger · 11 years ago
  27. adf961d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  28. d32d9bb flowcache: restore a single flow_cache kmem_cache by Eric Dumazet · 11 years ago
  29. 8712a00 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  30. e97ca8e mm: fix GFP_THISNODE callers and clarify by Johannes Weiner · 11 years ago
  31. 5812521b net: add a pre-check of net_ns in sk_change_net() by Gu Zheng · 11 years ago
  32. e6a4b6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  33. bd2a31d get rid of fget_light() by Al Viro · 11 years ago
  34. 9c225f2 vfs: atomic f_pos accesses as per POSIX by Linus Torvalds · 11 years ago
  35. 79e6154 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  36. fe9ea91 Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  37. 66a523d Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  38. 4058f76 Merge tag 'bcm-for-3.14-pinctrl-reduced-rename' of git://github.com/broadcom/bcm11351 into fixes by Olof Johansson · 11 years ago
  39. 9f93585 Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  40. 62472bc netfilter: nf_tables: restore context for expression destructors by Patrick McHardy · 11 years ago
  41. 721f0c1 Merge tag 'trace-fixes-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  42. 2ca310f SUNRPC: Fix oops when trace sunrpc_task events in nfs client by Ditang Chen · 11 years ago
  43. d03e9d0 Merge tag 'linux-can-next-for-3.15-20140307' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 11 years ago
  44. 2a75184 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  45. 70044d7 firewire: don't use PREPARE_DELAYED_WORK by Tejun Heo · 11 years ago
  46. 93bb0ce netfilter: conntrack: remove central spinlock nf_conntrack_lock by Jesper Dangaard Brouer · 11 years ago
  47. ca7433d netfilter: conntrack: seperate expect locking from nf_conntrack_lock by Jesper Dangaard Brouer · 11 years ago
  48. b7779d0 netfilter: conntrack: spinlock per cpu to protect special lists. by Jesper Dangaard Brouer · 11 years ago
  49. b476b72 netfilter: trivial code cleanup and doc changes by Jesper Dangaard Brouer · 11 years ago
  50. bc05a89 can: allow to change the device mtu for CAN FD capable devices by Oliver Hartkopp · 11 years ago
  51. 9859ccd can: introduce the data bitrate configuration for CAN FD by Oliver Hartkopp · 11 years ago
  52. cefc8c8 6lowpan: move 6lowpan header to include/net by Alexander Aring · 11 years ago
  53. adca476 net: Improve SO_TIMESTAMPING documentation and fix a minor code bug by Andrew Lutomirski · 11 years ago
  54. f7324ac tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent() by David S. Miller · 11 years ago
  55. e90c148 inet: remove now unused flag DST_NOPEER by Hannes Frederic Sowa · 11 years ago
  56. 6cbde82 ARM: KVM: fix non-VGIC compilation by Marc Zyngier · 11 years ago
  57. 07cf8f5 netfilter: ipset: add forceadd kernel support for hash set types by Josh Hunt · 11 years ago
  58. 0040887 netfilter: ipset: kernel: uapi: fix MARKMASK attr ABI breakage by Florian Westphal · 11 years ago
  59. af284ec netfilter: ipset: Prepare the kernel for create option flags when no extension is needed by Jozsef Kadlecsik · 11 years ago
  60. 4d0e5c0 netfilter: ipset: add markmask for hash:ip,mark data type by Vytas Dauksa · 11 years ago
  61. 3b02b56 netfilter: ipset: add hash:ip,mark data type to ipset by Vytas Dauksa · 11 years ago
  62. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  63. defd884 iscsi/iser-target: Fix isert_conn->state hung shutdown issues by Nicholas Bellinger · 11 years ago
  64. f3baa39 UAPI: add MPLS label stack definition by Simon Wunderlich · 11 years ago
  65. b62faf3 if_ether.h: add IEEE 802.21 Ethertype by Simon Wunderlich · 11 years ago
  66. c3bebc7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  67. 3f803ab Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  68. 1ae71d0 mm: numa: bugfix for LAST_CPUPID_NOT_IN_PAGE_FLAGS by Liu Ping Fan · 11 years ago
  69. 9050d7e mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)locking by Vlastimil Babka · 11 years ago
  70. 668f9abb mm: close PageTail race by David Rientjes · 11 years ago
  71. 45ab2813 tracing: Do not add event files for modules that fail tracepoints by Steven Rostedt (Red Hat) · 11 years ago
  72. f19c29e tcp: snmp stats for Fast Open, SYN rtx, and data pkts by Yuchung Cheng · 11 years ago
  73. 9ffd2e9 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 11 years ago
  74. 7abd42e Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 11 years ago
  75. ec57094 net/mlx4_en: Use union for BlueFlame WQE by Amir Vadai · 11 years ago
  76. 9813337 net/mlx4: Replace mlx4_en_mac_to_u64() with mlx4_mac_to_u64() by Eugenia Emantayev · 11 years ago
  77. 3751c97 Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  78. b7e63a1 NFSv4: Fix another nfs4_sequence corruptor by Trond Myklebust · 11 years ago
  79. 6f285b1 audit: Send replies in the proper network namespace. by Eric W. Biederman · 11 years ago
  80. 7240cde 6lowpan: handling 6lowpan fragmentation via inet_frag api by Alexander Aring · 11 years ago
  81. 633fc86 net: ns: add ieee802154_6lowpan namespace by Alexander Aring · 11 years ago
  82. 89745c9 6lowpan: add frag information struct by Alexander Aring · 11 years ago
  83. 7aa4835 Merge tag 'sound-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  84. 3ebe8e2 ieee80211: remove function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan} by Zhao, Gang · 11 years ago
  85. 1d207cd wl1251: move power GPIO handling into the driver by Sebastian Reichel · 11 years ago
  86. 946651c wl1251: split wl251 platform data to a separate structure by Luciano Coelho · 11 years ago
  87. 81ad6fd Bluetooth: Remove unnecessary stop_scan_complete function by Johan Hedberg · 11 years ago
  88. 9489eca Bluetooth: Add timeout for LE connection attempts by Johan Hedberg · 11 years ago
  89. a7139ed Bluetooth: Add defines for LE initiator filter policy by Johan Hedberg · 11 years ago
  90. cb1d68f Bluetooth: Track LE initiator and responder address information by Johan Hedberg · 11 years ago
  91. 077bb25 Merge tag 'omap-for-v3.14/fixes-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Arnd Bergmann · 11 years ago
  92. fe39c7b Bluetooth: Use __le64 type for LE random numbers by Marcel Holtmann · 11 years ago
  93. a3172b7 Bluetooth: Add timer to force power off by Johan Hedberg · 11 years ago
  94. d2ab0ac Bluetooth: Add support for storing LE white list entries by Marcel Holtmann · 11 years ago
  95. d9a7b0a Bluetooth: Add definitions for LE white list HCI commands by Marcel Holtmann · 11 years ago
  96. c950749 Bluetooth: Make hci_blacklist_clear function static by Marcel Holtmann · 11 years ago
  97. bc86195 ipv6: addrconf: silence sparse endianness warnings by Bjørn Mork · 11 years ago
  98. 8e1f40e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  99. 2318721 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 11 years ago
  100. 7aa9804 net: move net_device priv_flags out from UAPI by Luis R. Rodriguez · 11 years ago