summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* net: dsa: Add ndo_get_phys_port_name() for CPU portFlorian Fainelli2019-01-172-1/+60
* Documentation: networking: dsa: Update documentationFlorian Fainelli2019-01-171-13/+0
* cxgb4/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva2019-01-171-1/+1
* openvswitch: meter: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-171-2/+1
* net: phy: don't include asm/irq.h directlyHeiner Kallweit2019-01-173-6/+0
* net: phy: improve logging in phylibHeiner Kallweit2019-01-172-6/+3
* net: phy: remove preliminary workaround for not loading PHY driverHeiner Kallweit2019-01-171-8/+0
* Merge branch 'nfp-flower-improve-flower-resilience'David S. Miller2019-01-177-272/+573
|\
| * nfp: flower: enable MAC address sharing for offloadable devsJohn Hurley2019-01-173-118/+237
| * nfp: flower: ensure MAC cleanup on address changeJohn Hurley2019-01-172-10/+104
| * nfp: flower: add infastructure for non-repr priv dataJohn Hurley2019-01-172-0/+88
| * nfp: flower: ensure deletion of old offloaded MACsJohn Hurley2019-01-171-25/+74
| * nfp: flower: remove list infastructure from MAC offloadJohn Hurley2019-01-173-132/+37
| * nfp: flower: ignore offload of VF and PF repr MAC addressesJohn Hurley2019-01-171-5/+4
| * nfp: flower: tidy tunnel related private dataJohn Hurley2019-01-172-94/+102
| * nfp: flower: support multiple memory units for filter offloadsPieter Jansen van Vuuren2019-01-173-10/+50
| * nfp: flower: increase cmesg reply timeoutFred Lotter2019-01-173-12/+11
|/
* net: sungem: fix indentation, remove a tabColin Ian King2019-01-161-1/+1
* drivers: net: atp: fix various indentation issuesColin Ian King2019-01-161-12/+15
* bnx2x: fix various indentation issuesColin Ian King2019-01-164-98/+94
* networking: Documentation: fix snmp_counters.rst Sphinx warningsRandy Dunlap2019-01-161-27/+86
* net, decnet: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-161-1/+1
* mlxsw: spectrum_nve: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-161-2/+2
* mlxsw: spectrum_acl_bloom_filter: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-161-2/+2
* dt-bindings: net: dsa: ksz9477: fix indentation for switch spi bindingsSergio Paracuellos2019-01-161-51/+51
* Fix ERROR:do not initialise statics to 0 in af_vsock.cLepton Wu2019-01-161-1/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-01-1618-284/+1446
|\
| * ice: add const qualifier to mac_addr parameterJacob Keller2019-01-152-4/+4
| * ice: Add support for new PHY typesAnirudh Venkataramanan2019-01-157-23/+418
| * ice: Offload SCTP checksumAnirudh Venkataramanan2019-01-154-0/+9
| * ice: Allow for software timestampingTony Nguyen2019-01-151-0/+1
| * ice: Implement getting and setting ethtool coalesceBrett Creeley2019-01-153-0/+261
| * ice: Add support for adaptive interrupt moderationBrett Creeley2019-01-155-23/+120
| * ice: Move aggregator list into ice_hw instanceAnirudh Venkataramanan2019-01-154-14/+26
| * ice: Rework queue management code for reuseAnirudh Venkataramanan2019-01-155-123/+159
| * ice: Add ethtool private flag to make forcing link down optionalBruce Allan2019-01-153-6/+95
| * ice: Set physical link up/down when an interface is set up/downBrett Creeley2019-01-152-5/+96
| * ice: Implement support for normal get_eeprom[_len] ethtool opsBruce Allan2019-01-153-0/+134
| * ice: Add ethtool set_phys_id handlerAnirudh Venkataramanan2019-01-154-0/+68
| * ice: Configure RSS LUT and HASH KEY in rebuild pathMd Fahad Iqbal Polash2019-01-151-0/+6
| * ice: Refactor a few Tx scheduler functionsAnirudh Venkataramanan2019-01-152-91/+53
| * ice: Fix unused variable build warningBruce Allan2019-01-151-1/+2
* | Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-01-151-3/+9
|\ \
| * | tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()Andrea Righi2019-01-151-3/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-15110-438/+1149
|\ \ \
| * \ \ Merge branch 'bnxt_en-Bug-fixes-for-57500-chips'David S. Miller2019-01-122-6/+11
| |\ \ \
| | * | | bnxt_en: Fix context memory allocation.Michael Chan2019-01-121-3/+6
| | * | | bnxt_en: Fix ring checking logic on 57500 chips.Michael Chan2019-01-122-3/+5
| |/ / /
| * | | mISDN: hfcsusb: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-121-2/+1
| * | | net: clear skb->tstamp in bridge forwarding pathPaolo Abeni2019-01-121-0/+1