summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-05-3119-1255/+1259
|\
| * iavf: update comments and file checks to match iavfAlice Michael2019-05-314-7/+7
| * iavf: rename i40e_device to iavf_deviceAlice Michael2019-05-312-12/+12
| * iavf: change remaining i40e defines to be iavfAlice Michael2019-05-313-51/+51
| * iavf: rename iavf_client.h defines to match driver nameAlice Michael2019-05-313-95/+95
| * iavf: rename iavf_status structure flagsAlice Michael2019-05-317-245/+245
| * iavf: replace i40e variables with iavfAlice Michael2019-05-3110-533/+531
| * iavf: rename i40e functions to be iavfAlice Michael2019-05-312-5/+5
| * iavf: change iavf_status_code to iavf_statusSergey Nemov2019-05-3110-113/+121
| * iavf: Rename i40e_adminq* files to iavf_adminq*Alice Michael2019-05-316-5/+5
| * iavf: iavf_client: use struct_size() helperGustavo A. R. Silva2019-05-311-4/+3
| * iavf: use struct_size() in kzalloc()Gustavo A. R. Silva2019-05-311-5/+4
| * iavf: Limiting RSS queues to CPUsAleksandr Loktionov2019-05-311-1/+1
| * iavf: Use printf instead of gnu_printf for iavf_debug_dNathan Chancellor2019-05-301-1/+1
* | xen-netback: remove redundant assignment to errColin Ian King2019-05-311-1/+1
* | nexthop: remove redundant assignment to errColin Ian King2019-05-311-1/+1
* | Merge branch 'phylink-sfp-updates'David S. Miller2019-05-314-36/+90
|\ \
| * | net: sfp: remove sfp-bus use of netdevsRussell King2019-05-313-13/+6
| * | net: sfp: add mandatory attach/detach methods for sfp busesRussell King2019-05-313-2/+24
| * | net: phy: allow Clause 45 access via mii ioctlRussell King2019-05-311-9/+24
| * | net: phylink: support for link gpio interruptRussell King2019-05-311-4/+32
| * | net: phylink: remove netdev from phylink mii ioctl emulationRussell King2019-05-311-8/+4
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-311459-15901/+5330
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-3087-680/+1765
| |\ \
| | * | net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn2019-05-303-5/+9
| | * | ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier2019-05-301-2/+6
| | * | net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski2019-05-301-1/+1
| | * | net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet2019-05-301-1/+1
| | * | Merge branch 'Fixes-for-DSA-tagging-using-802-1Q'David S. Miller2019-05-301-14/+65
| | |\ \
| | | * | net: dsa: tag_8021q: Create a stable binary formatVladimir Oltean2019-05-301-10/+50
| | | * | net: dsa: tag_8021q: Change order of rx_vid setupIoana Ciornei2019-05-301-4/+15
| | |/ /
| | * | net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue valueAntoine Tenart2019-05-301-6/+4
| | * | ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao2019-05-301-0/+2
| | * | Merge branch 'mlxsw-Two-small-fixes'David S. Miller2019-05-302-6/+9
| | |\ \
| | | * | mlxsw: spectrum: Prevent force of 56GAmit Cohen2019-05-301-0/+4
| | | * | mlxsw: spectrum_acl: Avoid warning after identical rules insertionJiri Pirko2019-05-301-6/+5
| | |/ /
| | * | net: dsa: mv88e6xxx: fix handling of upper half of STATS_TYPE_PORTRasmus Villemoes2019-05-301-1/+1
| | * | r8169: fix MAC address being lost in PCI D3Heiner Kallweit2019-05-301-0/+3
| | * | Merge tag 'mlx5-fixes-2019-05-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-05-304-18/+23
| | |\ \
| | | * | net/mlx5e: Disable rxhash when CQE compress is enabledSaeed Mahameed2019-05-281-0/+13
| | | * | net/mlx5e: restrict the real_dev of vlan device is the same as uplink devicewenxu2019-05-281-1/+1
| | | * | net/mlx5: Allocate root ns memory using kzalloc to match kfreeParav Pandit2019-05-281-1/+1
| | | * | net/mlx5: Avoid double free in fs init error unwinding pathParav Pandit2019-05-281-0/+4
| | | * | net/mlx5: Avoid double free of root ns in the error flow pathParav Pandit2019-05-281-15/+3
| | | * | net/mlx5: Fix error handling in mlx5_load()Saeed Mahameed2019-05-281-1/+1
| | * | | Merge branch 'XDP-generic-fixes'David S. Miller2019-05-302-46/+18
| | |\ \ \
| | | * | | net: core: support XDP generic on stacked devices.Stephen Hemminger2019-05-301-46/+12
| | | * | | netvsc: unshare skb in VF rx handlerStephen Hemminger2019-05-301-0/+6
| | |/ / /
| | * | | udp: Avoid post-GRO UDP checksum recalculationSean Tranchetti2019-05-301-1/+8
| | * | | Merge branch 'net-phy-dp83867-add-some-fixes'David S. Miller2019-05-291-4/+37
| | |\ \ \