summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2019-06-052-3/+1
* i40e: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2019-06-052-4/+2
* net: Add a define for LLDP ethertypeAnirudh Venkataramanan2019-06-051-0/+1
* ixgbe: add a kernel documentation comment for ixgbe_ptp_get_ts_configJacob Keller2019-06-051-0/+9
* ixgbe: use 'cc' instead of 'hw_cc' for local variableJacob Keller2019-06-051-3/+3
* ixgbe: fix PTP SDP pin setup on X540 hardwareJacob Keller2019-06-051-29/+42
* ixgbe: reduce PTP Tx timestamp timeout to 1 secondJacob Keller2019-06-051-1/+1
* ixgbe: fix AF_XDP tx packet countWilliam Tu2019-06-051-0/+1
* ixgbe: fix AF_XDP tx byte countWilliam Tu2019-06-051-1/+0
* ixgbe: remove umem from adapterJan Sokolowski2019-06-052-71/+19
* ixgbe: add tracking of AF_XDP zero-copy state for each queue pairJan Sokolowski2019-06-053-1/+11
* net: fec_ptp: Use dev_err() instead of pr_err()Fabio Estevam2019-06-051-1/+1
* Merge branch 'r8169-factor-out-firmware-handling'David S. Miller2019-06-054-240/+274
|\
| * r8169: factor out firmware handlingHeiner Kallweit2019-06-054-241/+274
| * r8169: rename r8169.c to r8169_main.cHeiner Kallweit2019-06-052-0/+1
|/
* net: ethernet: mediatek: fix mtk_eth_soc build errors & warningsRandy Dunlap2019-06-051-2/+2
* Merge branch 'net-dsa-mv88e6xxx-support-for-mv88e6250'David S. Miller2019-06-0412-6/+333
|\
| * net: dsa: mv88e6xxx: refactor mv88e6352_g1_resetRasmus Villemoes2019-06-041-13/+1
| * dt-bindings: net: dsa: marvell: add "marvell,mv88e6250" compatible stringRasmus Villemoes2019-06-041-2/+5
| * net: dsa: mv88e6xxx: add support for mv88e6250Rasmus Villemoes2019-06-045-0/+104
| * net: dsa: mv88e6xxx: implement port_link_state for mv88e6250Rasmus Villemoes2019-06-042-0/+77
| * net: dsa: mv88e6xxx: implement port_set_speed for mv88e6250Rasmus Villemoes2019-06-042-0/+13
| * net: dsa: mv88e6xxx: implement watchdog_ops for mv88e6250Rasmus Villemoes2019-06-042-0/+40
| * net: dsa: mv88e6xxx: implement vtu_getnext and vtu_loadpurge for mv88e6250Rasmus Villemoes2019-06-042-0/+62
| * net: dsa: mv88e6xxx: prepare mv88e6xxx_g1_atu_op() for the mv88e6250Rasmus Villemoes2019-06-041-1/+4
| * net: dsa: mv88e6xxx: introduce support for two chips using direct smi addressingRasmus Villemoes2019-06-042-1/+30
| * net: dsa: mv88e6xxx: add mv88e6250_g1_ieee_pri_mapRasmus Villemoes2019-06-042-0/+8
|/
* vmxnet3: turn off lro when rxcsum is disabledRonak Doshi2019-06-043-2/+16
* Merge branch 'net-add-struct-nexthop-to-fib-info'David S. Miller2019-06-0420-175/+698
|\
| * rocker: Fail attempts to use routes with nexthop objectsDavid Ahern2019-06-041-0/+4
| * mlx5: Fail attempts to use routes with nexthop objectsDavid Ahern2019-06-041-0/+4
| * mlxsw: Fail attempts to use routes with nexthop objectsDavid Ahern2019-06-041-0/+14
| * ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern2019-06-048-36/+260
| * ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern2019-06-045-36/+229
| * ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern2019-06-047-37/+69
| * ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-0412-80/+132
|/
* ipv6: Always allocate pcpu memory in a fib6_nhDavid Ahern2019-06-041-6/+7
* hinic: add LRO supportXue Chaojing2019-06-0410-13/+348
* Merge branch 'bond-mpls'David S. Miller2019-06-042-0/+12
|\
| * net: vlan: Inherit MPLS features from parent deviceAriel Levkovich2019-06-041-0/+1
| * net: bonding: Inherit MPLS features from slave devicesAriel Levkovich2019-06-041-0/+11
|/
* Merge branch 'net-tls-small-general-improvements'David S. Miller2019-06-048-65/+75
|\
| * net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski2019-06-043-13/+8
| * net/tls: reorganize struct tls_contextJakub Kicinski2019-06-041-11/+15
| * net/tls: use version from protJakub Kicinski2019-06-041-2/+2
| * net/tls: don't re-check msg decrypted status in tls_device_decrypted()Jakub Kicinski2019-06-041-4/+0
| * net/tls: don't look for decrypted frames on non-offloaded socketsJakub Kicinski2019-06-041-3/+5
| * net/tls: remove false positive warningJakub Kicinski2019-06-042-21/+4
| * net/tls: check return values from skb_copy_bits() and skb_store_bits()Jakub Kicinski2019-06-041-6/+14
| * net/tls: fully initialize the msg wrapper skbJakub Kicinski2019-06-043-6/+28
|/