summaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-28tg3: Add partial fragment unmapping codeMatt Carlson2-0/+27
2011-07-28tg3: Generalize tg3_skb_error_unmap()Matt Carlson1-32/+16
2011-07-28tg3: Remove short DMA check for 1st fragmentMatt Carlson1-3/+0
2011-07-28tg3: Simplify tx bd assignmentsMatt Carlson1-39/+37
2011-07-28tg3: Reintroduce tg3_tx_ring_infoMatt Carlson2-7/+12
2011-07-28ASIX: Use only 11 bits of header for data sizeMarek Vasut1-2/+2
2011-07-28ASIX: Simplify condition in rx_fixup()Marek Vasut1-3/+2
2011-07-28Fix cdc-phonet buildChris Clayton1-0/+1
2011-07-28bonding: reduce noise during initAndy Gospodarek1-1/+1
2011-07-28bonding: fix string comparison errorsAndy Gospodarek1-62/+71
2011-07-28net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman14-8/+22
2011-07-28net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman3-3/+8
2011-07-28net: sock_sendmsg_nosec() is staticEric Dumazet1-1/+1
2011-07-28forcedeth: fix vlansJiri Pirko1-3/+13
2011-07-28gianfar: fix bug caused by 87c288c6e9aa31720b72e2bc2d665e24e1653c3eSebastian Pöhn1-5/+1
2011-07-27gro: Only reset frag0 when skb can be pulledHerbert Xu1-1/+4
2011-07-26wireless: fix a typo in ignore_reg_updateMihai Moldovan1-1/+1
2011-07-26b43: fix invalid memory access in b43_ssb_remove()Pavel Roskin1-2/+3
2011-07-26b43: bcma: drop BROKENRafał Miłecki1-1/+1
2011-07-26b43: bus: fix memory corruption when setting driver's dataRafał Miłecki1-0/+2
2011-07-26cfg80211: really ignore the regulatory requestSven Neumann1-2/+3
2011-07-26NFC: pn533: use after free in pn533_disconnect()Dan Carpenter1-1/+1
2011-07-26net: Convert struct net_device uc_promisc to boolJoe Perches2-3/+3
2011-07-26net: fix eth.c kernel-doc warningRandy Dunlap1-0/+1
2011-07-26IPv4: Send gratuitous ARP for secondary IP addresses alsoZoltan Kiss1-8/+8
2011-07-26ipv6: Do not leave router anycast address for /127 prefixes.YOSHIFUJI Hideaki1-0/+2
2011-07-26drivers:connector:remove an unused variable *tracer*Wanlong Gao1-1/+0
2011-07-26acenic: use netdev_alloc_skb_ip_alignstephen hemminger2-24/+27
2011-07-25hwmon: (lm78) Become the maintainerJean Delvare3-4/+10
2011-07-25hwmon: (lm78) Make ISA interface depend on CONFIG_ISAJean Delvare1-19/+79
2011-07-25hwmon: (lm78) Avoid forward declarationsJean Delvare1-107/+98
2011-07-25hwmon: (sht15) Correct a comment mistakeVivien Didelot1-1/+1
2011-07-25hwmon: (max1111) Avoid extra memory allocationsJean Delvare1-21/+6
2011-07-25hwmon: (it87) Add chassis intrusion detection supportJean Delvare2-1/+31
2011-07-25hwmon: (via-cputemp) Add VID reporting supportJean Delvare2-5/+40
2011-07-25hwmon-vid: Add support for VIA family 6 model D CPUJean Delvare1-1/+41
2011-07-25hwmon: New driver sch5636Hans de Goede5-0/+590
2011-07-25hwmon: (sch5627) Factor out some code shared with sch5636 driverHans de Goede5-310/+390
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig52-294/+92
2011-07-25bury posix_acl_..._masq() variantsAl Viro2-11/+3
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro16-204/+116
2011-07-25generic_acl: no need to clone acl just to push it to set_cached_acl()Al Viro1-8/+2
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro14-168/+139
2011-07-25reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig2-9/+5
2011-07-25xfs: cache negative ACLs if there is no attribute forkChristoph Hellwig2-12/+5
2011-07-259p: do no return 0 from ->check_acl without actually checkingChristoph Hellwig1-1/+1
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds12-69/+65
2011-07-25CIFS: Fix oops while mounting with prefixpathPavel Shilovsky1-1/+1
2011-07-25xfs: Fix wrong return value of xfs_file_aio_writeMarkus Trippelsdorf1-1/+4
2011-07-25fix devtmpfs raceAl Viro1-1/+2