summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bnx2: Update firmware to 6.0.x.Michael Chan2010-10-1114-13430/+13533
* neigh: reorder struct neighbour fieldsEric Dumazet2010-10-111-4/+4
* net dst: use a percpu_counter to track entriesEric Dumazet2010-10-118-35/+100
* neigh: Protect neigh->ha[] with a seqlockEric Dumazet2010-10-114-26/+51
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-1112-94/+126
|\
| * net: clear heap allocations for privileged ethtool actionsKees Cook2010-10-111-3/+3
| * NET: wimax, fix use after freeJiri Slaby2010-10-111-13/+13
| * ATM: iphase, remove sleep-inside-atomicJiri Slaby2010-10-112-7/+1
| * ATM: mpc, fix use after freeJiri Slaby2010-10-111-1/+1
| * ATM: solos-pci, remove use after freeJiri Slaby2010-10-111-3/+5
| * net/fec: carrier off initially to avoid root mount failureOskar Schirmer2010-10-101-0/+3
| * r8169: use device model DMA APIStanislaw Gruszka2010-10-091-24/+29
| * r8169: allocate with GFP_KERNEL flag when able to sleepStanislaw Gruszka2010-10-091-6/+6
| * net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook2010-10-081-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-10-083-3/+5
| |\
| * | isdn: strcpy() => strlcpy()Dan Carpenter2010-10-081-4/+14
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...David S. Miller2010-10-073-33/+51
| |\ \
| | * | Bluetooth: Disallow to change L2CAP_OPTIONS values when connectedGustavo F. Padovan2010-10-041-0/+5
| | * | Bluetooth: Fix deadlock in the ERTM logicGustavo F. Padovan2010-09-301-0/+18
| | * | Revert "Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG state"Gustavo F. Padovan2010-09-301-7/+1
| | * | Bluetooth: Fix inconsistent lock state with RFCOMMGustavo F. Padovan2010-09-301-0/+4
| | * | Bluetooth: Simplify L2CAP Streaming mode sendingGustavo F. Padovan2010-09-301-17/+7
| | * | Bluetooth: fix MTU L2CAP configuration parameterAndrei Emeltchenko2010-09-301-3/+3
| | * | Bluetooth: Only enable L2CAP FCS for ERTM or streamingMat Martineau2010-09-301-6/+13
* | | | NET: pch, fix use after freeJiri Slaby2010-10-111-1/+1
* | | | neigh: speedup neigh_hh_init()Eric Dumazet2010-10-113-40/+69
* | | | irda: Fix heap memory corruption in iriap.cSamuel Ortiz2010-10-111-1/+2
* | | | irda: Fix parameter extraction stack overflowSamuel Ortiz2010-10-111-1/+3
* | | | irda: Test index before read in stir421x_patch_device()Roel Kluin2010-10-111-4/+4
* | | | irda: Remove BKL instances from irnetSamuel Ortiz2010-10-112-19/+44
* | | | irda: Remove BKL instances from af_irda.cSamuel Ortiz2010-10-111-174/+196
* | | | sundance: get_stats proper lockingEric Dumazet2010-10-091-4/+6
* | | | net/tg3: simplify conditionalNicolas Kaiser2010-10-091-2/+1
* | | | ehea: simplify conditionalNicolas Kaiser2010-10-091-1/+1
* | | | net_sched: use __TCA_HTB_MAX and TCA_HTB_MAXChangli Gao2010-10-091-2/+2
* | | | net: Fix rxq ref countingTom Herbert2010-10-082-1/+2
* | | | Phonet: mark the pipe controller as EXPERIMENTALRémi Denis-Courmont2010-10-081-2/+2
* | | | Phonet: cleanup pipe enable socket optionRémi Denis-Courmont2010-10-083-56/+34
* | | | Phonet: advise against enabling the pipe controllerRémi Denis-Courmont2010-10-081-1/+2
* | | | Phonet: add to MAINTAINERS and add myselfRémi Denis-Courmont2010-10-081-0/+8
* | | | qlcnic: update driver version 5.0.11Amit Kumar Salecha2010-10-081-2/+2
* | | | qlcnic: change all P3 references to P3PSritej Velaga2010-10-085-72/+72
* | | | qlcnic: fix promiscous mode for VFRajesh Borundia2010-10-083-3/+10
* | | | qlcnic: fix board descriptionSritej Velaga2010-10-081-1/+1
* | | | qlcnic: remove private LRO flagAmit Kumar Salecha2010-10-083-9/+2
* | | | qlcnic: support quiescent modeAmit Kumar Salecha2010-10-083-17/+74
* | | | qlcnic: driver private workqueueAmit Kumar Salecha2010-10-081-1/+11
* | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-10-08146-4191/+4231
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-08146-4191/+4231
| |\ \ \ \
| | * | | | ath9k_hw: Fix hw reset failure with HTC driverRajkumar Manoharan2010-10-071-4/+0