1. a1a6b7e net: dsa: add cross-chip multicast support by Vivien Didelot · 8 years ago
  2. 6a2fb0e ibmvnic: driver initialization for kdump/kexec by Nathan Fontenot · 8 years ago
  3. 247488c decnet: always not take dst->__refcnt when inserting dst into hash table by Wei Wang · 8 years ago
  4. 34a9513 Merge branch 'rds-tcp-misc-bug-fixes' by David S. Miller · 8 years ago
  5. 10beea7 rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_one by Sowmini Varadhan · 8 years ago
  6. 00354de rds: tcp: various endian-ness fixes by Sowmini Varadhan · 8 years ago
  7. 41500c3 rds: tcp: remove cp_outgoing by Sowmini Varadhan · 8 years ago
  8. 5f886ee Merge branch 'dsa-loop-Driver-updates' by David S. Miller · 8 years ago
  9. 484c017 net: dsa: loop: Implement ethtool statistics by Florian Fainelli · 8 years ago
  10. 3407dc8 net: dsa: loop: Inline unregister_fixed_phys() by Florian Fainelli · 8 years ago
  11. 5f88150 Merge branch 'pktgen-new-parameters' by David S. Miller · 8 years ago
  12. e0e1667 pktgen: Specify the index of first thread by Tariq Toukan · 8 years ago
  13. 69137ea pktgen: Specify num packets per thread by Tariq Toukan · 8 years ago
  14. cb7fbb6 Merge branch 'net-mvmdio-add-xMDIO-xSMI-support' by David S. Miller · 8 years ago
  15. e0f7ed8 dt-bindings: orion-mdio: document the new xmdio compatible by Antoine Ténart · 8 years ago
  16. 0268b51 net: mvmdio: simplify the smi read and write error paths by Antoine Ténart · 8 years ago
  17. c0ac08f net: mvmdio: add xmdio xsmi support by Antoine Ténart · 8 years ago
  18. 440ea77 net: mvmdio: check the MII_ADDR_C45 bit is not set for smi operations by Antoine Ténart · 8 years ago
  19. 1955796 net: mvmdio: put the poll intervals in the ops structure by Antoine Ténart · 8 years ago
  20. b0b7fa4 net: mvmdio: introduce an ops structure by Antoine Ténart · 8 years ago
  21. 0caf030 net: mvmdio: remove duplicate locking by Russell King · 8 years ago
  22. fd3ebd8 net: mvmdio: use GENMASK for masks by Antoine Ténart · 8 years ago
  23. 2040ef2 net: mvmdio: use tabs for defines by Antoine Ténart · 8 years ago
  24. 14ef8b3 net: mvmdio: reorder headers alphabetically by Antoine Ténart · 8 years ago
  25. c52e609 Merge branch 'bpf-xdp-Report-bpf_prog-ID-in-IFLA_XDP' by David S. Miller · 8 years ago
  26. 22e0d75 bpf: qede: Report bpf_prog ID during XDP_QUERY_PROG by Martin KaFai Lau · 8 years ago
  27. c330182 bpf: nfp: Report bpf_prog ID during XDP_QUERY_PROG by Martin KaFai Lau · 8 years ago
  28. 4792093 bpf: ixgbe: Report bpf_prog ID during XDP_QUERY_PROG by Martin KaFai Lau · 8 years ago
  29. 1efde2b bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROG by Martin KaFai Lau · 8 years ago
  30. 8902965 bpf: bnxt: Report bpf_prog ID during XDP_QUERY_PROG by Martin KaFai Lau · 8 years ago
  31. 5b0e662 bpf: virtio_net: Report bpf_prog ID during XDP_QUERY_PROG by Martin KaFai Lau · 8 years ago
  32. 821b2e2 bpf: mlx5e: Report bpf_prog ID during XDP_QUERY_PROG by Martin KaFai Lau · 8 years ago
  33. 2e37e9b bpf: mlx4: Report bpf_prog ID during XDP_QUERY_PROG by Martin KaFai Lau · 8 years ago
  34. 5803869 net: Add IFLA_XDP_PROG_ID by Martin KaFai Lau · 8 years ago
  35. 3dc0225 Merge branch 'skb-accessor-cleanups' by David S. Miller · 8 years ago
  36. 634fef6 networking: add and use skb_put_u8() by Johannes Berg · 8 years ago
  37. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  38. af72868 networking: make skb_pull & friends return void pointers by Johannes Berg · 8 years ago
  39. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  40. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  41. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 8 years ago
  42. 61f73d1 Merge branch 'r8152-adjust-runtime-suspend-resume' by David S. Miller · 8 years ago
  43. bd88298 r8152: move calling delay_autosuspend function by hayeswang · 8 years ago
  44. 21cbd0e r8152: split rtl8152_resume function by hayeswang · 8 years ago
  45. 54144b4 tls: Depend upon INET not plain NET. by David S. Miller · 8 years ago
  46. 117b07e Merge branch 'mlx4-XDP-performance-improvements' by David S. Miller · 8 years ago
  47. 4c07c13 net/mlx4_en: Refactor mlx4_en_free_tx_desc by Tariq Toukan · 8 years ago
  48. 9573e0d net/mlx4_en: Replace TXBB_SIZE multiplications with shift operations by Tariq Toukan · 8 years ago
  49. 77788b5b net/mlx4_en: Increase default TX ring size by Tariq Toukan · 8 years ago
  50. 6c78511 net/mlx4_en: Poll XDP TX completion queue in RX NAPI by Tariq Toukan · 8 years ago
  51. 36ea796 net/mlx4_en: Improve XDP xmit function by Tariq Toukan · 8 years ago
  52. f28186d net/mlx4_en: Improve stack xmit function by Tariq Toukan · 8 years ago
  53. cc26a49 net/mlx4_en: Improve transmit CQ polling by Tariq Toukan · 8 years ago
  54. 9bcee89 net/mlx4_en: Improve receive data-path by Tariq Toukan · 8 years ago
  55. 4931c6e net/mlx4_en: Optimized single ring steering by Saeed Mahameed · 8 years ago
  56. cf97050 net/mlx4_en: Remove unused argument in TX datapath function by Tariq Toukan · 8 years ago
  57. 1492a3a atm: solos-pci: remove useless variable assignments by Gustavo A. R. Silva · 8 years ago
  58. e4b7778 net: dsa: assign default CPU port to all ports by Vivien Didelot · 8 years ago
  59. 3715c47 Merge branch 'r8152-support-new-chips' by David S. Miller · 8 years ago
  60. d8fbd27 r8152: add byte_enable for ocp_read_word function by hayeswang · 8 years ago
  61. 65b82d6 r8152: support RTL8153B by hayeswang · 8 years ago
  62. c27b32c r8152: support new chip 8050 by hayeswang · 8 years ago
  63. 18b6e79 Merge branch 'ibmvnic-LPM-bug-fixes' by David S. Miller · 8 years ago
  64. 21ecba6 ibmvnic: Exit polling routine correctly during adapter reset by Thomas Falcon · 8 years ago
  65. 1cf9cc7 ibmvnic: Remove VNIC_CLOSING check from pending_scrq by Thomas Falcon · 8 years ago
  66. c8b2ad0 ibmvnic: Sanitize entire SCRQ buffer on reset by Thomas Falcon · 8 years ago
  67. 4c2687a ibmvnic: Ensure that TX queues are disabled in __ibmvnic_close by Thomas Falcon · 8 years ago
  68. c3e53b9 ibmvnic: Activate disabled RX buffer pools on reset by Thomas Falcon · 8 years ago
  69. 7e9191c sunvnet: restrict advertized checksum offloads to just IP by Shannon Nelson · 8 years ago
  70. 3d8bd78 Merge branch 'sched-act_tunnel_key-UDP-checksusm' by David S. Miller · 8 years ago
  71. 86087e1 net: sched: act_tunnel_key: make UDP checksum configurable by Jiri Benc · 8 years ago
  72. 63fe4c3 net: sched: act_tunnel_key: request UDP checksum by default by Jiri Benc · 8 years ago
  73. 9d7cded net: s2io: remove useless variable in fill_rx_buffers by Gustavo A. R. Silva · 8 years ago
  74. 1947030 Merge branch 'dsa-prefix-Global-macros' by David S. Miller · 8 years ago
  75. ccba8f3 net: dsa: mv88e6xxx: prefix Global Prio and Tag macros by Vivien Didelot · 8 years ago
  76. 57d1ef3 net: dsa: mv88e6xxx: prefix Global Stats macros by Vivien Didelot · 8 years ago
  77. 101515c net: dsa: mv88e6xxx: prefix Global Monitor Control macros by Vivien Didelot · 8 years ago
  78. d77f432 net: dsa: mv88e6xxx: prefix Global Control macros by Vivien Didelot · 8 years ago
  79. 7ec60d6e net: dsa: mv88e6xxx: prefix Global VTU macros by Vivien Didelot · 8 years ago
  80. 27c0e60 net: dsa: mv88e6xxx: prefix Global ATU macros by Vivien Didelot · 8 years ago
  81. 4b0c481 net: dsa: mv88e6xxx: prefix Global Switch MAC macros by Vivien Didelot · 8 years ago
  82. 8246692 net: dsa: mv88e6xxx: prefix Global Status macros by Vivien Didelot · 8 years ago
  83. 83ad357 skbuff: make skb_put_zero() return void by Johannes Berg · 8 years ago
  84. 108ea51 Merge branch 'net-ktls' by David S. Miller · 8 years ago
  85. 99c195f tls: Documentation by Dave Watson · 8 years ago
  86. 3c4d755 tls: kernel TLS support by Dave Watson · 8 years ago
  87. e3b5616 tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functions by Dave Watson · 8 years ago
  88. 734942c tcp: ULP infrastructure by Dave Watson · 8 years ago
  89. 206f60e Merge branch 'Broadcom-DTE-based-PTP-clock' by David S. Miller · 8 years ago
  90. 8a56aa1 ptp: Add a ptp clock driver for Broadcom DTE by Arun Parameswaran · 8 years ago
  91. 80d6076 dt-binding: ptp: add bindings document for dte based ptp clock by Arun Parameswaran · 8 years ago
  92. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  93. a090bd4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  94. 54ed0f7 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  95. 35e60a6 Merge tag 'acpi-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  96. 92091c4 Merge tag 'pm-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  97. b45edc2 Merge branch 'for-4.12/driver-matching-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 8 years ago
  98. 906e0c5 Merge tag 'media/v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 8 years ago
  99. 640f93c i40e: Fix a sleep-in-atomic bug by Jia-Ju Bai · 8 years ago
  100. 9522933 Merge branch 'acpica-fixes' by Rafael J. Wysocki · 8 years ago