summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-02cxgb4: Add remaining driver headers and L2T managementDimitris Michailidis4-0/+1714
2010-04-02cxgb4: Add packet queues and packet DMA codeDimitris Michailidis1-0/+2431
2010-04-02cxgb4: Add HW and FW support codeDimitris Michailidis2-0/+3231
2010-04-02cxgb4: Add register, message, and FW definitionsDimitris Michailidis3-0/+3122
2010-04-02ipv6 fib: Make rt6_info{} more cache-line aware.YOSHIFUJI Hideaki / 吉藤英明1-13/+16
2010-04-02rps: keep the old behavior on SMP without rpsChangli Gao1-14/+28
2010-04-02r8169: Fix rtl8169_rx_interrupt()Eric Dumazet1-5/+17
2010-04-02gen_estimator: deadlock fixEric Dumazet3-3/+15
2010-04-02ipv4: remove redundant verification codeHagen Paul Pfeifer1-4/+0
2010-04-02acenic: use the dma state API instead of the pci equivalentsFUJITA Tomonori2-16/+16
2010-04-02acenic: fix the misusage of zero dma addressFUJITA Tomonori1-10/+6
2010-04-02netlabel: Fix several rcu_dereference() calls used without RCU read locksPaul Moore2-57/+37
2010-04-02bonding: fix potential deadlock in bond_uninit()Amerigo Wang1-12/+14
2010-04-02net: check the length of the socket address passed to connect(2)Changli Gao7-3/+20
2010-04-02stmmac: add documentation for the driver.Giuseppe CAVALLARO1-0/+143
2010-04-02stmmac: fix kconfig for crc32 build errorCarmelo AMOROSO1-0/+1
2010-04-02be2net: fix bug in vlan rx path for big endian architectureAjit Khaparde1-2/+2
2010-04-02be2net: fix flashing on big endian architecturesAjit Khaparde2-10/+9
2010-04-02be2net: 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-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller14-31/+55
2010-03-31bonding: bond_xmit_roundrobin() fixEric Dumazet1-1/+1
2010-03-31sctp: eliminate useless codeHagen Paul Pfeifer1-1/+0
2010-03-31tipc: define needless global scoped variable staticHagen Paul Pfeifer1-1/+1
2010-03-31net: remove redundant codeEric Dumazet14-15/+0
2010-03-31Add hotplug support to mcp251x driverMarc Zyngier4-10/+21
2010-03-31fix net/core/dst.c coding style error and warningslaurent chavey1-21/+20
2010-03-31netdev: ethtool RXHASH flagstephen hemminger3-1/+8
2010-03-31igb: add per-packet timestampingNick Nunley3-8/+41
2010-03-31MAINTAINERS: ipg: Jesse Huang's email address bouncesJoe Perches1-2/+1
2010-03-31drivers/net/ipg: Remove invalid IPG_DDEBUG_MSG uses, neatenJoe Perches2-53/+61
2010-03-31ipv6 fib: Use "Sweezle" to optimize addr_bit_test().YOSHIFUJI Hideaki / 吉藤英明1-2/+13
2010-03-31sctp: Use ipv6_addr_diff() in sctp_v6_addr_match_len().YOSHIFUJI Hideaki / 吉藤英明1-14/+1
2010-03-31ipv6: Use __fls() instead of fls() in __ipv6_addr_diff().YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2010-03-31drivers/net: Add missing unlockJulia Lawall1-1/+3
2010-03-31net: gianfar - align BD ring size console messagesKim Phillips1-2/+2
2010-03-31net: gianfar - initialize per-queue statisticsKim Phillips1-2/+2
2010-03-31gianfar: Fix a memory leak in gianfar close codeAndy Fleming1-2/+2
2010-03-31e1000e: typo correctionsJoe Perches3-16/+13
2010-03-31igb: update hw_debug macro to make use of netdev_dbg callAlexander Duyck2-36/+8
2010-03-31net_sched: minor netns related cleanupTom Goff1-3/+1
2010-03-31sky2: avoid duplicate link up on Optima chipstephen hemminger1-1/+2
2010-03-31sky2: add XL revisionsstephen hemminger2-4/+14
2010-03-31sky2: support Yukon EC_U rev B1 and laterstephen hemminger2-6/+13
2010-03-31net-caif-driver: add CAIF serial driver (ldisc)Sjur Braendeland6-2/+475
2010-03-31net-caif: add CAIF documentationSjur Braendeland2-0/+321
2010-03-31net-caif: add CAIF Kconfig and MakefilesSjur Braendeland4-0/+77
2010-03-31net-caif: add CAIF netdeviceSjur Braendeland1-0/+451
2010-03-31net-caif: add CAIF socket implementationSjur Braendeland1-0/+1391
2010-03-31net-caif: add CAIF device registration functionalitySjur Braendeland2-0/+500