summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfrm: remove get_mtu indirection from xfrm_typeFlorian Westphal2019-07-015-56/+34
* xfrm: remove empty xfrmi_init_netLi RongQing2019-06-141-6/+0
* xfrm: fix bogus WARN_ON with ipv6Florian Westphal2019-06-121-0/+1
* xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal2019-06-0612-81/+150
* xfrm: remove eth_proto value from xfrm_state_afinfoFlorian Westphal2019-06-064-20/+14
* xfrm: remove state and template sort indirections from xfrm_state_afinfoFlorian Westphal2019-06-064-137/+113
* xfrm: remove init_flags indirection from xfrm_state_afinfoFlorian Westphal2019-06-053-23/+3
* xfrm: remove init_temprop indirection from xfrm_state_afinfoFlorian Westphal2019-06-054-43/+20
* xfrm: remove init_tempsel indirection from xfrm_state_afinfoFlorian Westphal2019-06-054-49/+49
* Merge branch 'net-dsa-mv88e6xxx-support-for-mv88e6250'David S. Miller2019-06-0512-6/+333
|\
| * net: dsa: mv88e6xxx: refactor mv88e6352_g1_resetRasmus Villemoes2019-06-051-13/+1
| * dt-bindings: net: dsa: marvell: add "marvell,mv88e6250" compatible stringRasmus Villemoes2019-06-051-2/+5
| * net: dsa: mv88e6xxx: add support for mv88e6250Rasmus Villemoes2019-06-055-0/+104
| * net: dsa: mv88e6xxx: implement port_link_state for mv88e6250Rasmus Villemoes2019-06-052-0/+77
| * net: dsa: mv88e6xxx: implement port_set_speed for mv88e6250Rasmus Villemoes2019-06-052-0/+13
| * net: dsa: mv88e6xxx: implement watchdog_ops for mv88e6250Rasmus Villemoes2019-06-052-0/+40
| * net: dsa: mv88e6xxx: implement vtu_getnext and vtu_loadpurge for mv88e6250Rasmus Villemoes2019-06-052-0/+62
| * net: dsa: mv88e6xxx: prepare mv88e6xxx_g1_atu_op() for the mv88e6250Rasmus Villemoes2019-06-051-1/+4
| * net: dsa: mv88e6xxx: introduce support for two chips using direct smi addressingRasmus Villemoes2019-06-052-1/+30
| * net: dsa: mv88e6xxx: add mv88e6250_g1_ieee_pri_mapRasmus Villemoes2019-06-052-0/+8
|/
* vmxnet3: turn off lro when rxcsum is disabledRonak Doshi2019-06-053-2/+16
* Merge branch 'net-add-struct-nexthop-to-fib-info'David S. Miller2019-06-0520-175/+698
|\
| * rocker: Fail attempts to use routes with nexthop objectsDavid Ahern2019-06-051-0/+4
| * mlx5: Fail attempts to use routes with nexthop objectsDavid Ahern2019-06-051-0/+4
| * mlxsw: Fail attempts to use routes with nexthop objectsDavid Ahern2019-06-051-0/+14
| * ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern2019-06-058-36/+260
| * ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern2019-06-055-36/+229
| * ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern2019-06-057-37/+69
| * ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-0512-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
|/
* net: mscc: ocelot: Fix some struct initializationsNathan Chancellor2019-06-041-4/+10
* net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal2019-06-041-1/+1
* Merge branch 'net-expose-flash-update-status-to-user'David S. Miller2019-06-0417-91/+358
|\
| * selftests: add basic netdevsim devlink flash testingJiri Pirko2019-06-041-0/+53
| * netdevsim: implement fake flash updating with notificationsJiri Pirko2019-06-042-0/+45
| * mlxsw: Implement flash update status notificationsJiri Pirko2019-06-041-1/+17
| * mlxfw: Introduce status_notify op and call it to notify about the statusJiri Pirko2019-06-042-0/+28