summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | net/mlx4_core: Manage alias GUID per VFYishai Hadas2015-04-152-0/+17
| | |/ / | |/| |
| | * | mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit archi...Honggang LI2015-04-151-4/+6
| |/ /
* | | Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds2015-04-2210-66/+164
|\ \ \
| * | | wlcore: remove wl12xx_platform_dataEliad Peller2015-03-247-102/+35Star
| * | | wlcore: add device-tree supportEliad Peller2015-03-241-6/+87
| * | | wl12xx: use frequency instead of enumerations for pdata clocksLuciano Coelho2015-03-242-4/+84
| * | | wlcore: set irq_trigger in board files instead of hiding behind a quirkLuciano Coelho2015-03-194-16/+20
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-225-5/+8
|\ \ \ \
| * | | | net/mlx4_core: Fix reading HCA max message size in mlx4_QUERY_DEV_CAPEran Ben Elisha2015-04-211-1/+1
| * | | | altera tse: Error-Bit on tx-avalon-stream always set.Andreas Oetken2015-04-211-1/+0Star
| * | | | net: dsa: mv88e6xxx: use PORT_DEFAULT_VLANVivien Didelot2015-04-211-1/+2
| * | | | net: dsa: mv88e6xxx: fix setup of port control 1Vivien Didelot2015-04-211-2/+1Star
| * | | | ppp: call skb_checksum_complete_unset in ppp_receive_frameTom Herbert2015-04-211-0/+1
| * | | | pppoe: Lacks DST MAC address checkJoakim Tjernlund2015-04-201-0/+3
* | | | | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | drivers: fix up obsolete cpu function usage.Rusty Russell2015-03-051-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-1732-287/+501
|\ \ \ \ \
| * | | | | sfc: Fix memcpy() with const destination compiler warning.David S. Miller2015-04-171-1/+1
| * | | | | altera tse: Fix network-delays and -retransmissions after high throughput.Andreas Oetken2015-04-171-2/+7
| * | | | | net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg2015-04-172-2/+2
| * | | | | act_mirred: Fix bogus header when redirecting from VLANHerbert Xu2015-04-171-1/+1
| * | | | | net: dsa: mv88e6xxx: Add missing initialization in mv88e6xxx_set_port_state()Geert Uytterhoeven2015-04-161-1/+1
| * | | | | stmmac: Configure Flow Control to work correctly based on rxfifo sizeVince Bridgers2015-04-164-9/+40
| * | | | | stmmac: Enable unicast pause frame detect in GMAC Register 6Vince Bridgers2015-04-161-1/+4
| * | | | | stmmac: Read tx-fifo-depth and rx-fifo-depth from the devicetreeVince Bridgers2015-04-161-0/+4
| * | | | | stmmac: Add defines and documentation for enabling flow controlVince Bridgers2015-04-161-0/+51
| * | | | | stmmac: fix oops on rmmod after assigning ip addrBryan O'Donoghue2015-04-161-3/+3
| * | | | | dsa: mv88e6xxx: Drop duplicate declaration of 'ret' variableGuenter Roeck2015-04-161-2/+0Star
| * | | | | ethernet: remove unused including <linux/version.h>Wei Yongjun2015-04-161-1/+0Star
| * | | | | rocker: fix error return code in rocker_probe()Wei Yongjun2015-04-161-0/+1
| * | | | | dsa: mv88e6xxx: Fix error handling in mv88e6xxx_set_port_stateGuenter Roeck2015-04-161-1/+3
| * | | | | cxgb4: drop __GFP_NOFAIL allocationMichal Hocko2015-04-161-3/+12
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-04-1513-163/+304
| |\ \ \ \ \
| | * | | | | i40e: Bump version to 1.3.2Catherine Sullivan2015-04-151-1/+1
| | * | | | | i40e: Use new 40G speedsGreg Rose2015-04-151-2/+1Star
| | * | | | | i40e: get rid of unused localsJesse Brandeburg2015-04-152-6/+3Star
| | * | | | | i40e: handle possible memory allocation failureJesse Brandeburg2015-04-151-3/+11
| | * | | | | i40e/i40evf: Save WR_CSR_PROT field from DEV/FUNC capabilitiesKevin Scott2015-04-153-0/+7
| | * | | | | i40e: enable user dump of internal hardware stateJesse Brandeburg2015-04-153-0/+107
| | * | | | | i40e: print FCoE capability reported by the device functionVasu Dev2015-04-151-0/+3
| | * | | | | i40e: For VF reset (VFR and VFLR) add some more delayAnjali Singhai Jain2015-04-151-0/+3
| | * | | | | i40e: move VF notification routines upMitch Williams2015-04-151-123/+123
| | * | | | | i40e: notify VFs of link stateMitch Williams2015-04-151-19/+31
| | * | | | | i40evf: remove aq_pendingMitch Williams2015-04-153-38/+12Star
| | * | | | | i40e: Add support to program FDir SB rules for VF from PF through ethtoolAnjali Singhai Jain2015-04-151-0/+26
| | * | | | | i40evf: fix bad indentationMitch Williams2015-04-151-1/+1
| | * | | | | i40e: stop VF ringsMitch Williams2015-04-151-0/+5
| * | | | | | bnx2x: Fix busy_poll vs netpollEric Dumazet2015-04-152-90/+56Star
| * | | | | | net: hip04: Make tx coalesce timer actually workThomas Gleixner2015-04-151-7/+11
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-04-172-2/+2
|\ \ \ \ \ \