summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/low...David S. Miller2-1/+7
2009-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller8-19/+95
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-27mac80211: Use rcu_barrier() on unload.Jesper Dangaard Brouer1-1/+1
2009-06-27sunrpc: Use rcu_barrier() on unload.Jesper Dangaard Brouer1-0/+1
2009-06-27bridge: Use rcu_barrier() instead of syncronize_net() on unload.Jesper Dangaard Brouer1-1/+1
2009-06-27ipv6: Use rcu_barrier() on module unload.Jesper Dangaard Brouer1-0/+2
2009-06-27decnet: 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-rc1Linus Torvalds1-2/+2
2009-06-25Revert "PCI: use ACPI _CRS data by default"Linus Torvalds5-6/+6
2009-06-25Merge git://git.infradead.org/battery-2.6Linus Torvalds8-17/+420
2009-06-25Merge branches 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-18/+23
2009-06-25another race fix in jfs_check_acl()Al Viro1-6/+7
2009-06-25Get "no acls for this inode" right, fix shmem breakageAl Viro4-10/+13
2009-06-25audit: inode watches depend on CONFIG_AUDIT not CONFIG_AUDIT_SYSCALLEric Paris1-2/+2
2009-06-25inline functions left without protection of ifdef (acl)Markus Trippelsdorf1-1/+2
2009-06-25Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-21/+24
2009-06-24futex: Fix the write access fault problem for realThomas Gleixner1-21/+24
2009-06-24SLUB: Don't pass __GFP_FAIL for the initial allocationPekka Enberg1-2/+8
2009-06-24Don't warn about order-1 allocations with __GFP_NOFAILLinus Torvalds1-2/+2
2009-06-24Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds63-492/+996
2009-06-24Staging: octeon-ethernet: Fix race freeing transmit buffers.David Daney4-66/+106
2009-06-24Staging: octeon-ethernet: Convert to use net_device_ops.David Daney10-396/+390
2009-06-24MIPS: Cavium: Add CPU hotplugging code.Ralf Baechle5-2/+365
2009-06-24MIPS: SMP: Allow suspend and hibernation if CPU hotplug is availableRalf Baechle1-2/+2
2009-06-24MIPS: Add arch generic CPU hotplugRalf Baechle7-7/+78