aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-04-03net: move address list functions to a separate fileJiri Pirko11-464/+524
2010-04-03qlcnic: update version to 5.0.1Amit Kumar Salecha1-2/+2
2010-04-03qlcnic: fix endianness in fw validationAmit Kumar Salecha1-4/+4
2010-04-03qlcnic: fix interface attach sequenceAmit Kumar Salecha1-10/+10
2010-04-03qlcnic: add driver debug supportAmit Kumar Salecha4-4/+49
2010-04-03qlcnic: use IDC defined timeout valueSucheta Chakraborty4-11/+37
2010-04-03qlcnic: fix onchip memory accessDhananjay Phadke1-37/+2
2010-04-03qlcnic: update oncard memory size checkDhananjay Phadke2-32/+25
2010-04-03qlcnic: handle queue manager accessDhananjay Phadke4-12/+56
2010-04-03qlcnic: fix fw load from fileAmit Kumar Salecha1-0/+10
2010-04-02phylib: Add module table to all existing phy driversDavid Woodhouse14-0/+124
2010-04-02phylib: Support phy module autoloadingDavid Woodhouse4-0/+65
2010-04-02net: illegal_highdma() fixEric Dumazet1-1/+3
2010-04-01be2net: Adding PCI SRIOV supportSarveshwar Bandi5-49/+191
2010-04-01net/pcmcia/3c589_cs: using netdev_info and friends where appropriateAlexander Kurz1-139/+147
2010-04-01netdev/fec.c: add phylib supporting to enable carrier detection (v2)Bryan Wu2-877/+252
2010-04-01net: change illegal_highdma to use dma_maskFUJITA Tomonori1-6/+14
2010-04-01bnx2x: Added GRO supportDmitry Kravkov1-9/+11
2010-04-01flow: structurize flow cacheTimo Teräs1-104/+119
2010-04-01xfrm: remove policy lock when accessing policy->walk.deadTimo Teräs2-27/+10
2010-04-01xfrm_user: verify policy direction at XFRM_MSG_POLEXPIRE handlerTimo Teräs1-0/+4
2010-04-01xfrm: Remove xfrm_state_genidHerbert Xu1-4/+1
2010-04-01r8169: clean up my printk uglynessNeil Horman1-2/+2
2010-04-01net: Hook up cxgb4 to Kconfig and MakefileDimitris Michailidis2-0/+26
2010-04-01cxgb4: Add main driver file and driver MakefileDimitris Michailidis2-0/+3395
2010-04-01cxgb4: Add remaining driver headers and L2T managementDimitris Michailidis4-0/+1714
2010-04-01cxgb4: Add packet queues and packet DMA codeDimitris Michailidis1-0/+2431
2010-04-01cxgb4: Add HW and FW support codeDimitris Michailidis2-0/+3231
2010-04-01cxgb4: Add register, message, and FW definitionsDimitris Michailidis3-0/+3122
2010-04-01ipv6 fib: Make rt6_info{} more cache-line aware.YOSHIFUJI Hideaki / 吉藤英明1-13/+16
2010-04-01rps: keep the old behavior on SMP without rpsChangli Gao1-14/+28
2010-04-01r8169: Fix rtl8169_rx_interrupt()Eric Dumazet1-5/+17
2010-04-01gen_estimator: deadlock fixEric Dumazet3-3/+15
2010-04-01ipv4: remove redundant verification codeHagen Paul Pfeifer1-4/+0
2010-04-01acenic: use the dma state API instead of the pci equivalentsFUJITA Tomonori2-16/+16
2010-04-01acenic: fix the misusage of zero dma addressFUJITA Tomonori1-10/+6
2010-04-01netlabel: Fix several rcu_dereference() calls used without RCU read locksPaul Moore2-57/+37
2010-04-01bonding: fix potential deadlock in bond_uninit()Amerigo Wang1-12/+14
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao7-3/+20
2010-04-01stmmac: add documentation for the driver.Giuseppe CAVALLARO1-0/+143
2010-04-01stmmac: fix kconfig for crc32 build errorCarmelo AMOROSO1-0/+1
2010-04-01be2net: fix bug in vlan rx path for big endian architectureAjit Khaparde1-2/+2
2010-04-01be2net: fix flashing on big endian architecturesAjit Khaparde2-10/+9
2010-04-01be2net: fix a bug in flashing the redboot sectionAjit Khaparde1-1/+1
2010-04-01net-caif: using kmalloc/kfree requires the include of slab.hStephen Rothwell1-0/+1
2010-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller14-31/+55
2010-03-31bonding: bond_xmit_roundrobin() fixEric Dumazet1-1/+1
2010-03-30sctp: eliminate useless codeHagen Paul Pfeifer1-1/+0
2010-03-30tipc: define needless global scoped variable staticHagen Paul Pfeifer1-1/+1
2010-03-30net: remove redundant codeEric Dumazet14-15/+0