1. 49f7b33 rhashtable: provide len to obj_hashfn by Patrick McHardy · 9 years ago
  2. 14d14a5 netfilter: nft_meta: use raw_smp_processor_id() by Patrick McHardy · 9 years ago
  3. d957972 netfilter: nf_tables: nft_queue does not depend on x_tables by Patrick McHardy · 9 years ago
  4. fce1528 netfilter: nf_tables: restore nf_log_trace() in nf_tables_core.c by Pablo Neira Ayuso · 9 years ago
  5. a81b2ce netfilter: Use LOGLEVEL_<FOO> defines by Joe Perches · 9 years ago
  6. 5ebb335 netfilter: nf_tables: move struct net pointer to base chain by Patrick McHardy · 9 years ago
  7. 0144a81 tcp: fix ipv4 mapped request socks by Eric Dumazet · 9 years ago
  8. d631b94 virtio: change comment in transmit by stephen hemminger · 9 years ago
  9. 835c3d9 tools: bpf_asm: cleanup vlan extension related token by Daniel Borkmann · 9 years ago
  10. b1275eb Merge branch 'listener_refactor_16' by David S. Miller · 9 years ago
  11. fd3a154 tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup() by Eric Dumazet · 9 years ago
  12. 39f8e58 tcp: md5: remove request sock argument of calc_md5_hash() by Eric Dumazet · 9 years ago
  13. ff74e23 tcp: md5: input path is run under rcu protected sections by Eric Dumazet · 9 years ago
  14. 0980c1e tcp: use C99 initializers in new_state[] by Eric Dumazet · 9 years ago
  15. 80f03e2 tcp: md5: fix rcu lockdep splat by Eric Dumazet · 9 years ago
  16. 9ead352 Merge branch 'rhashtable-next' by David S. Miller · 9 years ago
  17. 6b6f302 rhashtable: Add rhashtable_free_and_destroy() by Thomas Graf · 9 years ago
  18. b5e2c15 rhashtable: Disable automatic shrinking by default by Thomas Graf · 9 years ago
  19. ac833bd rhashtable: Mark internal/private inline functions as such by Thomas Graf · 9 years ago
  20. 299e5c3 rhashtable: Use 'unsigned int' consistently by Thomas Graf · 9 years ago
  21. 58be8a5 rhashtable: Extend RCU read lock into rhashtable_insert_rehash() by Thomas Graf · 9 years ago
  22. 27cd545 filter: introduce SKF_AD_VLAN_TPID BPF extension by Michal Sekletar · 9 years ago
  23. f6bb76c Merge branch 'cxgb4-fcoe' by David S. Miller · 9 years ago
  24. 241e924 cxgb4: update Kconfig and Makefile for FCoE support by Varun Prakash · 9 years ago
  25. 84a200b cxgb4: add cxgb4_fcoe.c for FCoE by Varun Prakash · 9 years ago
  26. 76fed8a cxgb4: add cxgb4_fcoe.h and macro definitions for FCoE by Varun Prakash · 9 years ago
  27. ff40217 ipv6: fix sparse warnings in privacy stable addresses generation by Hannes Frederic Sowa · 9 years ago
  28. ed3e852 tipc: fix compile error when IPV6=m and TIPC=y by Ying Xue · 9 years ago
  29. 66400d5 net: allow to delete a whole device group by WANG Cong · 9 years ago
  30. 27ed44a rhashtable: Add comment on choice of elasticity value by Herbert Xu · 9 years ago
  31. 8263d57 cx82310_eth: fix semicolon.cocci warnings by Wu Fengguang · 9 years ago
  32. 610600c tipc: validate length of sockaddr in connect() for dgram/rdm by Sasha Levin · 9 years ago
  33. 0117ec1 net: remove never used forwarding_accel_ops pointer from net_device by Hannes Frederic Sowa · 9 years ago
  34. d5c1d8c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  35. ba7c95e rhashtable: Fix sleeping inside RCU critical section in walk_stop by Herbert Xu · 9 years ago
  36. ce046c5 Merge branch 'ipv6_stable_privacy_address' by David S. Miller · 9 years ago
  37. 9f0761c ipv6: add documentation for stable_secret, idgen_delay and idgen_retries knobs by Hannes Frederic Sowa · 9 years ago
  38. 1855b7c ipv6: introduce idgen_delay and idgen_retries knobs by Hannes Frederic Sowa · 9 years ago
  39. 5f40ef7 ipv6: do retries on stable privacy addresses by Hannes Frederic Sowa · 9 years ago
  40. 8e8e676 ipv6: collapse state_lock and lock by Hannes Frederic Sowa · 9 years ago
  41. 64236f3 ipv6: introduce IFA_F_STABLE_PRIVACY flag by Hannes Frederic Sowa · 9 years ago
  42. 622c81d ipv6: generation of stable privacy addresses for link-local and autoconf by Hannes Frederic Sowa · 9 years ago
  43. 3d1bec9 ipv6: introduce secret_stable to ipv6_devconf by Hannes Frederic Sowa · 9 years ago
  44. ab2bb32 lib: EXPORT_SYMBOL sha_init by Hannes Frederic Sowa · 9 years ago
  45. 7f163d0 Merge branch 'bcmgenet-next' by David S. Miller · 9 years ago
  46. a6f31f5 net: bcmgenet: power down and up GPHY during suspend/resume by Florian Fainelli · 9 years ago
  47. a642c4f net: bcmgenet: power up and down integrated GPHY when unused by Florian Fainelli · 9 years ago
  48. a9d608c net: bcmgenet: implement GPHY power down sequence by Florian Fainelli · 9 years ago
  49. 0c81a8e net: bcmgenet: fix GPHY power-up sequence by Florian Fainelli · 9 years ago
  50. 8212c98 net: bcmgenet: rename bcmgenet_ephy_power_up by Florian Fainelli · 9 years ago
  51. 0d017e2 net: bcmgenet: update bcmgenet_ephy_power_up to clear CK25_DIS bit by Florian Fainelli · 9 years ago
  52. ca8cf34 net: bcmgenet: propagate errors from bcmgenet_power_down by Florian Fainelli · 9 years ago
  53. cc330b5 Merge branch 'rhashtable-next' by David S. Miller · 9 years ago
  54. ccd57b1 rhashtable: Add immediate rehash during insertion by Herbert Xu · 9 years ago
  55. b9ecfda rhashtable: Allow GFP_ATOMIC bucket table allocation by Herbert Xu · 9 years ago
  56. b824478 rhashtable: Add multiple rehash support by Herbert Xu · 9 years ago
  57. 18093d1 rhashtable: Shrink to fit by Herbert Xu · 9 years ago
  58. 6d02294 tipc: Use default rhashtable hashfn by Herbert Xu · 9 years ago
  59. 11b58ba netlink: Use default rhashtable hashfn by Herbert Xu · 9 years ago
  60. 31ccde2 rhashtable: Allow hashfn to be unset by Herbert Xu · 9 years ago
  61. de91b25 rhashtable: Eliminate unnecessary branch in rht_key_hashfn by Herbert Xu · 9 years ago
  62. d88252f rhashtable: Add barrier to ensure we see new tables in walker by Herbert Xu · 9 years ago
  63. 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
  64. 40451fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  65. 682f048 af_packet: pass checksum validation status to the user by Alexander Drozdov · 9 years ago
  66. 68c2e5d af_packet: make tpacket_rcv to not set status value before run_filter by Alexander Drozdov · 9 years ago
  67. c697366 inet: fix double request socket freeing by Fan Du · 9 years ago
  68. 24c0e68 vxlan: simplify if clause in dev_close by Marcelo Ricardo Leitner · 9 years ago
  69. b6f15f8 fib_trie: Fix regression in handling of inflate/halve failure by Alexander Duyck · 9 years ago
  70. 9cde945 bgmac: implement scatter/gather support by Felix Fietkau · 9 years ago
  71. 45c9b3c bgmac: implement GRO and use build_skb by Felix Fietkau · 9 years ago
  72. 0addb83 bgmac: fix descriptor frame start/end definitions by Felix Fietkau · 9 years ago
  73. 443b599 net: Move the comment about unsettable socket-level options to default clause and update its reference. by YOSHIFUJI Hideaki/吉藤英明 · 9 years ago
  74. 86c1aee Merge branch 'listener_refactor_part_15' by David S. Miller · 9 years ago
  75. 52036a4 ipv6: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets by Eric Dumazet · 9 years ago
  76. 85645ba ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets by Eric Dumazet · 9 years ago
  77. 2215089 ipv6: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets by Eric Dumazet · 9 years ago
  78. 26e3736 ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request sockets by Eric Dumazet · 9 years ago
  79. b282705 net: convert syn_wait_lock to a spinlock by Eric Dumazet · 9 years ago
  80. 8b929ab inet: remove some sk_listener dependencies by Eric Dumazet · 9 years ago
  81. 42cb80a inet: remove sk_listener parameter from syn_ack_timeout() by Eric Dumazet · 9 years ago
  82. 2b41fab inet: cache listen_sock_qlen() and read rskq_defer_accept once by Eric Dumazet · 9 years ago
  83. c9231f8 Merge branch 'gigaset_modem_response' by David S. Miller · 9 years ago
  84. 4656e0a isdn/gigaset: restructure modem response parser (4) by Tilman Schmidt · 9 years ago
  85. d93187e isdn/gigaset: restructure modem response parser (3) by Tilman Schmidt · 9 years ago
  86. 4df1e52 isdn/gigaset: restructure modem response parser (2) by Tilman Schmidt · 9 years ago
  87. 6bf5011 isdn/gigaset: restructure modem response parser (1) by Tilman Schmidt · 9 years ago
  88. 558d51f switchdev: fix stp update API to work with layered netdevices by Roopa Prabhu · 9 years ago
  89. 08b4b8e net: clear skb->priority when forwarding to another netns by WANG Cong · 9 years ago
  90. a659f91 Merge branch 'crypto_async' by David S. Miller · 9 years ago
  91. a596999 crypto: algif - change algif_skcipher to be asynchronous by Tadeusz Struk · 9 years ago
  92. 66db373 crypto: af_alg - Allow to link sgl by Tadeusz Struk · 9 years ago
  93. 0345f93 net: socket: add support for async operations by tadeusz.struk@intel.com · 9 years ago
  94. 90a5a89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  95. d504961 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 9 years ago
  96. 2077cef sparc64: Fix several bugs in memmove(). by David S. Miller · 9 years ago
  97. bc465aa Linux 4.0-rc5 by Linus Torvalds · 9 years ago
  98. 1b717b1 Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  99. af9bfbd can: at91_can: use endian agnostic IO accessors by Ben Dooks · 9 years ago
  100. 6d5a7a65 can: esd_usb2: Fix sparse warnings by Thomas Körper · 9 years ago