summaryrefslogtreecommitdiffstats
path: root/arch/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-19TI DaVinci EMAC: Fix MDIO bus frequency configurationNageswari Srinivasan1-1/+1
2009-12-19e100: Fix broken cbs accounting due to missing memset.Roger Oksanen1-1/+1
2009-12-19broadcom: bcm54xx_shadow_read() errors ignored in bcm54xx_adjust_rxrefclk()Roel Kluin1-1/+2
2009-12-19e1000e: LED settings in EEPROM ignored on 82571 and 82572Bruce Allan1-6/+0
2009-12-19netxen: use module parameter correctlyStephen Hemminger1-54/+3
2009-12-19netns: fix net.ipv6.route.gc_min_interval_ms in netnsAlexey Dobriyan1-0/+1
2009-12-17Bluetooth: Prevent ill-timed autosuspend in USB driverOliver Neukum1-0/+1
2009-12-17Bluetooth: Fix L2CAP locking scheme regressionAndrei Emeltchenko1-0/+1
2009-12-17Bluetooth: Ack L2CAP I-frames before retransmit missing packetGustavo F. Padovan1-1/+1
2009-12-17Bluetooth: Fix unset of RemoteBusy flag for L2CAPGustavo F. Padovan1-1/+1
2009-12-17Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid()Roel Kluin1-1/+1
2009-12-16net: sh_eth alignment fix for sh7724 using NET_IP_ALIGN V2Magnus Damm1-1/+6
2009-12-16ixgbe: allow tx of pre-formatted vlan tagged packetsGurucharan Shetty1-1/+12
2009-12-16ixgbe: Fix 82598 premature copper PHY link indicatationMallikarjuna R Chilakala2-0/+40
2009-12-16ixgbe: Fix tx_restart_queue/non_eop_desc statistics countersMallikarjuna R Chilakala1-2/+5
2009-12-16bcm63xx_enet: fix compilation failure after get_stats_count removalFlorian Fainelli1-3/+9
2009-12-16packet: dont call sleeping functions while holding rcu_read_lock()Eric Dumazet1-40/+31
2009-12-16tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller10-84/+58
2009-12-15ipvs: zero usvc and udestSimon Horman1-0/+4
2009-12-15netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy4-4/+25
2009-12-15ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy5-7/+27
2009-12-15sky2: leave PCI config space writeablestephen hemminger1-13/+0
2009-12-15sky2: print Optima chip namestephen hemminger1-1/+1
2009-12-15x25: Update maintainer.Arnd Bergmann1-2/+2
2009-12-14ipvs: fix synchronization on connection closeXiaotian Feng1-0/+1
2009-12-14netfilter: xtables: document minimal required versionJan Engelhardt1-0/+2
2009-12-14drivers/net/bonding/: : use pr_fmtJoe Perches5-690/+465
2009-12-14can: CAN_MCP251X should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2009-12-14drivers/net/usb: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-12-14drivers/net/cpmac.c: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-12-14drivers/net/sfc: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-12-14drivers/atm: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-12-143c574_cs: disable irq before calling el3_interruptKen Kawasaki2-0/+8
2009-12-14mlx4_core: return a negative error valueroel kluin1-1/+1
2009-12-14can: Fix data length code handling in rx pathOliver Hartkopp8-25/+26
2009-12-14net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman2-3/+14
2009-12-14udp: udp_lib_get_port() fixEric Dumazet1-4/+3
2009-12-12be2net: fix error in rx completion processing.Ajit Khaparde1-2/+2
2009-12-12igbvf: avoid reset storms due to mailbox issuesAlexander Duyck2-1/+8
2009-12-12igb: fix handling of mailbox collisions between PF/VFAlexander Duyck1-9/+13
2009-12-12usb: remove rare pm primitive for conversion to new APIOliver Neukum1-2/+2
2009-12-12Staging: batman: fix debug Kconfig optionGreg Kroah-Hartman1-1/+1
2009-12-12tty: split the lock up a bit furtherAlan Cox1-0/+3
2009-12-12tty: Move the leader test in disassociateAlan Cox2-3/+4
2009-12-12tty: Push the bkl down a bit in the hangup codeAlan Cox1-2/+2
2009-12-12tty: Push the lock down further into the ldisc codeAlan Cox2-5/+9
2009-12-12tty: push the BKL down into the handlers a bitAlan Cox4-63/+95
2009-12-12tty: moxa: split open lockAlan Cox1-12/+11
2009-12-12tty: moxa: Kill the use of lock_kernelAlan Cox1-14/+2
2009-12-12tty: moxa: Fix modem op lockingAlan Cox1-15/+10