summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* act_mirred: optimization.Changli Gao2009-11-171-31/+29
* act_mirred: cleanupChangli Gao2009-11-171-26/+33
* Phonet: missing rcu_dereference()Rémi Denis-Courmont2009-11-171-1/+1
* net: Getting rid of the x86 dependency to built vmxnet3Shreyas Bhatewara2009-11-175-188/+439
* netlink: remove subscriptions check on notifierJohannes Berg2009-11-171-1/+1
* bnx2x: Handle Rx and Tx together in NAPIVladislav Zolotarov2009-11-172-231/+157
* net: PPP buffer too small for higher speed connectionsfangxiaozhi2009-11-171-1/+1
* net/can/mscan: improve buildWolfram Sang2009-11-174-20/+26
* net/can/mscan: add error path to mscan_open()Wolfram Sang2009-11-171-5/+11
* net/can/mscan: replace hardcoded values with definesWolfram Sang2009-11-172-5/+15
* net/can/mpc52xx_can: improve properties and their descriptionWolfram Sang2009-11-172-6/+6
* net/can/mpc52xx_can: refactor clock-get routineWolfram Sang2009-11-171-29/+16
* net/can/mscan: drop assignment in while-constructWolfram Sang2009-11-171-2/+4
* net/can/mscan: fix function annotationsWolfram Sang2009-11-172-4/+1
* net/can/mscan: use {clr|set}bits8 macrosWolfram Sang2009-11-171-12/+7
* net/can/mscan: drop support for CAN_MODE_{SLEEP|STOP}Wolfram Sang2009-11-171-8/+0
* net/can/mscan: trivial fixesWolfram Sang2009-11-172-23/+18
* net/can/mscan: move defines into .h fileWolfram Sang2009-11-172-29/+29
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-1732-467/+365
|\
| * ppp: fix BUG on non-linear SKB (multilink receive)Ben McKeegan2009-11-171-2/+9
| * ixgbe: Fixing EEH handler to handle more than one errorBreno Leitao2009-11-171-0/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-176-165/+45
| |\
| | * MAINTAINERS: RFKILL - Fix pattern entry missing colonJoe Perches2009-11-131-1/+1
| | * p54usb: Remove DMA buffer from stackLarry Finger2009-11-131-3/+7
| | * rt2x00: Update MAINTAINERSGertjan van Wingerde2009-11-131-0/+1
| | * Revert "libipw: initiate cfg80211 API conversion"John W. Linville2009-11-134-161/+36
| * | net: Fix the rollback test in dev_change_name()Eric Dumazet2009-11-161-5/+6
| * | Revert "isdn: isdn_ppp: Use SKB list facilities instead of home-grown impleme...David S. Miller2009-11-162-190/+164
| * | TI Davinci EMAC : Fix Console Hang when bringing the interface downSriram2009-11-161-3/+0
| * | smsc911x: Fix Console Hang when bringing the interface down.Sriram2009-11-161-1/+1
| * | mISDN: fix error return in HFCmulti_init()Roel Kluin2009-11-161-1/+1
| * | forcedeth: mac address fixStanislav O. Bezzubtsev2009-11-161-4/+1
| * | r6040: fix version printingFlorian Fainelli2009-11-161-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-11-162-4/+10
| |\ \
| | * | Bluetooth: Fix regression with L2CAP configuration in Basic ModeGustavo F. Padovan2009-11-161-3/+8
| | * | Bluetooth: Select Basic Mode as default for SOCK_SEQPACKETGustavo F. Padovan2009-11-161-1/+1
| | * | Bluetooth: Set general bonding security for ACL by defaultAndrei Emeltchenko2009-11-161-0/+1
| | |/
| * | r8169: Fix receive buffer length when MTU is between 1515 and 1536Raimonds Cicans2009-11-141-2/+2
| * | can: add the missing netlink get_xstats_size callbackWolfgang Grandegger2009-11-141-0/+6
| * | can: Fix driver Kconfig structureOliver Hartkopp2009-11-144-55/+64
| * | ipmr: missing dev_put() on error path in vif_add()Dan Carpenter2009-11-141-1/+3
| * | s2io: fixing a ethtool test that is brokenBreno Leitao2009-11-141-0/+1
| * | sctp: Set socket source address when additing first transportVlad Yasevich2009-11-141-1/+2
| * | sctp: Fix regression introduced by new sctp_connectx apiVlad Yasevich2009-11-141-5/+13
| * | sctp: Set source addresses on the association before adding transportsVlad Yasevich2009-11-144-20/+23
| * | tcp: provide more information on the tcp receive_queue bugsIlpo Järvinen2009-11-131-7/+12
| |/
* | KS8695: fix ks8695_rx() unreasonable action.zeal2009-11-171-7/+6
* | KS8695: fix ks8695_rx_irq() bug.zeal2009-11-171-15/+7
* | qeth: allow dynamic change of rx checksummingFrank Blaschka2009-11-163-23/+41
* | qeth: rework TSO functionsFrank Blaschka2009-11-167-98/+110