summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel1-1/+1
2013-09-04vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel1-1/+1
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel1-2/+1
2013-09-04Merge tag 'for-3.12-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds1-0/+14
2013-09-04Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2013-09-04oprofile: get rid of pointless forward declarations of struct super_blockAl Viro1-1/+0
2013-09-04oprofilefs_create_...() do not need superblock argumentAl Viro1-5/+5
2013-09-04oprofilefs_mkdir() doesn't need superblock argumentAl Viro1-2/+1
2013-09-04oprofile: don't bother with passing superblock to ->create_files()Al Viro1-1/+1
2013-09-04constify touch_atime()Al Viro1-1/+1
2013-09-04vfs: allow umount to handle mountpoints without revalidating themJeff Layton1-0/+1
2013-09-04llc: Use normal etherdevice.h testsJoe Perches1-30/+0
2013-09-04net: fix comment typo for __skb_alloc_pages()Florian Fainelli1-2/+2
2013-09-04ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac1-0/+2
2013-09-04Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-1/+8
2013-09-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller12-11/+206
2013-09-04Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds5-149/+174
2013-09-04Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2-104/+139
2013-09-04Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+6
2013-09-04Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-1/+4
2013-09-04net: etherdevice: add address inherit helperBjørn Mork1-0/+15
2013-09-04Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-56/+75
2013-09-04Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-261/+304
2013-09-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-2/+77
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds11-44/+100
2013-09-03Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-8/+94
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-24/+55
2013-09-03Merge tag 'char-misc-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-57/+43
2013-09-03Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds12-71/+113
2013-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-4/+0
2013-09-03Merge tag 'regulator-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-26/+118
2013-09-03Merge tag 'spi-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds3-8/+47
2013-09-03Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-3/+7
2013-09-03Merge branches 'cxgb4', 'flowsteer', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'q...Roland Dreier3-8/+224
2013-09-03Merge branch 'lockref' (locked reference counts)Linus Torvalds2-70/+13
2013-09-03[media] v4l2: added missing mutex.h include to v4l2-ctrls.hAndrzej Hajda1-0/+1
2013-09-03pwm: Add PWM polarity flag macro for DTLaurent Pinchart1-0/+14
2013-09-03module: Fix mod->mkobj.kobj potentially freed too earlyLi Zhong1-0/+1
2013-09-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar7-57/+111
2013-09-03net: make snmp_mib_free static inlineCong Wang1-1/+11
2013-09-02lockref: implement lockless reference count updates using cmpxchg()Linus Torvalds1-2/+9
2013-09-02lockref: uninline lockref helper functionsLinus Torvalds1-62/+4
2013-09-02vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock()Linus Torvalds1-22/+0
2013-09-02lockref: add 'lockref_get_or_lock() helperLinus Torvalds1-0/+16
2013-09-02IB/core: Better checking of userspace values for receive flow steeringMatan Barak1-0/+2
2013-09-02perf: Add a dummy software event to keep trackingAdrian Hunter1-0/+1
2013-09-02perf: Export struct perf_branch_entry to userspaceVince Weaver2-24/+24
2013-09-02perf: Add attr->mmap2 attribute to an eventStephane Eranian1-1/+23
2013-09-02drm: Add drm_bridgeSean Paul1-0/+55
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie46-124/+299