summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ravb: Consolidate clock handlingGeert Uytterhoeven2017-10-131-25/+10Star
* Merge branch 'net-support-bgmac-with-B50212E-B1-PHY'David S. Miller2017-10-133-1/+14
|\
| * net: bgmac: enable master mode for BCM54210E and B50212E PHYsRafał Miłecki2017-10-131-1/+7
| * net: phy: broadcom: support new device flag for setting master modeRafał Miłecki2017-10-132-0/+7
|/
* ipvlan: always use the current L2 addr of the masterMahesh Bandewar2017-10-131-1/+6
* Merge branch 'act-ife-misc'David S. Miller2017-10-132-59/+86
|\
| * sched: act: ife: update parameters via rcu handlingAlexander Aring2017-10-132-30/+67
| * sched: act: ife: migrate to use per-cpu countersAlexander Aring2017-10-131-18/+11Star
| * sched: act: ife: move encode/decode check to initAlexander Aring2017-10-131-11/+8Star
|/
* Merge branch 'net-sched-fix-IFE-meta-modules-loading'David S. Miller2017-10-135-5/+19
|\
| * net sched actions: fix module auto-loadingRoman Mashak2017-10-131-1/+15
| * net sched actions: change IFE modules alias namesRoman Mashak2017-10-135-5/+5
|/
* vxge: Clean up unused variables in vxge-trafficChristos Gkekas2017-10-121-19/+0Star
* sched: tc_mirred: Remove whitespacesFlorian Fainelli2017-10-121-3/+3
* ip_tunnel: fix building with NET_IP_TUNNEL=mArnd Bergmann2017-10-121-0/+1
* Merge branch 'smc-ib_query_gid'David S. Miller2017-10-122-21/+17Star
|\
| * net/smc: dev_put for netdev after usage of ib_query_gid()Ursula Braun2017-10-121-4/+8
| * net/smc: replace function pointer get_netdev()Ursula Braun2017-10-121-17/+9Star
|/
* Merge branch 'dsa-ACB-for-bcm_sf2-and-bcmsysport'David S. Miller2017-10-128-5/+270
|\
| * net: systemport: Turn on ACB at the SYSTEMPORT levelFlorian Fainelli2017-10-121-1/+5
| * net: dsa: bcm_sf2: Turn on ACB at the switch levelFlorian Fainelli2017-10-122-0/+53
| * net: systemport: Establish lower/upper queue mappingFlorian Fainelli2017-10-122-5/+121
| * net: dsa: tag_brcm: Indicate to master netdevice port + queueFlorian Fainelli2017-10-122-0/+11
| * net: dsa: Add support for DSA specific notifiersFlorian Fainelli2017-10-123-0/+81
|/
* Revert "net: qcom/emac: enforce DMA address restrictions"Timur Tabi2017-10-121-24/+15Star
* tcp: remove obsolete helpersEric Dumazet2017-10-121-17/+0Star
* bpf: remove redundant variable old_flagsColin Ian King2017-10-121-2/+0Star
* Merge branch 'mlx4-XDP-TX-improvements'David S. Miller2017-10-124-17/+36
|\
| * net/mlx4_en: XDP_TX, assign constant values of TX descs on ring creaionTariq Toukan2017-10-123-14/+27
| * net/mlx4_en: Obsolete call to generic write_desc in XDP xmit flowTariq Toukan2017-10-121-5/+12
| * net/mlx4_en: Replace netdev parameter with priv in XDP xmit functionTariq Toukan2017-10-123-4/+3Star
|/
* net: mpls: make function ipgre_mpls_encap_hlen staticColin Ian King2017-10-121-1/+1
* sctp: make array sctp_sched_ops staticColin Ian King2017-10-121-1/+1
* ipv6: addrconf: don't use rtnl mutex in RTM_GETADDRFlorian Westphal2017-10-121-7/+7
* ipv6: addrconf: don't use rtnl mutex in RTM_GETNETCONFFlorian Westphal2017-10-121-10/+14
* Merge branch 'net-sched-get-rid-of-cls_flower-egress_dev'David S. Miller2017-10-1210-65/+348
|\
| * net: sched: remove unused tcf_exts_get_dev helper and cls_flower->egress_devJiri Pirko2017-10-122-25/+0Star
| * net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraJiri Pirko2017-10-126-46/+73
| * net: sched: introduce per-egress action device callbacksJiri Pirko2017-10-124-0/+286
| * net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko2017-10-124-14/+9Star
|/
* Merge branch 'rmnet-Rewrite-some-existing-functionality'David S. Miller2017-10-128-173/+207
|\
| * net: qualcomm: rmnet: Implement bridge modeSubash Abhinov Kasiviswanathan2017-10-124-6/+122
| * net: qualcomm: rmnet: Convert the muxed endpoint to hlistSubash Abhinov Kasiviswanathan2017-10-126-53/+68
| * net: qualcomm: rmnet: Remove duplicate setting of rmnet_devicesSubash Abhinov Kasiviswanathan2017-10-122-5/+4Star
| * net: qualcomm: rmnet: Remove duplicate setting of rmnet private infoSubash Abhinov Kasiviswanathan2017-10-126-40/+15Star
| * net: qualcomm: rmnet: Move rmnet_mode to rmnet_portSubash Abhinov Kasiviswanathan2017-10-123-10/+7Star
| * net: qualcomm: rmnet: Remove some unused definesSubash Abhinov Kasiviswanathan2017-10-121-8/+0Star
| * net: qualcomm: rmnet: Remove existing logic for bridge modeSubash Abhinov Kasiviswanathan2017-10-122-69/+9Star
|/
* Merge branch 'qcom-emac-various-minor-fixes'David S. Miller2017-10-123-54/+41Star
|\
| * net: qcom/emac: clean up some TX/RX error messagesTimur Tabi2017-10-122-13/+10Star