summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* net: dsa: b53: Fix build with B53_SRAB enabled and not B53_SERDESFlorian Fainelli2018-09-082-0/+9
* cxgb4: impose mandatory VLAN usage when non-zero TAG IDCasey Leedom2018-09-082-0/+4
* liquidio: lio_fetch_vf_stats() can be statickbuild test robot2018-09-081-1/+1
* nfp: replace spin_lock_bh with spin_lock in tasklet callbackjun qian2018-09-081-2/+2
* net: dsa: Expose tagging protocol to user-spaceFlorian Fainelli2018-09-074-0/+79
* freescale: ethernet: remove unnecessary unlikely()Igor Stoppa2018-09-071-5/+3Star
* bnxt_en: remove set but not used variable 'addr_type'YueHaibing2018-09-071-15/+0Star
* openvswitch: Derive IP protocol number for IPv6 later fragsYi-Hung Wei2018-09-071-13/+9Star
* liquidio CN23XX: Remove set but not used variable 'ring_flag'YueHaibing2018-09-071-3/+1Star
* liquidio: Add spoof checking on a VF MAC addressWeilin Chang2018-09-078-12/+187
* Merge tag 'mlx5e-updates-2018-09-05' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2018-09-0713-153/+235
|\
| * net/mlx5e: don't set CHECKSUM_COMPLETE on SCTP packetsAlaa Hleihel2018-09-061-0/+12
| * net/mlx5e: Set ECN for received packets using CQE indicationNatali Shechtman2018-09-063-5/+35
| * net/mlx5e: Replace PTP clock lock from RW lock to seq lockShay Agroskin2018-09-063-21/+23
| * net/mlx5e: Move Q counters allocation and drop RQ to init_rxRoi Dayan2018-09-064-25/+55
| * net/mlx5e: Move mlx5e_priv_flags into en_ethtool.cKamal Heib2018-09-062-7/+7
| * net/mlx5: Add flow counters idrVlad Buslov2018-09-062-4/+35
| * net/mlx5: Store flow counters in a listVlad Buslov2018-09-063-50/+42Star
| * net/mlx5: Add new list to store deleted flow countersVlad Buslov2018-09-063-23/+14Star
| * net/mlx5: Change flow counters addlist type to single linked listVlad Buslov2018-09-063-29/+23Star
* | Merge branch 'dsa-b53-SerDes-support'David S. Miller2018-09-067-29/+805
|\ \
| * | net: dsa: b53: Add SerDes supportFlorian Fainelli2018-09-067-0/+490
| * | net: dsa: b53: Add PHYLINK supportFlorian Fainelli2018-09-062-0/+139
| * | net: dsa: b53: Add helper to set link parametersFlorian Fainelli2018-09-061-29/+60
| * | net: dsa: b53: Make SRAB driver manage port interruptsFlorian Fainelli2018-09-061-0/+105
| * | net: dsa: b53: Add ability to enable/disable port interruptsFlorian Fainelli2018-09-062-0/+11
|/ /
* | qed*: Utilize FW 8.37.7.0Denis Bolotin2018-09-066-202/+367
* | Merge branch 'rtnetlink-add-IFA_TARGET_NETNSID-for-RTM_GETADDR'David S. Miller2018-09-067-63/+180
|\ \
| * | ipv6: add inet6_fill_argsChristian Brauner2018-09-061-34/+55
| * | ipv4: add inet_fill_argsChristian Brauner2018-09-061-15/+33
| * | rtnetlink: s/IFLA_IF_NETNSID/IFLA_TARGET_NETNSID/gChristian Brauner2018-09-061-16/+16
| * | if_link: add IFLA_TARGET_NETNSID aliasChristian Brauner2018-09-062-0/+2
| * | rtnetlink: move type calculation out of loopChristian Brauner2018-09-061-1/+1
| * | ipv6: enable IFA_TARGET_NETNSID for RTM_GETADDRChristian Brauner2018-09-061-15/+58
| * | ipv4: enable IFA_TARGET_NETNSID for RTM_GETADDRChristian Brauner2018-09-061-8/+30
| * | if_addr: add IFA_TARGET_NETNSIDChristian Brauner2018-09-061-0/+1
| * | rtnetlink: add rtnl_get_net_ns_capable()Christian Brauner2018-09-062-4/+14
|/ /
* | Merge branch 'net-lan78xx-Minor-improvements'David S. Miller2018-09-062-34/+14Star
|\ \
| * | net: lan78xx: Make declaration style consistentStefan Wahren2018-09-061-7/+7
| * | net: lan78xx: Switch to SPDX identifierStefan Wahren2018-09-062-26/+2Star
| * | net: lan78xx: Drop unnecessary strcpy in lan78xx_probeStefan Wahren2018-09-061-1/+0Star
| * | net: lan78xx: Bail out if lan78xx_get_endpoints failsStefan Wahren2018-09-061-0/+5
|/ /
* | nfp: separate VXLAN and GRE feature handlingJakub Kicinski2018-09-061-7/+10
* | Merge branch 'nfp-improve-the-new-rtsym-helpers'David S. Miller2018-09-061-15/+60
|\ \
| * | nfp: validate rtsym accesses fall within the symbolJakub Kicinski2018-09-061-3/+45
| * | nfp: prefix rtsym error messages with symbol nameJakub Kicinski2018-09-061-10/+11
| * | nfp: fix readq on absolute RTsymsJakub Kicinski2018-09-061-2/+4
|/ /
* | failover: Add missing check to validate 'slave_dev' in net_failover_slave_unr...YueHaibing2018-09-061-0/+3
* | netlink: Make groups check less stupid in netlink_bind()Dmitry Safonov2018-09-061-4/+2Star
* | packet: add sockopt to ignore outgoing packetsVincent Whitchurch2018-09-064-0/+22
|/