summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NET: usb: Adding URB_ZERO_PACKET flag to usbnet.cElina Pasheva2010-04-061-6/+9
* net/irda: Add SuperH IrDA driver supportKuninori Morimoto2010-04-063-0/+872
* net/irda: sh_sir: Modify iounmap wrong executionKuninori Morimoto2010-04-061-5/+3
* net/irda: sh_sir: fixup err return value on sh_sir_openKuninori Morimoto2010-04-061-1/+3
* socket: remove duplicate declaration of struct timespecHagen Paul Pfeifer2010-04-061-3/+2
* TIPC: Updated topology subscription protocol according to latest specJon Paul Maloy2010-04-063-24/+23
* Add non-Virtex5 support for LL TEMAC driverJohn Linn2010-04-064-38/+126
* via-velocity: remove private #defineFrancois Romieu2010-04-062-131/+60
* NET: sb1250: Fix compile warning in driverRalf Baechle2010-04-061-1/+0
* tg3: Update version to 3.109Matt Carlson2010-04-061-2/+2
* tg3: Remove tg3_dump_state()Matt Carlson2010-04-061-233/+0
* tg3: Cleanup if codestyleMatt Carlson2010-04-061-44/+31
* tg3: The case of switchesMatt Carlson2010-04-061-40/+40
* tg3: Whitespace, constant, and comment updatesMatt Carlson2010-04-062-38/+40
* tg3: Use VPD fw version when presentMatt Carlson2010-04-061-4/+30
* tg3: Prepare FW version code for VPD versioningMatt Carlson2010-04-061-16/+23
* tg3: Fix message 80 char violationsMatt Carlson2010-04-061-22/+38
* tg3: netdev_err() => dev_err()Matt Carlson2010-04-061-13/+19
* tg3: Replace pr_err with sensible alternativesMatt Carlson2010-04-061-20/+26
* tg3: Restore likely() check in tg3_poll_msix()Matt Carlson2010-04-061-2/+2
* tg3: Fix MII_TG3_DSP_EXP8 offsetMatt Carlson2010-04-061-1/+1
* mac80211: Ensure initializing private mc_list in prepare_multicast().YOSHIFUJI Hideaki / 吉藤英明2010-04-061-0/+3
* net: Add a missing local_irq_enable()Eric Dumazet2010-04-051-0/+1
* rps: fixed missed rps_unlockTom Herbert2010-04-051-1/+1
* l2tp: unmanaged L2TPv3 tunnels fixesEric Dumazet2010-04-042-2/+2
* SCTP: Change to use ipv6_addr_copy()Brian Haley2010-04-031-4/+4
* icmp: Account for ICMP out errorsEric Dumazet2010-04-034-2/+7
* l2tp: Fix L2TP_DEBUGFS ifdef tests.David S. Miller2010-04-033-5/+5
* l2tp: Add missing semicolon to MODULE_ALIAS() in l2tp_netlink.cDavid S. Miller2010-04-031-1/+1
* l2tp: Update documentationJames Chapman2010-04-031-34/+213
* l2tp: Add support for static unmanaged L2TPv3 tunnelsJames Chapman2010-04-033-14/+126
* l2tp: Add debugfs files for dumping l2tp debug infoJames Chapman2010-04-036-2/+392
* l2tp: Add L2TP ethernet pseudowire supportJames Chapman2010-04-033-0/+372
* l2tp: Convert rwlock to RCUJames Chapman2010-04-031-36/+42
* l2tp: Add netlink control API for L2TPJames Chapman2010-04-036-44/+1169
* netlink: Export genl_lock() API for use by modulesJames Chapman2010-04-032-2/+12
* l2tp: Add L2TPv3 IP encapsulation (no UDP) supportJames Chapman2010-04-037-62/+850
* l2tp: Update PPP-over-L2TP driver to work over L2TPv3James Chapman2010-04-033-46/+97
* l2tp: Add L2TPv3 protocol supportJames Chapman2010-04-034-148/+484
* l2tp: Add ppp device name to L2TP ppp session dataJames Chapman2010-04-031-0/+4
* ppp: Add ppp_dev_name() exported functionJames Chapman2010-04-032-0/+22
* l2tp: Split pppol2tp patch into separate l2tp and ppp partsJames Chapman2010-04-0310-2689/+3175
* l2tp: Relocate pppol2tp driver to new net/l2tp directoryJames Chapman2010-04-034-1/+7
* net: convert multicast list to list_headJiri Pirko2010-04-03208-1327/+1137
* net: move address list functions to a separate fileJiri Pirko2010-04-0311-464/+524
* qlcnic: update version to 5.0.1Amit Kumar Salecha2010-04-031-2/+2
* qlcnic: fix endianness in fw validationAmit Kumar Salecha2010-04-031-4/+4
* qlcnic: fix interface attach sequenceAmit Kumar Salecha2010-04-031-10/+10
* qlcnic: add driver debug supportAmit Kumar Salecha2010-04-034-4/+49
* qlcnic: use IDC defined timeout valueSucheta Chakraborty2010-04-034-11/+37