summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* random: push extra entropy to the output poolsTheodore Ts'o2013-10-101-0/+22
* random: fix the tracepoint for get_random_bytes(_arch)Theodore Ts'o2013-10-101-1/+32
* random: allow architectures to optionally define random_get_entropy()Theodore Ts'o2013-10-101-0/+14
* random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o2013-09-231-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-316-3/+39
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-08-292-0/+14
| |\
| | * xfrm: revert ipv4 mtu determination to dst_mtuHannes Frederic Sowa2013-08-261-12/+0
| | * xfrm: choose protocol family by skb protocolHannes Frederic Sowa2013-08-191-2/+2
| | * xfrm: introduce helper for safe determination of mtuHannes Frederic Sowa2013-08-142-0/+20
| | * xfrm: make local error reporting more robustHannes Frederic Sowa2013-08-141-0/+6
| * | net: add cpu_relax to busy poll loopEliezer Tamir2013-08-281-0/+1
| * | genl: Hold reference on correct module while netlink-dump.Pravin B Shelar2013-08-281-2/+18
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-08-271-0/+1
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-231-0/+1
| | |\ \
| | | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-221-0/+1
| | | |\ \
| | | | * | mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau2013-08-211-0/+1
| * | | | | Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski2013-08-271-1/+5
* | | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-08-291-0/+1
|\ \ \ \ \ \
| * | | | | | Omnikey Cardman 4000: pull in ioctl.h in user headerMike Frysinger2013-08-291-0/+1
* | | | | | | vfs: make the dentry cache use the lockref infrastructureWaiman Long2013-08-291-10/+9
* | | | | | | Add new lockref infrastructure reference implementationWaiman Long2013-08-291-0/+71
|/ / / / / /
* | | | | | Merge tag 'regmap-v3.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-08-271-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'regmap/fix/header' into regmap-linusMark Brown2013-08-211-0/+1
| |\ \ \ \ \ \
| | * | | | | | regmap: Add another missing header for !CONFIG_REGMAP stubsKevin Hilman2013-08-151-0/+1
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-08-251-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro2013-08-241-0/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-08-241-0/+57
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | [SCSI] zfcp: fix lock imbalance by reworking request queue lockingMartin Peschke2013-08-221-0/+57
| | |/ / / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-234-33/+38
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | ipv4: expose IPV4_DEVCONFstephen hemminger2013-08-232-33/+35
| * | | | | | ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong2013-08-231-0/+2
| * | | | | | ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa2013-08-201-0/+1
| | |/ / / / | |/| | | |
* | | | | | x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea2013-08-221-0/+1
* | | | | | Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"Linus Torvalds2013-08-221-1/+0
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-167-40/+31
|\ \ \ \ \
| * | | | | net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer2013-08-162-14/+12
| * | | | | net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer2013-08-152-2/+17
| | |_|_|/ | |/| | |
| * | | | ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar2013-08-141-14/+0
| * | | | net: rename busy poll MIB counterEliezer Tamir2013-08-092-2/+2
| * | | | mlx5: remove health handler pluginEli Cohen2013-08-051-3/+0
| * | | | busy_poll: cleanup do-nothing placeholdersEliezer Tamir2013-08-051-5/+0
* | | | | Fix TLB gather virtual address range invalidation corner casesLinus Torvalds2013-08-161-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-08-144-0/+38
|\ \ \ \ \
| * | | | | x86 get_unmapped_area(): use proper mmap base for bottom-up directionRadu Caragea2013-08-141-0/+1
| * | | | | microblaze: fix clone syscallMichal Simek2013-08-141-0/+5
| * | | | | mm: save soft-dirty bits on file pagesCyrill Gorcunov2013-08-141-0/+15
| * | | | | mm: save soft-dirty bits on swapped pagesCyrill Gorcunov2013-08-142-0/+17
| | |/ / / | |/| | |
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-08-141-0/+6
|\ \ \ \ \
| * | | | | sched: Fix some kernel-doc warningsYacine Belkadi2013-07-181-0/+6
* | | | | | sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov2013-08-131-3/+11
| |/ / / / |/| | | |