1. 1ae2324 siphash: implement HalfSipHash1-3 for hash tables by Jason A. Donenfeld · 8 years ago
  2. 2c956a6 siphash: add cryptographically secure PRF by Jason A. Donenfeld · 8 years ago
  3. eafea73 net: ipv4: remove disable of bottom half in inet_rtm_getroute by David Ahern · 8 years ago
  4. 6b0c06e net: intel: e100: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  5. 8a43379 net: ibm: ibmvnic: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  6. 9ce8c2d net: ibm: ibmveth: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  7. e4ccf76 net: ibm: emac: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  8. cecf62d net: ibm: ehea: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  9. 1e91163 net: change init_inodecache() return void by yuan linyu · 8 years ago
  10. 4289e60 Merge branch 'tc-skb-diet' by David S. Miller · 8 years ago
  11. bc31c90 net-tc: convert tc_from to tc_from_ingress and tc_redirected by Willem de Bruijn · 8 years ago
  12. 8dc07fd net-tc: convert tc_at to tc_at_ingress by Willem de Bruijn · 8 years ago
  13. a5135bc net-tc: convert tc_verd to integer bitfields by Willem de Bruijn · 8 years ago
  14. e7246e1 net-tc: extract skip classify bit from tc_verd by Willem de Bruijn · 8 years ago
  15. d626407 net-tc: make MAX_RECLASSIFY_LOOP local by Willem de Bruijn · 8 years ago
  16. aec745e net-tc: remove unused tc_verd fields by Willem de Bruijn · 8 years ago
  17. 29b84f2 mdio: Demote print from info to debug in mdio_device_register by Florian Fainelli · 8 years ago
  18. 5944701 net: remove useless memset's in drivers get_stats64 by stephen hemminger · 8 years ago
  19. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  20. 63c64de Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  21. dc33da59 net: ipv4: Remove flow arg from ip_mkroute_input by David Ahern · 8 years ago
  22. 9f09eae net: ipmr: Remove nowait arg to ipmr_get_route by David Ahern · 8 years ago
  23. 6088986 liquidio: simplify octeon_flush_iq() by Derek Chickles · 8 years ago
  24. 0035ddf fm10k: remove FM10K_FLAG_DEBUG_STATS by Jacob Keller · 8 years ago
  25. b5db29f0 fm10k: report the receive timestamp in FM10K_CB(skb)->tstamp by Jacob Keller · 8 years ago
  26. 881571c fm10k: Limit dma sync of RX buffers to actual packet size by Scott Peterson · 8 years ago
  27. 6721f2d fm10k: bump version number by Jacob Keller · 8 years ago
  28. f052495 fm10k: do not clear global mailbox interrupt bits by Ngai-Mint Kwan · 8 years ago
  29. 2f3fc1e fm10k: request reset when mbx->state changes by Ngai-Mint Kwan · 8 years ago
  30. aee2433 fm10k: remove extraneous variable definition in fm10k_ethtool.c by Jacob Keller · 8 years ago
  31. 50bfaee fm10k-shared: use mac-> instead of hw->mac. by Ngai-Mint Kwan · 8 years ago
  32. 111427f net: dsa: move HWMON support to its own file by Vivien Didelot · 8 years ago
  33. 82e4869 Merge branch 'netcp-next' by David S. Miller · 8 years ago
  34. b361da8 net: netcp: ale: add proper ale entry mask bits for netcp switch ALE by Karicheri, Muralidharan · 8 years ago
  35. 7938a0d net: netcp: ale: use ale_status to size the ale table by Karicheri, Muralidharan · 8 years ago
  36. ca47130 net: netcp: ale: update to support unknown vlan controls for NU switch by Karicheri, Muralidharan · 8 years ago
  37. 4cd85a6 net: netcp: use hw capability to remove FCS word from rx packets by Karicheri, Muralidharan · 8 years ago
  38. 0cead3a net: netcp: ethss: get phy-handle only if link interface is MAC-to-PHY by Karicheri, Muralidharan · 8 years ago
  39. 6a8162e net: netcp: store network statistics in 64 bits by Michael Scherban · 8 years ago
  40. aa25510 net: netcp: remove the redundant memmov() by Karicheri, Muralidharan · 8 years ago
  41. 69d707d net: netcp: extract eflag from desc for rx_hook handling by Karicheri, Muralidharan · 8 years ago
  42. b14ad90 Merge branch 'cpsw-cpdma-DDR' by David S. Miller · 8 years ago
  43. c40d888 Documentation: DT: net: cpsw: remove no_bd_ram property by Grygorii Strashko · 8 years ago
  44. be034fc net: ethernet: ti: cpsw: add support for ringparam configuration by Grygorii Strashko · 8 years ago
  45. 90225bf net: ethernet: ti: cpsw: add support for descs pool size configuration by Grygorii Strashko · 8 years ago
  46. 7f3b490 net: ethernet: ti: cpdma: use devm_ioremap by Grygorii Strashko · 8 years ago
  47. 5fcc40a net: ethernet: ti: cpdma: minimize number of parameters in cpdma_desc_pool_create/destroy() by Grygorii Strashko · 8 years ago
  48. 12a303e net: ethernet: ti: cpdma: fix desc re-queuing by Grygorii Strashko · 8 years ago
  49. a6c83cc net: ethernet: ti: cpdma: am437x: allow descs to be plased in ddr by Grygorii Strashko · 8 years ago
  50. 350a471 Merge branch 'l2tp-cleanup-socket-lookup-code' by David S. Miller · 8 years ago
  51. c5fdae0 l2tp: rework socket comparison in __l2tp_ip*_bind_lookup() by Guillaume Nault · 8 years ago
  52. 986f7cb l2tp: remove useless NULL check in __l2tp_ip*_bind_lookup() by Guillaume Nault · 8 years ago
  53. bb39b0b l2tp: make __l2tp_ip*_bind_lookup() parameters 'const' by Guillaume Nault · 8 years ago
  54. 8cf2f70 l2tp: remove redundant addr_len check in l2tp_ip_bind() by Guillaume Nault · 8 years ago
  55. 780e982 RDS: validate the requested traces user input against max supported by santosh.shilimkar@oracle.com · 8 years ago
  56. 1c966c5 Merge tag 'rxrpc-rewrite-20170106' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  57. a838631 sctp: prepare asoc stream for stream reconf by Xin Long · 8 years ago
  58. df56005 udp: inuse checks can quit early for reuseport by Eric Garver · 8 years ago
  59. 89eb983 cxgb4: Add port description for new cards. by Ganesh Goudar · 8 years ago
  60. 5e78f7f cxgb4/cxgb4vf: Display 25G and 100G link speed by Ganesh Goudar · 8 years ago
  61. c5e7099 Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  62. c7b371e net: ipv4: make fib_select_default static by David Ahern · 8 years ago
  63. 0c8d803 net: ipv4: Simplify rt_fill_info by David Ahern · 8 years ago
  64. 4055ae5 cxgb4: Synchronize access to mailbox by Hariprasad Shenai · 8 years ago
  65. 4b92ea8 net: dsa: b53: Utilize common helpers for u64/MAC by Florian Fainelli · 8 years ago
  66. 7558828 net: dsa: remove version string by Vivien Didelot · 8 years ago
  67. 026b471 liquidio: fix wrong information about channels reported to ethtool by Weilin Chang · 8 years ago
  68. f784ad3 ipv6: do not send RTM_DELADDR for tentative addresses by Mahesh Bandewar · 8 years ago
  69. 90028b0 liquidio VF: fix incorrect struct being used by Prasad Kanneganti · 8 years ago
  70. 91b467e afs: Make afs_readpages() fetch data in bulk by David Howells · 8 years ago
  71. 196ee9c afs: Make afs_fs_fetch_data() take a list of pages by David Howells · 8 years ago
  72. 76ed5a8 igb: Fix hw_dbg logging in igb_update_flash_i210 by Hannu Lounento · 8 years ago
  73. 5bc8c23 igb: add i211 to i210 PHY workaround by Todd Fujinaka · 8 years ago
  74. 9474933 igb: close/suspend race in netif_device_detach by Todd Fujinaka · 8 years ago
  75. 69b97cf igb: re-assign hw address pointer on reset after PCI error by Guilherme G Piccoli · 8 years ago
  76. 1827853 igb: reset the PHY before reading the PHY ID by Aaron Sierra · 8 years ago
  77. 629823b igb: use igb_adapter->io_addr instead of e1000_hw->hw_addr by Cao jin · 8 years ago
  78. 4e684f5 igb: Workaround for igb i210 firmware issue by Chris J Arges · 8 years ago
  79. c4f9b6e igb: correct register comments by Cao jin · 8 years ago
  80. 7e54d9d e1000e: driver trying to free already-free irq by khalidm · 8 years ago
  81. 030ec9e igb: Realign bad indentation by Joe Perches · 8 years ago
  82. c1878f7a tools: psock_tpacket: block Rx until socket filter has been added and socket has been bound to loopback. by Sowmini Varadhan · 8 years ago
  83. ad02c4f tcp: provide timestamps for partial writes by Soheil Hassas Yeganeh · 8 years ago
  84. 37e65dc1 Merge tag 'rxrpc-rewrite-20170105' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 8 years ago
  85. 5e6eb45 net:dsa: check for EPROBE_DEFER from dsa_dst_parse() by Volodymyr Bendiuga · 8 years ago
  86. 56b46b4 net:mv88e6xxx: use g2 interrupt for 6097 chip by Volodymyr Bendiuga · 8 years ago
  87. 60f9b5e net: xilinx: emaclite: Remove xemaclite_remove_ndev() by Tobias Klauser · 8 years ago
  88. aa884a2 net: ethoc: Remove unused members from struct ethoc by Tobias Klauser · 8 years ago
  89. 76eb75b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  90. 3e018da rxrpc: Show a call's hard-ACK cursors in /proc/net/rxrpc_calls by David Howells · 8 years ago
  91. b1d9f7fd rxrpc: Add some more tracing by David Howells · 8 years ago
  92. b54a134 rxrpc: Fix handling of enums-to-string translation in tracing by David Howells · 8 years ago
  93. 57ea884 packet: fix panic in __packet_set_timestamp on tpacket_v3 in tx mode by Daniel Borkmann · 8 years ago
  94. e02003b Merge tag 'xfs-for-linus-4.10-rc3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 8 years ago
  95. 4cf1846 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  96. 5952758 dsa: mv88e6xxx: Optimise atu_get by Andrew Lunn · 8 years ago
  97. 71eae1c sh_eth: enable RX descriptor word 0 shift on SH7734 by Sergei Shtylyov · 8 years ago
  98. 4fdda95 sfc: don't report RX hash keys to ethtool when RSS wasn't enabled by Edward Cree · 8 years ago
  99. 8eb9f2f cxgb4: Support compressed error vector for T6 by Arjun V · 8 years ago
  100. cee3548 Merge branch 'sh_eth-intrs-cleanup' by David S. Miller · 8 years ago