summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2013-07-101-0/+2
|\
| * sunvnet: vnet_port_remove must call unregister_netdevDave Kleikamp2013-07-101-0/+2
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-101-4/+1
|\ \ | |/ |/|
| * virtio-net: fix the race between channels setting and refillJason Wang2013-07-041-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-09625-11584/+59291
|\ \
| * | drivers/net: caif: fix wrong rtnl_is_locked() usageKonstantin Khlebnikov2013-07-091-22/+39
| * | drivers/net: enic: release rtnl_lock on error-pathKonstantin Khlebnikov2013-07-091-0/+2
| * | net: mv643xx_eth: do not use port number as platform device idJonas Gorski2013-07-091-2/+11
| * | virtio_net: fix race in RX VQ processingMichael S. Tsirkin2013-07-091-2/+3
| * | net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bitJongsung Kim2013-07-091-1/+1
| * | sfc: Fix memory leak when discarding scattered packetsBen Hutchings2013-07-051-7/+20
| * | dt:net:stmmac: Add dt specific phy reset callback support.Srinivas Kandagatla2013-07-041-2/+46
| * | dt:net:stmmac: Add support to dwmac version 3.610 and 3.710Srinivas Kandagatla2013-07-041-0/+26
| * | dt:net:stmmac: Allocate platform data only if its NULL.Srinivas Kandagatla2013-07-041-3/+3
| * | net:stmmac: fix memleak in the open methodGiuseppe CAVALLARO2013-07-041-10/+10
| * | net/mlx4: fix small memory leak on errorDan Carpenter2013-07-031-0/+1
| * | net: fec: Add VLAN receive HW support.Jim Baxter2013-07-032-10/+55
| * | alx: remove WoL supportJohannes Berg2013-07-034-323/+15
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-0319-83/+181
| |\ \
| * | | stmmac: dity-up and rework the driver debug levelsGiuseppe CAVALLARO2013-07-029-267/+117
| * | | nlmon: use standard rtnetlink link api for add/del devicesJiri Pirko2013-07-021-21/+28
| * | | net: fec: Fix RMON registers on imx6Jim Baxter2013-07-021-5/+2
| * | | cxgb3: Missing rtnl lock in error recoveryBenjamin Herrenschmidt2013-07-021-0/+2
| * | | net: cdc_ether: allow combined control and data interfaceBjørn Mork2013-07-021-5/+17
| * | | net: fec: Fix Transmitted bytes counterJim Baxter2013-07-021-0/+1
| * | | net: ethernet: davinci_emac: remove redundant dev_err call in davinci_emac_pr...Wei Yongjun2013-07-021-1/+0
| * | | xen-netback: xenbus.c: use more current logging stylesWei Liu2013-07-021-5/+4
| * | | net: ipheth: Add USB ID for iPad miniAaron Marburg2013-07-021-0/+5
| * | | bnx2x: fill in sane dump flag informationMichal Schmidt2013-07-021-2/+2
| * | | bnx2x: fix dump flag handlingMichal Schmidt2013-07-022-0/+5
| * | | bnx2x: remove zeroing of dump data bufferMichal Schmidt2013-07-021-2/+0
| * | | cassini: Make missing firmware non-fatalBen Hutchings2013-07-011-10/+8
| * | | qmi_wwan: add ONDA MT689DC device ID (fwd)Enrico Mioso2013-07-011-0/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/shemmi...David S. Miller2013-07-011-208/+354
| |\ \ \
| | * | | vxlan: fix function name spellingStephen Hemminger2013-06-251-3/+3
| | * | | Merge ../vxlan-xStephen Hemminger2013-06-251-208/+354
| | |\ \ \
| | | * | | vxlan: fdb: allow specifying multiple destinations for zero MACMike Rapoport2013-06-251-1/+2
| | | * | | vxlan: allow removal of single destination from fdb entryMike Rapoport2013-06-251-4/+40
| | | * | | vxlan: introduce vxlan_fdb_parseMike Rapoport2013-06-251-31/+50
| | | * | | vxlan: introduce vxlan_fdb_find_rdstMike Rapoport2013-06-251-5/+18
| | | * | | vxlan: add implicit fdb entry for default destinationMike Rapoport2013-06-251-19/+49
| | | * | | vxlan: Fix sparse warnings.Pravin B Shelar2013-06-251-2/+2
| | | * | | vxlan: cosmetic cleanup'sStephen Hemminger2013-06-241-5/+5
| | | * | | vxlan: Use initializer for dummy structuresStephen Hemminger2013-06-241-13/+11
| | | * | | vxlan: port module param should be ushortStephen Hemminger2013-06-241-2/+2
| | | * | | vxlan: convert remotes list to list_rcuStephen Hemminger2013-06-241-42/+55
| | | * | | vxlan: make vxlan_xmit_one voidStephen Hemminger2013-06-241-17/+9
| | | * | | vxlan: move cleanup to uninitStephen Hemminger2013-06-241-11/+13
| | | * | | vxlan: fix race caused by dropping rtnl_unlockStephen Hemminger2013-06-241-27/+84
| | | * | | vxlan: send notification when MAC migratesStephen Hemminger2013-06-241-0/+1