aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-03inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau2-2/+10
2017-12-03enic: add sw timestamp supportGovindarajulu Varadarajan2-0/+13
2017-12-03Merge branch 'hv_netvsc-minor-optimizations'David S. Miller6-108/+73
2017-12-03vmbus: make hv_get_ringbuffer_availbytes localStephen Hemminger2-22/+23
2017-12-03hv_netvsc: optimize initialization of RNDIS headerStephen Hemminger1-31/+26
2017-12-03hv_netvsc: use reciprocal divide to speed up percent calculationStephen Hemminger4-26/+21
2017-12-03hv_netvsc: replace divide with mask when computing paddingStephen Hemminger1-1/+2
2017-12-03hv_netvsc: don't need local xmit_moreStephen Hemminger1-2/+1
2017-12-03hv_netvsc: drop unused macrosStephen Hemminger1-26/+0
2017-12-03ipvlan: Add new func ipvlan_is_valid_dev instead of duplicated codesGao Feng1-16/+17
2017-12-03Merge branch 'realtek-phy-improvements'David S. Miller1-44/+72
2017-12-03net: phy: realtek: add utility functions to read/write page addressesMartin Blumenstingl1-30/+53
2017-12-03net: phy: realtek: use the same indentation for all #definesMartin Blumenstingl1-13/+14
2017-12-03net: phy: realtek: group all register bit #defines for RTL821x_INERMartin Blumenstingl1-2/+5
2017-12-03net: phy: realtek: rename RTL821x_INER_INIT to RTL8211B_INER_INITMartin Blumenstingl1-2/+2
2017-12-03net: phy: realtek: use the BIT and GENMASK macrosMartin Blumenstingl1-5/+6
2017-12-02Merge branch 'dsa-cross-chip-FDB-support'David S. Miller2-20/+17
2017-12-02net: dsa: support cross-chip FDB operationsVivien Didelot1-10/+4
2017-12-02net: dsa: introduce dsa_towards_port helperVivien Didelot1-10/+13
2017-12-02Merge branch 'dsa-simplify-switchdev-prepare-phase'David S. Miller8-75/+93
2017-12-02net: dsa: add switch mdb bitmap functionsVivien Didelot1-15/+33
2017-12-02net: dsa: add switch vlan bitmap functionsVivien Didelot1-15/+34
2017-12-02net: dsa: remove trans argument from mdb opsVivien Didelot5-20/+12
2017-12-02net: dsa: remove trans argument from vlan opsVivien Didelot7-29/+18
2017-12-02openvswitch: do not propagate headroom updates to internal portPaolo Abeni1-8/+1
2017-12-01Merge branch 'cpsw-ale-cleanups'David S. Miller5-125/+98
2017-12-01net: ethernet: ti: ale: fix port check in cpsw_ale_control_set/getGrygorii Strashko1-2/+2
2017-12-01net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create()Grygorii Strashko4-22/+8
2017-12-01net: ethernet: ti: ale: move static initialization in cpsw_ale_create()Grygorii Strashko1-29/+28
2017-12-01net: ethernet: ti: ale: optimize ale entry mask bits configuartionGrygorii Strashko1-10/+3
2017-12-01net: ethernet: ti: ale: disable ale from stop()Grygorii Strashko1-1/+1
2017-12-01net: ethernet: ti: ale: use proper io apisGrygorii Strashko1-13/+13
2017-12-01net: ethernet: ti: cpsw: fix ale port numbersGrygorii Strashko1-1/+2
2017-12-01net: ethernet: ti: cpsw: move mac_hi/lo defines in cpsw.hGrygorii Strashko3-8/+5
2017-12-01net: ethernet: ti: cpsw: move platform data struct to .c fileGrygorii Strashko2-21/+21
2017-12-01net: ethernet: ti: cpsw: use proper io apisGrygorii Strashko1-18/+18
2017-12-01net: ethernet: ti: cpsw: drop unused var poll from cpsw_update_channels_resGrygorii Strashko1-3/+0
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status from driversHeiner Kallweit28-169/+0
2017-12-01net: phy: core: use genphy version of callbacks read_status and config_aneg per defaultHeiner Kallweit2-16/+22
2017-12-01Merge branch 'ip6_gre-add-erspan-native-tunnel-for-ipv6'David S. Miller4-101/+398
2017-12-01ip6_gre: Add ERSPAN native tunnel supportWilliam Tu2-4/+267
2017-12-01ip6_gre: Refactor ip6gre xmit codesWilliam Tu1-48/+75
2017-12-01ip_gre: Refector the erpsan tunnel code.William Tu2-49/+56
2017-12-01Merge branch 'ethtool-reset-AP'David S. Miller3-0/+13
2017-12-01bnxt_en: Add ETH_RESET_AP supportScott Branden2-0/+12
2017-12-01net: ethtool: add support for reset of AP inside NIC interface.Scott Branden1-0/+1
2017-12-01Merge branch 'rds-tcp-netns-delete-related-fixes'David S. Miller4-32/+16
2017-12-01rds: tcp: atomically purge entries from rds_tcp_conn_list during netns deleteSowmini Varadhan2-2/+8
2017-12-01rds: tcp: correctly sequence cleanup on netns deletion.Sowmini Varadhan3-6/+7
2017-12-01rds: tcp: remove redundant function rds_tcp_conn_paths_destroy()Sowmini Varadhan1-24/+1