summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | IB/ipath: Don't initialize port memory for subportsRalph Campbell2007-04-182-4/+17
| * | IB/ipath: Definitions of two RXE parity err bits were reversedBryan O'Sullivan2007-04-181-3/+3
| * | IB/ipath: Fix user memory region creation when IOMMU presentBryan O'Sullivan2007-04-181-3/+9
| * | IB/ipath: Add ability to set and clear IB local loopbackBryan O'Sullivan2007-04-182-0/+18
| * | IPoIB: Remove pointless opcode field from debugging outputRoland Dreier2007-04-182-8/+8
| * | IB/umad: Fix declaration of dev_map[]Hal Rosenstock2007-04-181-1/+1
| * | IB: Remove reference to obsolete CONFIG_IPATH_CORERoland Dreier2007-04-181-1/+0
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-04-2729-4946/+4017
|\ \ \
| * | | [SCSI] SUNESP: Complete driver rewrite to version 2.0David S. Miller2007-04-277-4801/+3912
| * | | [TIGON3]: of_get_property() returns const.David S. Miller2007-04-261-1/+1
| * | | [IGAFB]: Use pci_device_to_OF_node() on sparc.David S. Miller2007-04-261-12/+12
| * | | [ATYFB]: Use pci_device_to_OF_node() in sparc.David S. Miller2007-04-261-3/+3
| * | | [OPENPROM]: Use pci_device_to_OF_node().David S. Miller2007-04-261-10/+8
| * | | [TULIP]: Use pci_device_to_OF_node() on sparc.David S. Miller2007-04-261-11/+7
| * | | [TULIP]: Use CONFIG_SPARC consistently in ifdef tests.David S. Miller2007-04-265-16/+12
| * | | [TG3]: Use pci_device_to_OF_node() on sparc.David S. Miller2007-04-261-18/+13
| * | | [SUNHME]: Use pci_device_to_OF_node().David S. Miller2007-04-261-13/+5
| * | | [SUNGEM]: Consolidate powerpc and sparc MAC probing code.David S. Miller2007-04-262-26/+7
| * | | [SUNGEM]: __sparc__ --> CONFIG_SPARCDavid S. Miller2007-04-261-4/+4
| * | | [RADEON]: Probe clocks and monitor using OF properties on sparc.David S. Miller2007-04-263-15/+17
| * | | [SPARC/64] constify of_get_property return: driversStephen Rothwell2007-04-2612-21/+21
| | |/ | |/|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-04-27294-1182/+1113
|\ \ \
| * | | [ATM]: Use mutex instead of binary semaphore in FORE Systems 200E-series driverMatthias Kaehlcke2007-04-262-12/+10
| * | | [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, netMilind Arun Choudhary2007-04-261-1/+1
| * | | [NET]: ROUND_UP macro cleanup in drivers/net/ppp_generic.cMilind Arun Choudhary2007-04-261-3/+1
| * | | [NET] tun/tap: fixed hw address handlingBrian Braunstein2007-04-261-11/+27
| * | | [NET]: Fix yam.cAndrew Morton2007-04-261-1/+1
| * | | [WIRELESS] drivers/net/wireless/Kconfig: correct minor typoJohn W. Linville2007-04-251-2/+2
| * | | [WIRELESS]: Refactor wireless Kconfig.Johannes Berg2007-04-255-74/+57
| * | | [IrDA]: Adding carriage returns to mcs7780 debug statementsSamuel Ortiz2007-04-251-13/+13
| * | | [PPPOE]: Fix device tear-down notification.Michal Ostrowski2007-04-251-37/+50
| * | | [PPPOE]: memory leak when socket is release()d before PPPIOCGCHAN has been ca...Florian Zumbiehl2007-04-251-1/+1
| * | | [PPPOE]: race between interface going down and connect()Florian Zumbiehl2007-04-251-13/+6
| * | | [PPPoE]: miscellaneous smaller cleanupsFlorian Zumbiehl2007-04-251-13/+8
| * | | [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-253-3/+4
| * | | [NET]: loopback driver can use loopback_dev integrated net_device_statsEric Dumazet2007-04-251-4/+1
| * | | [NETDRV]: Perform missing csum_offset conversionsHerbert Xu2007-04-252-2/+3
| * | | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-2537-67/+101
| * | | [NET]: Fix warnings in 3c523.c and ni52.cDavid S. Miller2007-04-252-2/+2
| * | | [NET]: Inline net_device_statsRusty Russell2007-04-252-5/+4
| * | | [NET]: random functions can use nsec resolution instead of usecEric Dumazet2007-04-251-23/+13
| * | | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-25110-186/+255
| * | | [BLUETOOTH]: Introduce skb->data accessor methods for hci_{acl,event,sco}_hdrArnaldo Carvalho de Melo2007-04-254-12/+12
| * | | [WAN] cosa.c: Build fix.David S. Miller2007-04-251-1/+1
| * | | [FORCEDETH]: Use skb_tailroom where appropriateArnaldo Carvalho de Melo2007-04-251-11/+7
| * | | [LMC]: lmc_main wants to use skb_tailroomArnaldo Carvalho de Melo2007-04-251-1/+1
| * | | [ATM] idt77252: Fix double kfree_skb on failure in push_rx_skbArnaldo Carvalho de Melo2007-04-251-1/+0
| * | | [NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2007-04-253-3/+3
| * | | [SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo2007-04-259-27/+44
| * | | [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-2524-51/+71
OpenPOWER on IntegriCloud