1. 7e3ea6d sctp: avoid to repeatedly declare external variables by Ying Xue · 9 years ago
  2. 5ebb335 netfilter: nf_tables: move struct net pointer to base chain by Patrick McHardy · 9 years ago
  3. fd3a154 tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup() by Eric Dumazet · 9 years ago
  4. 39f8e58 tcp: md5: remove request sock argument of calc_md5_hash() by Eric Dumazet · 9 years ago
  5. 1401b7c Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 9 years ago
  6. 7c9049d Merge tag 'regulator-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 9 years ago
  7. 7c90de3 Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 9 years ago
  8. 6b6f302 rhashtable: Add rhashtable_free_and_destroy() by Thomas Graf · 9 years ago
  9. b5e2c15 rhashtable: Disable automatic shrinking by default by Thomas Graf · 9 years ago
  10. ac833bd rhashtable: Mark internal/private inline functions as such by Thomas Graf · 9 years ago
  11. 299e5c3 rhashtable: Use 'unsigned int' consistently by Thomas Graf · 9 years ago
  12. 58be8a5 rhashtable: Extend RCU read lock into rhashtable_insert_rehash() by Thomas Graf · 9 years ago
  13. 27cd545 filter: introduce SKF_AD_VLAN_TPID BPF extension by Michal Sekletar · 9 years ago
  14. 0117ec1 net: remove never used forwarding_accel_ops pointer from net_device by Hannes Frederic Sowa · 9 years ago
  15. d5c1d8c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  16. ba7c95e rhashtable: Fix sleeping inside RCU critical section in walk_stop by Herbert Xu · 9 years ago
  17. 1855b7c ipv6: introduce idgen_delay and idgen_retries knobs by Hannes Frederic Sowa · 9 years ago
  18. 5f40ef7 ipv6: do retries on stable privacy addresses by Hannes Frederic Sowa · 9 years ago
  19. 8e8e676 ipv6: collapse state_lock and lock by Hannes Frederic Sowa · 9 years ago
  20. 64236f3 ipv6: introduce IFA_F_STABLE_PRIVACY flag by Hannes Frederic Sowa · 9 years ago
  21. 622c81d ipv6: generation of stable privacy addresses for link-local and autoconf by Hannes Frederic Sowa · 9 years ago
  22. 3d1bec9 ipv6: introduce secret_stable to ipv6_devconf by Hannes Frederic Sowa · 9 years ago
  23. ccd57b1 rhashtable: Add immediate rehash during insertion by Herbert Xu · 9 years ago
  24. b824478 rhashtable: Add multiple rehash support by Herbert Xu · 9 years ago
  25. 31ccde2 rhashtable: Allow hashfn to be unset by Herbert Xu · 9 years ago
  26. de91b25 rhashtable: Eliminate unnecessary branch in rht_key_hashfn by Herbert Xu · 9 years ago
  27. e167359 Merge tag 'linux-can-next-for-4.1-20150323' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 9 years ago
  28. 40451fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  29. 682f048 af_packet: pass checksum validation status to the user by Alexander Drozdov · 9 years ago
  30. 912098a Bluetooth: Add support for adv instance timeout by Arman Uguray · 9 years ago
  31. 203fea0 Bluetooth: Add data structure for advertising instance by Arman Uguray · 9 years ago
  32. 4453b00 Bluetooth: Introduce HCI_ADVERTISING_INSTANCE setting and add AD flags by Arman Uguray · 9 years ago
  33. 841a666 Bluetooth: Add definitions for Add/Remove Advertising API by Arman Uguray · 9 years ago
  34. 85645ba ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets by Eric Dumazet · 9 years ago
  35. 26e3736 ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets by Eric Dumazet · 9 years ago
  36. b282705 net: convert syn_wait_lock to a spinlock by Eric Dumazet · 9 years ago
  37. 42cb80a inet: remove sk_listener parameter from syn_ack_timeout() by Eric Dumazet · 9 years ago
  38. 66db373 crypto: af_alg - Allow to link sgl by Tadeusz Struk · 9 years ago
  39. 0345f93 net: socket: add support for async operations by tadeusz.struk@intel.com · 9 years ago
  40. 1401990 Merge remote-tracking branches 'regulator/fix/doc' and 'regulator/fix/palmas' into regulator-linus by Mark Brown · 9 years ago
  41. 90a5a89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  42. c54eb70 can: add combined rx/tx LED trigger support by Yegor Yefremov · 9 years ago
  43. 2b290bb can: use sock_efree instead of own destructor by Florian Westphal · 9 years ago
  44. c0e41fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  45. 8d04516 netfilter: bridge: kill nf_bridge_pad by Florian Westphal · 9 years ago
  46. e477f3e Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  47. da6b9a2 Merge tag 'dm-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  48. 8da8646 net: neighbour: Add mcast_resolicit to configure the number of multicast resolicitations in PROBE state. by YOSHIFUJI Hideaki/吉藤英明 · 9 years ago
  49. 13bb8e2 switchdev: kernel-doc cleanup on swithdev ops by Scott Feldman · 9 years ago
  50. d3593b5 Revert "selinux: add a skb_owned_by() hook" by Eric Dumazet · 9 years ago
  51. a8cb5f5 act_bpf: add initial eBPF support for actions by Daniel Borkmann · 9 years ago
  52. 94caee8 ebpf: add sched_act_type and map it to sk_filter's verifier ops by Daniel Borkmann · 9 years ago
  53. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  54. 6626af6 rhashtable: Fix undeclared EEXIST build error on ia64 by Herbert Xu · 9 years ago
  55. dc0ee26 rhashtable: Rip out obsolete out-of-line interface by Herbert Xu · 9 years ago
  56. 02fd97c rhashtable: Allow hash/comparison functions to be inlined by Herbert Xu · 9 years ago
  57. 488fb86e rhashtable: Make rhashtable_init params argument const by Herbert Xu · 9 years ago
  58. a736775 Input: add MT_TOOL_PALM by Charlie Mooney · 9 years ago
  59. becb74f net: increase sk_[max_]ack_backlog by Eric Dumazet · 9 years ago
  60. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 9 years ago
  61. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 9 years ago
  62. 2591155 brcmfmac: add support for BCM43430 SDIO chipset by Arend van Spriel · 9 years ago
  63. 9bc6548 target: do not reject FUA CDBs when write cache is enabled but emulate_write_cache is 0 by Christophe Vu-Brugier · 9 years ago
  64. 01d62ee Merge tag 'pinctrl-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  65. c6b570d regmap: introduce regmap_name to fix syscon regmap trace events by Philipp Zabel · 9 years ago
  66. 970282d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  67. 47226fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  68. 5067c04 ata: Add a new flag to destinguish sas controller by Shaohua Li · 9 years ago
  69. 4017a7e netfilter: restore rule tracing via nfnetlink_log by Pablo Neira Ayuso · 9 years ago
  70. af61576 bridge: add ageing_time, stp_state, priority over netlink by Jörg Thalheim · 9 years ago
  71. 99c4a26 net: Fix high overhead of vlan sub-device teardown. by David S. Miller · 9 years ago
  72. db24a90 net: add support for phys_port_name by David Ahern · 9 years ago
  73. 54ff9ef ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} by Marcelo Ricardo Leitner · 9 years ago
  74. 08d2cc3b inet: request sock should init IPv6/IPv4 addresses by Eric Dumazet · 9 years ago
  75. b4d6444 inet: get rid of last __inet_hash_connect() argument by Eric Dumazet · 9 years ago
  76. 77a6a47 ipv6: get rid of __inet6_hash() by Eric Dumazet · 9 years ago
  77. d1e559d inet: add IPv6 support to sk_ehashfn() by Eric Dumazet · 9 years ago
  78. 5b441f7 net: introduce sk_ehashfn() helper by Eric Dumazet · 9 years ago
  79. 6eada01 netns: constify net_hash_mix() and various callers by Eric Dumazet · 9 years ago
  80. fc31e25 net/mlx4_core: Add basic support for QP max-rate limiting by Or Gerlitz · 9 years ago
  81. 822b3b2 net: Add max rate tx queue attribute by John Fastabend · 9 years ago
  82. da11508 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  83. f0b7d43 cc2520: Add support for CC2591 amplifier. by Brad Campbell · 9 years ago
  84. e2e21c1 rhashtable: Remove max_shift and min_shift by Herbert Xu · 9 years ago
  85. c2e213c rhashtable: Introduce max_size/min_size by Herbert Xu · 9 years ago
  86. 6aebd94 rhashtable: Remove shift from bucket_table by Herbert Xu · 9 years ago
  87. cf39284 regulator: Fix documentation for regmap in the config by Axel Lin · 9 years ago
  88. 0470c8c inet: fix request sock refcounting by Eric Dumazet · 9 years ago
  89. 9439ce0 tcp: rename struct tcp_request_sock listener by Eric Dumazet · 9 years ago
  90. 4e9a578 inet: add rsk_listener field to struct request_sock by Eric Dumazet · 9 years ago
  91. e49bb33 inet: uninline inet_reqsk_alloc() by Eric Dumazet · 9 years ago
  92. 407640d inet: add sk_listener argument to inet_reqsk_alloc() by Eric Dumazet · 9 years ago
  93. 7970ddc tcp: uninline tcp_oow_rate_limited() by Eric Dumazet · 9 years ago
  94. 1bfc443 tcp: move tcp_openreq_init() to tcp_input.c by Eric Dumazet · 9 years ago
  95. adc17d6 inet: move ir_mark to fill a hole by Eric Dumazet · 9 years ago
  96. c249739 bpf: allow BPF programs access 'protocol' and 'vlan_tci' fields by Alexei Starovoitov · 9 years ago
  97. ad41faa netdevice.h: fix ndo_bridge_* comments by Nicolas Dichtel · 9 years ago
  98. 4d272f9 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  99. 2fc6775 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  100. fa4335d Bluetooth: Move generic mgmt command dispatcher to hci_sock.c by Johan Hedberg · 9 years ago