1. 2695fb5 net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' by Alexei Starovoitov · 10 years ago
  2. f6eec61 openvswitch: Enable tunnel GSO for OVS bridge. by Pravin B Shelar · 11 years ago
  3. 5cd667b openvswitch: Allow each vport to have an array of 'port_id's. by Alex Wang · 11 years ago
  4. 274f482 sock: remove skb argument from sk_rcvqueues_full by Sorin Dumitru · 10 years ago
  5. 2599d85 net/mlx4_core: Use low memory profile on kdump kernel by Amir Vadai · 10 years ago
  6. 0bec8c8 net: skbuff: Use ALIGN macro instead of open coding it by Tobias Klauser · 10 years ago
  7. 526cbef net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAY by David Laight · 10 years ago
  8. 8fd90bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  9. 15ba223 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  10. a8138f4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  11. ccc7f49 net: print net_device reg_state in netdev_* unless it's registered by Veaceslav Falico · 11 years ago
  12. c6f854d net: use dev->name in netdev_pr* when it's available by Veaceslav Falico · 11 years ago
  13. d057190 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  14. da5b99b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  15. 084c9ca Merge tag 'pm+acpi-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  16. 2b1987a cpufreq: make table sentinel macros unsigned to match use by Brian W Hart · 11 years ago
  17. c265947 Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8 by Anish Bhatt · 11 years ago
  18. 1373a77 net: clean up some sparse endianness warnings in ipv6.h by Jeff Layton · 11 years ago
  19. 2dc41cf udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver. by David Held · 11 years ago
  20. 38a4dfc Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  21. 6b3fd5f net: sctp: implement rfc6458, 8.1.31. SCTP_DEFAULT_SNDINFO support by Geir Ola Vaagland · 11 years ago
  22. 2347c80 net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg support by Geir Ola Vaagland · 11 years ago
  23. 0d3a421 net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg support by Geir Ola Vaagland · 11 years ago
  24. 63b9493 net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg support by Geir Ola Vaagland · 11 years ago
  25. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  26. bcf44bf Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  27. 5db6c6f locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNER by Davidlohr Bueso · 11 years ago
  28. ce069fc locking/rwsem: Reduce the size of struct rw_semaphore by Jason Low · 11 years ago
  29. 13b9a96 locking/rwsem: Rename 'activity' to 'count' by Peter Zijlstra · 11 years ago
  30. 4d9d951 locking/spinlocks/mcs: Introduce and use init macro and function for osq locks by Jason Low · 11 years ago
  31. 9063182 locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overhead by Jason Low · 11 years ago
  32. 046a619 locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node() by Jason Low · 11 years ago
  33. 725b701 Merge tag 'linux-can-next-for-3.17-20140715' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 11 years ago
  34. 26c4fdb net-timestamp: document deprecated syststamp by Willem de Bruijn · 11 years ago
  35. 5ee2c94 tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reduction by Christoph Paasch · 11 years ago
  36. 5517750 net: rtnetlink - make create_link take name_assign_type by Tom Gundersen · 11 years ago
  37. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 11 years ago
  38. 685343f net: add name_assign_type netdev attribute by Tom Gundersen · 11 years ago
  39. 5615f9f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  40. 4b9e1ba can: netlink: Add CAN_CTRLMODE_PRESUME_ACK flag by Nikita Edward Baruzdin · 11 years ago
  41. f736d99 can: netlink: Remove space before tab by Nikita Edward Baruzdin · 11 years ago
  42. 8024e02 udp: Add udp_sock_create for UDP tunnels to open listener socket by Tom Herbert · 11 years ago
  43. 9ecf07a neigh: sysctl - simplify address calculation of gc_* variables by Mathias Krause · 11 years ago
  44. ce355e2 netfilter: nf_tables: 64bit stats need some extra synchronization by Eric Dumazet · 11 years ago
  45. 38e029f netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stale by Pablo Neira Ayuso · 11 years ago
  46. ec31a05 net: filter: sk_chk_filter() no longer mangles filter by Eric Dumazet · 11 years ago
  47. 66568b3 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. 502fde1 Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 11 years ago
  49. 2f3870e Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  50. bc91b0f ipv6: addrconf: implement address generation modes by Jiri Pirko · 11 years ago
  51. 95d01a6 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
  52. b67db9d Merge tag 'pm+acpi-3.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  53. c0fb262 clk: exynos5420: Add IDs for clocks used in PD mfc by Arun Kumar K · 11 years ago
  54. ca424b2 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 11 years ago
  55. 5d5eacb bridge: fdb dumping takes a filter device by Jamal Hadi Salim · 11 years ago
  56. 40f6123 Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  57. b3e87bd Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 11 years ago
  58. 91a668b Bluetooth: Fix setting HCI_CONNECTABLE from ioctl code by Johan Hedberg · 11 years ago
  59. 6659358 Bluetooth: Introduce a whitelist for BR/EDR devices by Johan Hedberg · 11 years ago
  60. dcc36c1 Bluetooth: Unify helpers for bdaddr_list manipulations by Johan Hedberg · 11 years ago
  61. cd7ca0e Bluetooth: Fix enabling Authenticated Payload Timeout Expired event by Marcel Holtmann · 11 years ago
  62. a37934fc net: provide stubs for ip6_set_txhash and ip6_make_flowlabel by Florian Fainelli · 11 years ago
  63. 523ece8 net/mlx4_en: Fix set port ratelimit for 40GE by Eugenia Emantayev · 11 years ago
  64. c34963e bridge: export knowledge about the presence of IGMP/MLD queriers by Linus Lüssing · 11 years ago
  65. f941a6d bridge: adding stubs for multicast exports by Linus Lüssing · 11 years ago
  66. d1a3fe2 net: sctp: Use pointers (not array indexes) to access sctp_cmd_seq_t.cmds[]. by David Laight · 11 years ago
  67. b9420e1 net: sctp: Optimise the way 'sctp_arg_t' values are initialised. by David Laight · 11 years ago
  68. be1f4f4 net: sctp: Inline the functions from command.c by David Laight · 11 years ago
  69. 72948cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  70. 9f12fbe net: filter: move load_pointer() into filter.h by Zi Shen Lim · 11 years ago
  71. c93bd15 Bluetooth: Remove unnecessary mgmt_advertising function by Johan Hedberg · 11 years ago
  72. 66c417c Bluetooth: Add flag to track the real advertising state by Johan Hedberg · 11 years ago
  73. db55b62 net: arcnet: Remove "#define bool int" by Rasmus Villemoes · 11 years ago
  74. 640985e mac802154: at86rf230: add hw flags and merge ops by Alexander Aring · 11 years ago
  75. a3b18dd net: Only do flow_dissector hash computation once per packet by Tom Herbert · 11 years ago
  76. cb1ce2e ipv6: Implement automatic flow label generation on transmit by Tom Herbert · 11 years ago
  77. 535fb8d vxlan: Call udp_flow_src_port by Tom Herbert · 11 years ago
  78. b8f1a55 udp: Add function to make source port for UDP tunnels by Tom Herbert · 11 years ago
  79. 0e00161 net: Call skb_get_hash in get_xps_queue and __skb_tx_hash by Tom Herbert · 11 years ago
  80. b73c3d0 net: Save TX flow hash in sock and set in skbuf on xmit by Tom Herbert · 11 years ago
  81. 5ed20a6 flow_dissector: Abstract out hash computation by Tom Herbert · 11 years ago
  82. 86c6a2c tcp: switch snt_synack back to measuring transmit time of first SYNACK by Neal Cardwell · 11 years ago
  83. ae5c6c6 ptp: Classify ptp over ip over vlan packets by Stefan Sørensen · 11 years ago
  84. 0b9f7d9 ACPI / i915: ignore firmware requests for backlight change by Aaron Lu · 11 years ago
  85. f473832 bcma: add driver for PCIe Gen 2 core by Rafał Miłecki · 11 years ago
  86. cdd6275 Bluetooth: Pass desired connection role to hci_connect_le() by Johan Hedberg · 11 years ago
  87. d93375a Bluetooth: Remove auth_type parameter from hci_connect_le() by Johan Hedberg · 11 years ago
  88. 8addf0c Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  89. 09ae260 Bluetooth: Use lower timeout for LE auto-connections by Johan Hedberg · 11 years ago
  90. 9713c17 Bluetooth: Add support for changing the public device address by Marcel Holtmann · 11 years ago
  91. d603b76b Bluetooth: Run controller setup after external configuration by Marcel Holtmann · 11 years ago
  92. 19de082 Bluetooth: Fix sending Device Removed when clearing all parameters by Johan Hedberg · 11 years ago
  93. e30d3f5 Bluetooth: Store Bluetooth address from controller setup by Marcel Holtmann · 11 years ago
  94. f4537c0 Bluetooth: Add support for New Configuration Options management event by Marcel Holtmann · 11 years ago
  95. dbece37 Bluetooth: Add support for Set External Configuration management command by Marcel Holtmann · 11 years ago
  96. eb1904f Bluetooth: Add quirk for external configuration requirement by Marcel Holtmann · 11 years ago
  97. 88b5a85 Merge tag 'sound-3.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  98. b82207b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  99. 89bc22d Bluetooth: Add quirk for invalid controller address setting by Marcel Holtmann · 11 years ago
  100. 118305b Bluetooth: Document the existing device quirks by Marcel Holtmann · 11 years ago