summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-221-0/+5
* net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-225-11/+18
* dcb: fix return type on dcb_setapp()John Fastabend2011-06-221-1/+1
* dcb: Add dcb_ieee_getapp_mask() for drivers to query APP settingsJohn Fastabend2011-06-221-0/+1
* dcb: Add ieee_dcb_delapp() and dcb op to delete app entryJohn Fastabend2011-06-222-0/+4
* dcb: Add ieee_dcb_setapp() to be used for IEEE 802.1Qaz APP dataJohn Fastabend2011-06-221-0/+1
* net: dcbnl, add multicast group for DCBJohn Fastabend2011-06-222-0/+4
* cnic, bnx2i: Add support for new devices - 57800, 57810, and 57840Michael Chan2011-06-221-0/+9
* core: add tracepoints for queueing skb to rcvbufSatoru Moriya2011-06-221-0/+68
* udp: add tracepoints for queueing skb to rcvbufSatoru Moriya2011-06-221-0/+32
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-2142-112/+383
|\
| * vfs: i_state needs to be 'unsigned long' for nowLinus Torvalds2011-06-211-1/+1
| * Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-06-211-0/+4
| |\
| | * nfsd: fix dependency of nfsd on auth_rpcgssJ. Bruce Fields2011-06-061-0/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-06-211-0/+6
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-06-171-0/+6
| | |\ \
| | | * | netfilter: nf_nat: avoid double seq_adjust for loopbackJulian Anastasov2011-06-161-0/+6
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-06-211-1/+9
| |\ \ \ \
| | * | | | devcgroup_inode_permission: take "is it a device node" checks to inlined wrapperAl Viro2011-06-201-1/+9
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-06-201-1/+1
| |\ \ \ \ \
| | * | | | | Input: sh_keysc - 8x8 MODE_6 fixMagnus Damm2011-06-181-1/+1
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'perf-urgent-for-linus', 'sched-urgent-for-linus', 'timers-urg...Linus Torvalds2011-06-192-1/+5
| |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | clocksource: Make watchdog robust vs. interruptionThomas Gleixner2011-06-161-0/+1
| | | * | | | | | | | generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh2011-06-171-1/+4
| * | | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-06-192-1/+3
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| | * | | | | | | | | rcu: Use softirq to address performance regressionShaohua Li2011-06-152-1/+3
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge branches 'gpio/merge' and 'spi/merge' of git://git.secretlab.ca/git/lin...Linus Torvalds2011-06-172-10/+11
| |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | |
| | * / | | | | | | | gpio: add GPIOF_ values regardless on kconfig settingsRandy Dunlap2011-06-162-10/+11
| | |/ / / / / / / /
| * | | | / / / / / KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells2011-06-171-4/+4
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-06-171-0/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | drm/radeon: workaround a hw bug on some radeon chipsets with all-0 EDIDs.Dave Airlie2011-06-161-0/+2
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-06-163-12/+15
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-123-12/+15
| * | | | | | | | include/asm-generic/pgtable.h: fix unbalanced parenthesisNicolas Kaiser2011-06-161-1/+1
| * | | | | | | | uts: make default hostname configurable, rather than always using "(none)"Josh Triplett2011-06-161-1/+1
| * | | | | | | | BUILD_BUG_ON_ZERO: fix sparse breakageDr. David Alan Gilbert2011-06-161-2/+2
| * | | | | | | | mm: increase RECLAIM_DISTANCE to 30KOSAKI Motohiro2011-06-161-1/+1
| * | | | | | | | kmsg_dump.h: fix build when CONFIG_PRINTK is disabledRandy Dunlap2011-06-161-0/+1
| * | | | | | | | vmscan: implement swap token priority agingKOSAKI Motohiro2011-06-161-7/+13
| * | | | | | | | vmscan: implement swap token traceKOSAKI Motohiro2011-06-161-0/+77
| * | | | | | | | vmscan,memcg: memcg aware swap tokenKOSAKI Motohiro2011-06-162-6/+8
| * | | | | | | | backlight: new driver for the ADP8870 backlight devicesMichael Hennerich2011-06-161-0/+153
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2011-06-131-0/+3
| |\ \ \ \ \ \ \
| | * | | | | | | slub: always align cpu_slab to honor cmpxchg_double requirementChris Metcalf2011-06-031-0/+3
| * | | | | | | | Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-06-121-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | gpio/basic_mmio: add missing include of spinlock_types.hJamie Iles2011-06-101-0/+1
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-06-126-7/+36
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | / / | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko2011-06-122-3/+27
| | * | | | | | ethtool.h: fix typosYegor Yefremov2011-06-101-3/+3
| | | |_|_|_|/ | | |/| | | |
| | * | | | | af_packet: prevent information leakEric Dumazet2011-06-071-0/+2