summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | enic: add sw timestamp supportGovindarajulu Varadarajan2017-12-032-0/+13
* | Merge branch 'hv_netvsc-minor-optimizations'David S. Miller2017-12-036-108/+73
|\ \
| * | vmbus: make hv_get_ringbuffer_availbytes localStephen Hemminger2017-12-032-22/+23
| * | hv_netvsc: optimize initialization of RNDIS headerStephen Hemminger2017-12-031-31/+26
| * | hv_netvsc: use reciprocal divide to speed up percent calculationStephen Hemminger2017-12-034-26/+21
| * | hv_netvsc: replace divide with mask when computing paddingStephen Hemminger2017-12-031-1/+2
| * | hv_netvsc: don't need local xmit_moreStephen Hemminger2017-12-031-2/+1
| * | hv_netvsc: drop unused macrosStephen Hemminger2017-12-031-26/+0
|/ /
* | ipvlan: Add new func ipvlan_is_valid_dev instead of duplicated codesGao Feng2017-12-031-16/+17
* | Merge branch 'realtek-phy-improvements'David S. Miller2017-12-031-44/+72
|\ \
| * | net: phy: realtek: add utility functions to read/write page addressesMartin Blumenstingl2017-12-031-30/+53
| * | net: phy: realtek: use the same indentation for all #definesMartin Blumenstingl2017-12-031-13/+14
| * | net: phy: realtek: group all register bit #defines for RTL821x_INERMartin Blumenstingl2017-12-031-2/+5
| * | net: phy: realtek: rename RTL821x_INER_INIT to RTL8211B_INER_INITMartin Blumenstingl2017-12-031-2/+2
| * | net: phy: realtek: use the BIT and GENMASK macrosMartin Blumenstingl2017-12-031-5/+6
|/ /
* | Merge branch 'dsa-cross-chip-FDB-support'David S. Miller2017-12-022-20/+17
|\ \
| * | net: dsa: support cross-chip FDB operationsVivien Didelot2017-12-021-10/+4
| * | net: dsa: introduce dsa_towards_port helperVivien Didelot2017-12-021-10/+13
|/ /
* | Merge branch 'dsa-simplify-switchdev-prepare-phase'David S. Miller2017-12-028-75/+93
|\ \
| * | net: dsa: add switch mdb bitmap functionsVivien Didelot2017-12-021-15/+33
| * | net: dsa: add switch vlan bitmap functionsVivien Didelot2017-12-021-15/+34
| * | net: dsa: remove trans argument from mdb opsVivien Didelot2017-12-025-20/+12
| * | net: dsa: remove trans argument from vlan opsVivien Didelot2017-12-027-29/+18
|/ /
* | openvswitch: do not propagate headroom updates to internal portPaolo Abeni2017-12-021-8/+1
* | Merge branch 'cpsw-ale-cleanups'David S. Miller2017-12-015-125/+98
|\ \
| * | net: ethernet: ti: ale: fix port check in cpsw_ale_control_set/getGrygorii Strashko2017-12-011-2/+2
| * | net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create()Grygorii Strashko2017-12-014-22/+8
| * | net: ethernet: ti: ale: move static initialization in cpsw_ale_create()Grygorii Strashko2017-12-011-29/+28
| * | net: ethernet: ti: ale: optimize ale entry mask bits configuartionGrygorii Strashko2017-12-011-10/+3
| * | net: ethernet: ti: ale: disable ale from stop()Grygorii Strashko2017-12-011-1/+1
| * | net: ethernet: ti: ale: use proper io apisGrygorii Strashko2017-12-011-13/+13
| * | net: ethernet: ti: cpsw: fix ale port numbersGrygorii Strashko2017-12-011-1/+2
| * | net: ethernet: ti: cpsw: move mac_hi/lo defines in cpsw.hGrygorii Strashko2017-12-013-8/+5
| * | net: ethernet: ti: cpsw: move platform data struct to .c fileGrygorii Strashko2017-12-012-21/+21
| * | net: ethernet: ti: cpsw: use proper io apisGrygorii Strashko2017-12-011-18/+18
| * | net: ethernet: ti: cpsw: drop unused var poll from cpsw_update_channels_resGrygorii Strashko2017-12-011-3/+0
|/ /
* | net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit2017-12-0128-169/+0
* | net: phy: core: use genphy version of callbacks read_status and config_aneg p...Heiner Kallweit2017-12-012-16/+22
* | Merge branch 'ip6_gre-add-erspan-native-tunnel-for-ipv6'David S. Miller2017-12-014-101/+398
|\ \
| * | ip6_gre: Add ERSPAN native tunnel supportWilliam Tu2017-12-012-4/+267
| * | ip6_gre: Refactor ip6gre xmit codesWilliam Tu2017-12-011-48/+75
| * | ip_gre: Refector the erpsan tunnel code.William Tu2017-12-012-49/+56
|/ /
* | Merge branch 'ethtool-reset-AP'David S. Miller2017-12-013-0/+13
|\ \
| * | bnxt_en: Add ETH_RESET_AP supportScott Branden2017-12-012-0/+12
| * | net: ethtool: add support for reset of AP inside NIC interface.Scott Branden2017-12-011-0/+1
|/ /
* | Merge branch 'rds-tcp-netns-delete-related-fixes'David S. Miller2017-12-014-32/+16
|\ \
| * | rds: tcp: atomically purge entries from rds_tcp_conn_list during netns deleteSowmini Varadhan2017-12-012-2/+8
| * | rds: tcp: correctly sequence cleanup on netns deletion.Sowmini Varadhan2017-12-013-6/+7
| * | rds: tcp: remove redundant function rds_tcp_conn_paths_destroy()Sowmini Varadhan2017-12-011-24/+1
|/ /
* | tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy2017-12-014-13/+55