summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bridge: check for zero ether address in fdb addStephen Hemminger2013-06-261-0/+5
* vxlan: fdb: allow specifying multiple destinations for zero MACMike Rapoport2013-06-251-1/+2
* rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del}Mike Rapoport2013-06-251-8/+0
* 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
* vxlan: move IGMP join/leave to work queueStephen Hemminger2013-06-241-63/+40
* vxlan: fix crash from work pending on module removalStephen Hemminger2013-06-241-1/+8
* vxlan: fix out of order operation on module removalStephen Hemminger2013-06-241-1/+1
* bnx2x: Fix compilation with no IOV supportYuval Mintz2013-06-243-12/+18
* net: Unmap fragment page once iterator is doneWedson Almeida Filho2013-06-243-3/+6
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-06-24210-2842/+27577
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-21210-2842/+27577
| |\
| | * mwifiex: channel switch handling for stationAmitkumar Karwar2013-06-196-0/+54
| | * mwifiex: add basic 11h support for stationAmitkumar Karwar2013-06-198-0/+155
| | * brcm80211: fix null pointer accessAntonio Quartulli2013-06-191-2/+1
| | * mwifiex: code rearrangement for better readabilityAmitkumar Karwar2013-06-191-12/+11
| | * rtlwifi: rtl8192cu: Fix duplicate if testLarry Finger2013-06-191-1/+1
| | * brcmfmac: add sdio sg list supportFranky Lin2013-06-184-174/+137
| | * brcmfmac: replace brcmf_sdioh_request_buffer with brcmf_sdio_buffrwFranky Lin2013-06-183-54/+53
| | * brcmfmac: remove redundant chip ID check in dhd_sdioFranky Lin2013-06-181-22/+0
| | * brcmfmac: simplify dpc handling using atomic operationsArend van Spriel2013-06-181-58/+12
| | * brcmfmac: consolidate mac_descriptor related function namesArend van Spriel2013-06-181-27/+26
| | * brcmfmac: remove dependency with nl80211.hArend van Spriel2013-06-181-2/+1
| | * brcmfmac: rename variable prec to more appropriate name, ie. fifoArend van Spriel2013-06-181-4/+4
| | * brcmfmac: Only use credits for bcmc when firmware indicates it.Hante Meuleman2013-06-182-2/+33
| | * ath9k: Program initvals for CUS217Sujith Manoharan2013-06-183-0/+16
| | * ath9k: Add initvals required for CUS217Sujith Manoharan2013-06-181-0/+15
| | * ath9k: Add PCI IDs for CUS217Sujith Manoharan2013-06-183-0/+16
| | * ath10k: off by one sanity checkDan Carpenter2013-06-181-1/+1
| | * ssb: register serial flash as platform deviceRafał Miłecki2013-06-183-0/+31
| | * ath9k: Modify IDs to identify CUS230Sujith Manoharan2013-06-183-4/+10
| | * ath9k: Add support for 5G-XLNA/AR9462Sujith Manoharan2013-06-184-1/+310
| | * ath9k: Update AR9462 2.0 initvalsSujith Manoharan2013-06-181-1/+1
| | * ath9k: Convert a couple of debug messagesSujith Manoharan2013-06-181-2/+2
| | * ath9k: Merge HWTIMER debug level with BTCOEXSujith Manoharan2013-06-182-10/+9
| | * Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-06-1810-254/+367
| | |\
| | | * net: wireless: wl1251: Fix commenting styleSachin Kamat2013-06-171-3/+3
| | | * net: wireless: wl1251: Use module_spi_driver macroSachin Kamat2013-06-171-23/+1
| | | * net/wireless/ti/wlcore/spi: Use module_spi_driver to register driverPeter Huewe2013-06-171-13/+1