summaryrefslogtreecommitdiffstats
path: root/fs/jffs2 (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-01ixgbe: Fix device capabilities of 82599 single speed fiber NICs.Mallikarjuna R Chilakala1-2/+3
2009-07-01ixgbe: Fix SFP log messagesDon Skidmore1-8/+17
2009-07-01usbnet: Remove private stats structureHerbert Xu1-1/+0
2009-07-01usbnet: Use netdev stats structureHerbert Xu1-15/+15
2009-07-01smsc95xx: Use netdev stats structureHerbert Xu1-5/+5
2009-07-01rndis_host: Use netdev stats structureHerbert Xu1-1/+1
2009-07-01net1080: Use netdev stats structureHerbert Xu1-6/+6
2009-07-01dm9601: Use netdev stats structureHerbert Xu1-5/+5
2009-07-01cdc_eem: Use netdev stats structureHerbert Xu1-1/+1
2009-06-30ipv4: Fix fib_trie rebalancing, part 3Jarek Poplawski1-0/+3
2009-06-30bnx2x: Fix the behavior of ethtool when ONBOOT=noNaohiro Ooiwa1-1/+9
2009-06-30sctp: xmit sctp packet always return no route errorWei Yongjun1-1/+1
2009-06-30net/irda: convert bfin_sir to net_device_opsGraf Yang1-6/+10
2009-06-30xfrm: use xfrm_addr_cmp() instead of compare addresses directlyWei Yongjun1-49/+8
2009-06-30tcp: Do not tack on TSO data to non-TSO packetHerbert Xu1-5/+10
2009-06-30tcp: Stop non-TSO packets morphing into TSOHerbert Xu1-1/+2
2009-06-29nl802154: add module license and descriptionDmitry Eremin-Solenikov1-0/+3
2009-06-29nl802154: fix Oops in ieee802154_nl_get_devDmitry Eremin-Solenikov1-0/+3
2009-06-29MAINTAINERS: ieee802154 lists are moderated for non-subscribers.Dmitry Eremin-Solenikov1-1/+1
2009-06-29netfilter: xtables: conntrack match revision 2Jan Engelhardt2-6/+73
2009-06-29netfilter: headers_check fix: linux/netfilter/xt_osf.hJaswinder Singh Rajput1-0/+2
2009-06-29netfilter: tcp conntrack: fix unacknowledged data detection with NATPatrick McHardy3-11/+16
2009-06-29be2net: Fix to avoid a crash seen on PPC with LRO and Jumbo frames.Ajit Khaparde3-16/+35
2009-06-27gro: Flush GRO packets in napi_disable_pending pathHerbert Xu1-3/+5
2009-06-27inet: Call skb_orphan before tproxy activatesHerbert Xu2-0/+6
2009-06-26mac80211: Use rcu_barrier() on unload.Jesper Dangaard Brouer1-1/+1
2009-06-26sunrpc: Use rcu_barrier() on unload.Jesper Dangaard Brouer1-0/+1
2009-06-26bridge: Use rcu_barrier() instead of syncronize_net() on unload.Jesper Dangaard Brouer1-1/+1
2009-06-26ipv6: Use rcu_barrier() on module unload.Jesper Dangaard Brouer1-0/+2
2009-06-26decnet: Use rcu_barrier() on module unload.Jesper Dangaard Brouer1-0/+2
2009-06-26sky2: Fix checksum endiannessAnton Vorontsov1-1/+1
2009-06-26mdio add missing GPL flagNicolas Reinecke1-0/+4
2009-06-26sh_eth: remove redundant test on unsignedroel kluin1-8/+1
2009-06-26fsl_pq_mdio: Fix fsl_pq_mdio to work with modulesIonut Nicu1-4/+4
2009-06-26ipv6: avoid wraparound for expired preferred lifetimeJens Rosenboom1-1/+4
2009-06-26tcp: missing check ACK flag of received segment in FIN-WAIT-2 stateWei Yongjun1-1/+2
2009-06-25nf_conntrack: Use rcu_barrier()Jesper Dangaard Brouer2-2/+4
2009-06-25atl1*: add device_set_wakeup_enable to atl1*_set_wolBrandon Philips2-0/+4
2009-06-25Phonet: generate Netlink RTM_DELADDR when destroying a deviceRémi Denis-Courmont1-21/+31
2009-06-25Phonet: publicize the Netlink notification functionRémi Denis-Courmont2-2/+3
2009-06-25Revert "veth: prevent oops caused by netdev destructor"David S. Miller1-16/+25
2009-06-25cpmac: fix compilation failure introduced with netdev_ops conversionFlorian Fainelli1-1/+1
2009-06-25ipsec: Fix name of CAST algorithmHerbert Xu1-2/+2
2009-06-25Linux 2.6.31-rc1v2.6.31-rc1Linus Torvalds1-2/+2
2009-06-25Revert "PCI: use ACPI _CRS data by default"Linus Torvalds5-6/+6
2009-06-24another race fix in jfs_check_acl()Al Viro1-6/+7
2009-06-24Get "no acls for this inode" right, fix shmem breakageAl Viro4-10/+13
2009-06-24audit: inode watches depend on CONFIG_AUDIT not CONFIG_AUDIT_SYSCALLEric Paris1-2/+2
2009-06-24inline functions left without protection of ifdef (acl)Markus Trippelsdorf1-1/+2
2009-06-24futex: Fix the write access fault problem for realThomas Gleixner1-21/+24