summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | firewire net: No need to reset dev->local_fifo after failure of fw_core_add_a...YOSHIFUJI Hideaki2013-03-131-1/+1
* | | bridge: avoid br_ifinfo_notify when nothing changedHong zhi guo2013-03-241-2/+2
* | | dsa: add device tree bindings to register DSA switchesFlorian Fainelli2013-03-242-5/+319
* | | ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handlingHannes Frederic Sowa2013-03-242-2/+23
* | | inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future ...Hannes Frederic Sowa2013-03-243-30/+35
* | | ipv6: provide addr and netconf dump consistency infoNicolas Dichtel2013-03-242-0/+9
* | | ipv4: provide addr and netconf dump consistency infoNicolas Dichtel2013-03-242-1/+10
* | | mv643xx_eth: defer probing if Marvell Orion MDIO driver not loadedSimon Baatz2013-03-241-3/+9
* | | net: mvmdio: define module alias for platform deviceSimon Baatz2013-03-241-0/+1
* | | l2tp: calling the ref() instead of deref()Dan Carpenter2013-03-221-1/+1
* | | ioat/dca: Update DCA BIOS workarounds to use TAINT_FIRMWARE_WORKAROUNDAlexander Duyck2013-03-221-3/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-2222-72/+133
|\ \ \
| * | | tcp: preserve ACK clocking in TSOEric Dumazet2013-03-221-2/+5
| * | | net: fix *_DIAG_MAX constantsAndrey Vagin2013-03-212-2/+6
| * | | Merge branch 'mlx4'David S. Miller2013-03-213-22/+47
| |\ \ \
| | * | | net/mlx4_core: Disallow releasing VF QPs which have steering rulesHadar Hen Zion2013-03-211-8/+33
| | * | | net/mlx4_core: Always use 64 bit resource ID when doing lookupHadar Hen Zion2013-03-211-1/+1
| | * | | net/mlx4_en: Remove ethtool flow steering rules before releasing QPsHadar Hen Zion2013-03-211-11/+11
| | * | | net/mlx4_core: Fix wrong order of flow steering resources removalHadar Hen Zion2013-03-211-1/+1
| | * | | net/mlx4_core: Fix wrong mask applied on EQ numbers in the wrapperMoshe Lazer2013-03-211-1/+1
| |/ / /
| * | | net: ethernet: cpsw: fix erroneous condition in error checkLothar Waßmann2013-03-211-1/+1
| * | | lantiq_etop: use free_netdev(netdev) instead of kfree()Wei Yongjun2013-03-211-1/+1
| * | | thermal: shorten too long mcast group nameMasatake YAMATO2013-03-201-1/+1
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-03-2012-43/+69
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-2012-43/+69
| | |\ \ \
| | | * | | rtlwifi: usb: add missing freeing of skbuffJussi Kivilinna2013-03-181-0/+1
| | | * | | mwifiex: cancel cmd timer and free curr_cmd in shutdown processBing Zhao2013-03-181-0/+8
| | | * | | mwifiex: skip pending commands after function shutdownBing Zhao2013-03-181-3/+14
| | | * | | mwifiex: fix race when queuing commandsAmitkumar Karwar2013-03-184-17/+10
| | | * | | ath9k: limit tx path hang check to normal data queuesFelix Fietkau2013-03-181-13/+13
| | | * | | ath9k_hw: revert chainmask to user configuration after calibrationFelix Fietkau2013-03-181-0/+4
| | | * | | iwl3945: fix length of dma buffersStanislaw Gruszka2013-03-181-10/+12
| | | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-03-183-0/+7
| | | |\ \ \
| | | | * | | Bluetooth: Add support for Dell[QCA 0cf3:817a]Ming Lei2013-03-182-0/+3
| | | | * | | Bluetooth: Add support for Dell[QCA 0cf3:0036]Ming Lei2013-03-152-0/+3
| | | | * | | Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes2013-03-141-0/+1
| * | | | | | fec: Fix the build as moduleFabio Estevam2013-03-201-0/+3
| |/ / / / /
* | | | | | decnet: Move rtm_dn_policy to dn_route to make it available if !CONFIG_DECNET...Thomas Graf2013-03-222-14/+14
* | | | | | qlcnic: Bump up the version to 5.1.38Shahed Shaikh2013-03-221-2/+2
* | | | | | qlcnic: Clear link status when interface is downShahed Shaikh2013-03-221-0/+1
* | | | | | qlcnic: change mdelay to msleepShahed Shaikh2013-03-221-1/+1
* | | | | | qlcnic: Log warning message for 83xx adapter in MSI mode.Himanshu Madhani2013-03-221-0/+6
* | | | | | qlcnic: Fix configure mailbox interrupt command for 83xx adapterManish chopra2013-03-221-2/+1
* | | | | | rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-2220-117/+47
* | | | | | decnet: Parse netlink attributes on our ownThomas Graf2013-03-224-148/+160
* | | | | | Merge branch 'mv643xx_eth'David S. Miller2013-03-229-239/+187
|\ \ \ \ \ \
| * | | | | | mv643xx_eth: convert to use the Marvell Orion MDIO driverFlorian Fainelli2013-03-227-209/+84
| * | | | | | net: mvmdio: enhance driver to support SMI error/done interruptsFlorian Fainelli2013-03-222-18/+83
| * | | | | | net: mvmdio: rename base register cookie from smireg to regsFlorian Fainelli2013-03-221-7/+7
| * | | | | | net: mvmdio: allow platform device style registrationFlorian Fainelli2013-03-221-7/+15
|/ / / / / /
OpenPOWER on IntegriCloud