summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ethernet/realtek: use core min/max MTU checkingJarod Wilson2016-10-183-17/+12
| * ethernet/qlogic: use core min/max MTU checkingJarod Wilson2016-10-185-16/+11
| * ethernet/mellanox: use core min/max MTU checkingJarod Wilson2016-10-182-22/+10
| * ethernet/marvell: use core min/max MTU checkingJarod Wilson2016-10-185-69/+35
| * ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-1813-101/+62
| * ethernet/broadcom: use core min/max MTU checkingJarod Wilson2016-10-1810-74/+51
| * ethernet/atheros: use core min/max MTU checkingJarod Wilson2016-10-187-51/+47
|/
* Merge branch 'dp83867-impedance-control'David S. Miller2016-10-183-4/+46
|\
| * ARM: dts: dra72-evm-revc: fix correct phy delayMugunthan V N2016-10-181-4/+4
| * ARM: dts: dra72-evm-revc: add phy impedance settingsMugunthan V N2016-10-181-0/+2
| * net: phy: dp83867: add support for MAC impedance configurationMugunthan V N2016-10-181-0/+28
| * net: phy: dp83867: Add documentation for optional impedance controlMugunthan V N2016-10-181-0/+12
|/
* vlan: Remove unnecessary comparison of unsigned against 0Tobias Klauser2016-10-181-2/+1
* fsl/fman: fix error return code in mac_probe()Wei Yongjun2016-10-171-2/+6
* net: report right mtu value in error messageJakub Kicinski2016-10-171-1/+1
* net: ethernet: nb8800: fix error return code in nb8800_open()Wei Yongjun2016-10-171-1/+3
* fjes: fix format string for trace outputArnd Bergmann2016-10-171-2/+2
* Merge branch 'mv88e6xxx-interrupt-support'David S. Miller2016-10-179-38/+522
|\
| * arm: vf610: zii devel b: Add support for switch interruptsAndrew Lunn2016-10-171-0/+51
| * net: phy: Use phy name when requesting the interruptAndrew Lunn2016-10-171-2/+1
| * net: phy: Threaded interrupts allow some simplificationAndrew Lunn2016-10-173-22/+30
| * net: phy: Use threaded IRQ, to allow IRQ from sleeping devicesAndrew Lunn2016-10-171-4/+4
| * net: dsa: mv88e6xxx: Implement interrupt support.Andrew Lunn2016-10-175-12/+438
|/
* rds: Remove duplicate prefix from rds_conn_path_error useJoe Perches2016-10-171-2/+1
* rds: Remove unused rds_conn_errorJoe Perches2016-10-172-19/+0
* net: hip04: Remove superfluous ether_setup after alloc_etherdevTobias Klauser2016-10-171-1/+0
* ila: Don't use dest cache when gateway is setTom Herbert2016-10-171-0/+8
* ipvlan: constify l3mdev_ops structureJulia Lawall2016-10-151-1/+1
* Merge branch 'ila-cached-route'David S. Miller2016-10-153-10/+90
|\
| * ila: Cache a route to translated addressTom Herbert2016-10-151-6/+74
| * lwtunnel: Add destroy state operationTom Herbert2016-10-152-4/+16
|/
* Merge branch 'fjes-next'David S. Miller2016-10-149-11/+983
|\
| * fjes: Update fjes driver version : 1.2Taku Izumi2016-10-141-1/+1
| * fjes: Add debugfs entry for EP status information in fjes driverTaku Izumi2016-10-144-2/+145
| * fjes: ethtool -w and -W support for fjes driverTaku Izumi2016-10-144-0/+284
| * fjes: Add tracepoints in fjes driverTaku Izumi2016-10-145-4/+369
| * fjes: Enhance ethtool -S for fjes driverTaku Izumi2016-10-144-5/+137
| * fjes: ethtool -d support for fjes driverTaku Izumi2016-10-141-0/+48
|/
* Merge branch 'qed-next'David S. Miller2016-10-1410-64/+244
|\
| * qed: Fix possible race when reading firmware return code.Manish Chopra2016-10-142-8/+8
| * qed: Handle malicious VFs eventsYuval Mintz2016-10-143-20/+96
| * qed: Allow chance for fast ramrod completionsYuval Mintz2016-10-141-26/+59
| * qed*: Allow unicast filteringYuval Mintz2016-10-143-3/+14
| * qede: Prevent GSO on long Geneve headersManish Chopra2016-10-141-0/+35
| * qede: GSO support for tunnels with outer csumManish Chopra2016-10-142-3/+24
| * qed: Pass MAC hints to VFsYuval Mintz2016-10-143-4/+8
|/
* Merge branch 'ingress-actions'David S. Miller2016-10-147-29/+73
|\
| * net/sched: act_mirred: Implement ingress actionsShmulik Ladkani2016-10-141-6/+45
| * net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and '...Shmulik Ladkani2016-10-146-7/+9
| * net/sched: act_mirred: Refactor detection whether dev needs xmit at mac headerShmulik Ladkani2016-10-141-13/+15