summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2012-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-55/+34
2012-03-06Merge branch 'akpm' (Andrew's patch bomb)Linus Torvalds3-9/+8
2012-03-06memcg: fix GPF when cgroup removal races with last exitHugh Dickins1-5/+0
2012-03-06vfork: kill PF_STARTINGOleg Nesterov1-1/+0
2012-03-06coredump_wait: don't call complete_vfork_done()Oleg Nesterov1-1/+0
2012-03-06vfork: make it killableOleg Nesterov1-1/+1
2012-03-06vfork: introduce complete_vfork_done()Oleg Nesterov1-0/+1
2012-03-06kmsg_dump: don't run on non-error paths by defaultMatthew Garrett1-2/+7
2012-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2012-03-06Merge branch 'for-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-14/+15
2012-03-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-15/+19
2012-03-06net: export netdev_stats_to_stats64Eric Dumazet1-0/+2
2012-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-15/+19
2012-03-05tg3: Recode PCI MRRS adjustment as a PCI quirkMatt Carlson1-0/+1
2012-03-05ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2012-03-05ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.hPaul Mackerras3-173/+121
2012-03-05ppp: Change copyright notices from ANU to mePaul Mackerras2-68/+8
2012-03-05vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.cLinus Torvalds1-20/+0
2012-03-04percpu: fix __this_cpu_{sub,inc,dec}_return() definitionKonstantin Khlebnikov1-3/+3
2012-03-04mdio.h: Include linux/types.hDavid S. Miller1-0/+1
2012-03-03dccp: fix bug in sequence number validation during connection setupSamuel Jero1-2/+6
2012-03-03vfs: clarify and clean up dentry_cmp()Linus Torvalds1-5/+4
2012-03-03vfs: uninline full_name_hash()Linus Torvalds1-8/+1
2012-03-03vfs: trivial __d_lookup_rcu() cleanupsLinus Torvalds1-1/+2
2012-03-02regset: Return -EFAULT, not -EIO, on host-side memory faultH. Peter Anvin1-2/+2
2012-03-02regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin1-0/+6
2012-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-03-02ethtool, mdio, mii: Specify MDIO information fields in struct ethtool_cmdBen Hutchings1-2/+21
2012-03-02mdio: Export mdio.h to userlandBen Hutchings2-5/+5
2012-02-29tcp: fix comment for tp->highest_sackNeal Cardwell1-1/+2
2012-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-15/+31
2012-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-2/+16
2012-02-26mlx4_en: dont change mac_header on xmitEric Dumazet1-1/+4
2012-02-26netfilter: ctnetlink: support kernel-space dump filtering by ctmarkPablo Neira Ayuso1-0/+1
2012-02-26netlink: allow to pass data pointer to netlink_dump_start() callbackPablo Neira Ayuso1-0/+2
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-3/+7
2012-02-26Fix autofs compile without CONFIG_COMPATLinus Torvalds1-0/+4
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov1-1/+4
2012-02-24net: Support RX-ALL feature flag.Ben Greear1-0/+2
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear3-2/+12
2012-02-24net: Support RXFCS feature flag.Ben Greear1-0/+2
2012-02-24ipsec: be careful of non existing mac headersEric Dumazet1-0/+10
2012-02-23Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller1-2/+2
2012-02-23Merge tag 'usb-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-8/+2
2012-02-22cfg80211: restructure AP/GO mode APIJohannes Berg1-15/+19
2012-02-22Merge tag 'nfs-for-3.3-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2012-02-22sys_poll: fix incorrect type for 'timeout' parameterLinus Torvalds1-1/+1
2012-02-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-1/+169
2012-02-22rtnetlink: Fix problem with buffer allocationGreg Rose2-0/+4
2012-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-1/+169