Age | Commit message (Expand) | Author | Files | Lines |
2016-04-13 | net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_put | Denys Vlasenko | 1 | -2/+2 |
2016-04-11 | net: mdio: Fix lockdep falls positive splat | Andrew Lunn | 1 | -0/+11 |
2016-04-11 | Merge tag 'wireless-drivers-next-for-davem-2016-04-11' of git://git.kernel.or... | David S. Miller | 1 | -0/+4 |
2016-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 21 | -70/+75 |
2016-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+4 |
2016-04-09 | Merge tag 'iommu-fixes-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+0 |
2016-04-08 | Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/sc... | David S. Miller | 2 | -1/+26 |
2016-04-07 | bpf: sanitize bpf tracepoint access | Alexei Starovoitov | 2 | -0/+2 |
2016-04-07 | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog... | Alexei Starovoitov | 1 | -0/+1 |
2016-04-07 | perf: split perf_trace_buf_prepare into alloc and update parts | Alexei Starovoitov | 2 | -5/+5 |
2016-04-07 | perf: optimize perf_fetch_caller_regs | Alexei Starovoitov | 1 | -2/+0 |
2016-04-07 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -0/+20 |
2016-04-07 | GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU | Alexander Duyck | 1 | -1/+4 |
2016-04-07 | udp: Remove udp_offloads | Tom Herbert | 1 | -17/+0 |
2016-04-07 | udp: Add GRO functions to UDP socket | Tom Herbert | 1 | -0/+8 |
2016-04-07 | tun: use socket locks for sk_{attach,detatch}_filter | Hannes Frederic Sowa | 1 | -4/+0 |
2016-04-07 | Merge ath-next from ath.git | Kalle Valo | 1 | -0/+4 |
2016-04-06 | mac80211: add A-MSDU tx support | Felix Fietkau | 1 | -0/+3 |
2016-04-06 | mac80211: add fast-rx path | Johannes Berg | 1 | -0/+10 |
2016-04-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+1 |
2016-04-05 | udp: enable MSG_PEEK at non-zero offset | samanthakumar | 1 | -1/+6 |
2016-04-05 | compiler-gcc: disable -ftracer for __noclone functions | Paolo Bonzini | 1 | -1/+1 |
2016-04-05 | iommu: provide of_xlate pointer unconditionally | Arnd Bergmann | 1 | -2/+0 |
2016-04-05 | ieee80211: support parsing Fine Timing Measurement action frame | Avraham Stern | 1 | -0/+11 |
2016-04-05 | rhashtable: accept GFP flags in rhashtable_walk_init | Bob Copeland | 1 | -1/+2 |
2016-04-04 | udp: no longer use SLAB_DESTROY_BY_RCU | Eric Dumazet | 1 | -4/+4 |
2016-04-04 | Merge branch 'PAGE_CACHE_SIZE-removal' | Linus Torvalds | 14 | -45/+29 |
2016-04-04 | mm: drop PAGE_CACHE_* and page_cache_{get,release} definition | Kirill A. Shutemov | 1 | -15/+0 |
2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 8 | -11/+10 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 9 | -19/+19 |
2016-04-03 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -19/+19 |
2016-04-02 | stmmac: add new DT platform entries for GMAC4 | Alexandre TORGUE | 1 | -0/+2 |
2016-04-02 | Merge tag 'configfs-for-linus-2' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 1 | -2/+2 |
2016-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 4 | -1/+10 |
2016-04-01 | include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock() | Chen Gang | 1 | -1/+1 |
2016-04-01 | stmmac: fix MDIO settings | Giuseppe CAVALLARO | 1 | -1/+1 |
2016-04-01 | Revert "stmmac: Fix 'eth0: No PHY found' regression" | Giuseppe CAVALLARO | 1 | -1/+0 |
2016-04-01 | tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter | Daniel Borkmann | 1 | -0/+4 |
2016-03-29 | locking/atomic, sched: Unexport fetch_or() | Frederic Weisbecker | 1 | -21/+0 |
2016-03-29 | timers/nohz: Convert tick dependency mask to atomic_t | Frederic Weisbecker | 1 | -2/+2 |
2016-03-29 | locking/atomic: Introduce atomic_fetch_or() | Frederic Weisbecker | 1 | -0/+21 |
2016-03-28 | x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem() | Dan Williams | 1 | -6/+16 |
2016-03-28 | netfilter: ipset: fix race condition in ipset save, swap and delete | Vishwanath Pai | 1 | -0/+4 |
2016-03-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 5 | -18/+45 |
2016-03-26 | fs: add file_dentry() | Miklos Szeredi | 2 | -0/+20 |
2016-03-26 | Merge tag 'ntb-4.6' of git://github.com/jonmason/ntb | Linus Torvalds | 1 | -2/+8 |
2016-03-25 | mm, kasan: stackdepot implementation. Enable stackdepot for SLAB | Alexander Potapenko | 1 | -0/+32 |
2016-03-25 | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections | Alexander Potapenko | 2 | -11/+20 |
2016-03-25 | mm, kasan: add GFP flags to KASAN API | Alexander Potapenko | 2 | -10/+13 |
2016-03-25 | mm, kasan: SLAB support | Alexander Potapenko | 4 | -0/+43 |