1. 2347093 Merge branch 'phylink-and-sfp-support' by David S. Miller · 8 years ago
  2. 7397005 sfp: add SFP module support by Russell King · 8 years ago
  3. da7c186 phylink: add in-band autonegotiation support for 10GBase-KR mode. by Russell King · 8 years ago
  4. ecbd87b phylink: add support for MII ioctl access to Clause 45 PHYs by Russell King · 8 years ago
  5. 770a1ad phylink: add module EEPROM support by Russell King · 8 years ago
  6. ce0aa27 sfp: add sfp-bus to bridge between network devices and sfp cages by Russell King · 8 years ago
  7. 9525ae8 phylink: add phylink infrastructure by Russell King · 8 years ago
  8. 453d00d net: phy: add I2C mdio bus by Russell King · 8 years ago
  9. 5e5758d net: phy: export phy_start_machine() for phylink by Russell King · 8 years ago
  10. a81497b net: phy: provide a hook for link up/link down events by Russell King · 8 years ago
  11. 1f3645b net: phy: add 1000Base-X to phy settings table by Russell King · 8 years ago
  12. 0ccb4fc net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy-core by Russell King · 8 years ago
  13. da4625a net: phy: split out PHY speed and duplex string generation by Russell King · 8 years ago
  14. c3ecbe7 net: phy: allow settings table to support more than 32 link modes by Russell King · 8 years ago
  15. 21e27f2 Merge branch 'IP-cleanup-LSRR-option-processing' by David S. Miller · 8 years ago
  16. 3bdefdf udp: no need to preserve skb->dst by Paolo Abeni · 8 years ago
  17. 61a1030 Revert "ipv4: keep skb->dst around in presence of IP options" by Paolo Abeni · 8 years ago
  18. 91ed1e6 ip/options: explicitly provide net ns to __ip_options_echo() by Paolo Abeni · 8 years ago
  19. a1e155e IP: do not modify ingress packet IP option in ip_options_echo() by Paolo Abeni · 8 years ago
  20. a54df68 aquantia: Switch to use napi_gro_receive by Pavel Belous · 8 years ago
  21. 56ce097 net: comment fixes against BPF devmap helper calls by John Fastabend · 8 years ago
  22. 8f75222 Merge branch 'net-sched-summer-cleanup-part-1-mainly-in-exts-area' by David S. Miller · 8 years ago
  23. 9b0d444 net: sched: avoid atomic swap in tcf_exts_change by Jiri Pirko · 8 years ago
  24. 705c709 net: sched: cls_u32: no need to call tcf_exts_change for newly allocated struct by Jiri Pirko · 8 years ago
  25. 8c98d57 net: sched: cls_route: no need to call tcf_exts_change for newly allocated struct by Jiri Pirko · 8 years ago
  26. c09fc2e net: sched: cls_flow: no need to call tcf_exts_change for newly allocated struct by Jiri Pirko · 8 years ago
  27. 8cc6251 net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated struct by Jiri Pirko · 8 years ago
  28. 6839da3 net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated struct by Jiri Pirko · 8 years ago
  29. ff1f8ca net: sched: cls_basic: no need to call tcf_exts_change for newly allocated struct by Jiri Pirko · 8 years ago
  30. a74cb36 net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated struct by Jiri Pirko · 8 years ago
  31. 94611bf net: sched: cls_fw: no need to call tcf_exts_change for newly allocated struct by Jiri Pirko · 8 years ago
  32. 4550752 net: sched: cls_flower: no need to call tcf_exts_change for newly allocated struct by Jiri Pirko · 8 years ago
  33. 1e5003a net: sched: cls_fw: rename fw_change_attrs function by Jiri Pirko · 8 years ago
  34. 6a725c4 net: sched: cls_bpf: rename cls_bpf_modify_existing function by Jiri Pirko · 8 years ago
  35. 978dfd8 net: sched: use tcf_exts_has_actions instead of exts->nr_actions by Jiri Pirko · 8 years ago
  36. ec1a9cc net: sched: remove check for number of actions in tcf_exts_exec by Jiri Pirko · 8 years ago
  37. af089e7 net: sched: fix return value of tcf_exts_exec by Jiri Pirko · 8 years ago
  38. 6fc6d06 net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_available by Jiri Pirko · 8 years ago
  39. af69afc net: sched: use tcf_exts_has_actions in tcf_exts_exec by Jiri Pirko · 8 years ago
  40. 3bcc0ce net: sched: change names of action number helpers to be aligned with the rest by Jiri Pirko · 8 years ago
  41. 4ebc1e3 net: sched: remove unneeded tcf_em_tree_change by Jiri Pirko · 8 years ago
  42. f7ebdff net: sched: sch_atm: use Qdisc_class_common structure by Jiri Pirko · 8 years ago
  43. 967b2e2 net: hns: Fix for __udivdi3 compiler error by Lin Yun Sheng · 8 years ago
  44. 5987feb net: phy: marvell: logical vs bitwise OR typo by Dan Carpenter · 8 years ago
  45. 3561599 Merge branch 'socket-sendmsg-zerocopy' by David S. Miller · 8 years ago
  46. 07b65c5 test: add msg_zerocopy test by Willem de Bruijn · 8 years ago
  47. f214f91 tcp: enable MSG_ZEROCOPY by Willem de Bruijn · 8 years ago
  48. a91dbff sock: ulimit on MSG_ZEROCOPY pages by Willem de Bruijn · 8 years ago
  49. 4ab6c99 sock: MSG_ZEROCOPY notification coalescing by Willem de Bruijn · 8 years ago
  50. 1f8b977 sock: enable MSG_ZEROCOPY by Willem de Bruijn · 8 years ago
  51. 76851d1 sock: add SOCK_ZEROCOPY sockopt by Willem de Bruijn · 8 years ago
  52. 5226779 sock: add MSG_ZEROCOPY by Willem de Bruijn · 8 years ago
  53. 3ece782 sock: skb_copy_ubufs support for compound pages by Willem de Bruijn · 8 years ago
  54. 98ba0bd sock: allocate skbs from optmem by Willem de Bruijn · 8 years ago
  55. 84b7187 Merge branch 'mlxsw-Support-for-IPv6-UC-router' by David S. Miller · 8 years ago
  56. 65e65ec mlxsw: spectrum_router: Don't ignore IPv6 notifications by Ido Schimmel · 8 years ago
  57. f36f5ac mlxsw: spectrum_router: Abort on source-specific routes by Ido Schimmel · 8 years ago
  58. 0a7fd1a mlxsw: spectrum_router: Add support for route replace by Ido Schimmel · 8 years ago
  59. 428b851 mlxsw: spectrum_router: Add support for IPv6 routes addition / deletion by Ido Schimmel · 8 years ago
  60. 583419f mlxsw: spectrum_router: Sanitize IPv6 FIB rules by Ido Schimmel · 8 years ago
  61. 66a5763 mlxsw: spectrum_router: Demultiplex FIB event based on family by Ido Schimmel · 8 years ago
  62. a460aa8 ipv6: fib: Add helpers to hold / drop a reference on rt6_info by Ido Schimmel · 8 years ago
  63. fc882fc ipv6: Regenerate host route according to node pointer upon interface up by Ido Schimmel · 8 years ago
  64. 9217d8c ipv6: Regenerate host route according to node pointer upon loopback up by Ido Schimmel · 8 years ago
  65. 7483cea ipv6: fib: Unlink replaced routes from their nodes by Ido Schimmel · 8 years ago
  66. c5b1241 ipv6: fib: Don't assume only nodes hold a reference on routes by Ido Schimmel · 8 years ago
  67. 61e4d01 ipv6: fib: Add offload indication to routes by Ido Schimmel · 8 years ago
  68. e1ee0a5 ipv6: fib: Dump tables during registration to FIB chain by Ido Schimmel · 8 years ago
  69. dcb18f7 ipv6: fib_rules: Dump rules during registration to FIB chain by Ido Schimmel · 8 years ago
  70. df77fe4 ipv6: fib: Add in-kernel notifications for route add / delete by Ido Schimmel · 8 years ago
  71. 16ab6d7 ipv6: fib: Add FIB notifiers callbacks by Ido Schimmel · 8 years ago
  72. e3ea973 ipv6: fib_rules: Check if rule is a default rule by Ido Schimmel · 8 years ago
  73. 1b2a444 net: fib_rules: Implement notification logic in core by Ido Schimmel · 8 years ago
  74. d371ac1 rocker: Ignore address families other than IPv4 by Ido Schimmel · 8 years ago
  75. 64e5e82 mlxsw: spectrum_router: Ignore address families other than IPv4 by Ido Schimmel · 8 years ago
  76. 04b1d4e net: core: Make the FIB notification chain generic by Ido Schimmel · 8 years ago
  77. 80cf0b4 Merge branch 'mvpp2-add-TX-interrupts-support' by David S. Miller · 8 years ago
  78. 5d3ecb2 dt-bindings: net: marvell-pp2: update interrupt-names with TX interrupts by Thomas Petazzoni · 8 years ago
  79. 213f428 net: mvpp2: add support for TX interrupts and RX queue distribution modes by Thomas Petazzoni · 8 years ago
  80. 591f4cf net: mvpp2: introduce queue_vector concept by Thomas Petazzoni · 8 years ago
  81. df089aa net: mvpp2: move from cpu-centric naming to "software thread" naming by Thomas Petazzoni · 8 years ago
  82. 09f8397 net: mvpp2: introduce per-port nrxqs/ntxqs variables by Thomas Petazzoni · 8 years ago
  83. b5635ad net: mvpp2: remove RX queue group reset code by Thomas Petazzoni · 8 years ago
  84. eb1e93a net: mvpp2: fix MVPP21_ISR_RXQ_GROUP_REG definition by Thomas Petazzoni · 8 years ago
  85. e11e872 net: arc_emac: Add support for ndo_do_ioctl net_device_ops operation by Romain Perier · 8 years ago
  86. f4b2a42 Merge branch 'hns3-ethernet-driver' by David S. Miller · 8 years ago
  87. 15e8e5f net: hns3: Add HNS3 driver to kernel build framework & MAINTAINERS by Salil · 8 years ago
  88. 496d03e net: hns3: Add Ethtool support to HNS3 driver by Salil · 8 years ago
  89. 256727d net: hns3: Add MDIO support to HNS3 Ethernet driver for hip08 SoC by Salil · 8 years ago
  90. 8484405 net: hns3: Add support of TX Scheduler & Shaper to HNS3 driver by Salil · 8 years ago
  91. 46a3df9 net: hns3: Add HNS3 Acceleration Engine & Compatibility Layer Support by Salil · 8 years ago
  92. 68c0a5c net: hns3: Add HNS3 IMP(Integrated Mgmt Proc) Cmd Interface Support by Salil · 8 years ago
  93. 38caee9 net: hns3: Add support of the HNAE3 framework by Salil · 8 years ago
  94. 76ad4f0 net: hns3: Add support of HNS3 Ethernet Driver for hip08 SoC by Salil · 8 years ago
  95. 5477f7f Merge branch 'sctp-remove-typedefs-from-structures-part-4' by David S. Miller · 8 years ago
  96. bb96dec sctp: remove the typedef sctp_auth_chunk_t by Xin Long · 8 years ago
  97. 96f7ef4 sctp: remove the typedef sctp_authhdr_t by Xin Long · 8 years ago
  98. 68d7546 sctp: remove the typedef sctp_addip_chunk_t by Xin Long · 8 years ago
  99. 65205cc sctp: remove the typedef sctp_addiphdr_t by Xin Long · 8 years ago
  100. 8b32f23 sctp: remove the typedef sctp_addip_param_t by Xin Long · 8 years ago