index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-06
ip_tunnel: implement __iptunnel_pull_header
Jiri Benc
1
-2
/
+9
2016-04-06
net_sched: fix a memory leak in tc action
WANG Cong
1
-0
/
+1
2016-04-06
cfg80211: Add option to specify previous BSSID for Connect command
Jouni Malinen
1
-0
/
+2
2016-04-06
mac80211: add A-MSDU tx support
Felix Fietkau
2
-0
/
+22
2016-04-06
mac80211: enable collecting station statistics per-CPU
Johannes Berg
1
-0
/
+4
2016-04-06
mac80211: add fast-rx path
Johannes Berg
1
-0
/
+10
2016-04-06
mac80211: allow passing transmitter station on RX
Johannes Berg
1
-3
/
+4
2016-04-06
Merge tag 'imx-drm-next-2016-04-01' of git://git.pengutronix.de/git/pza/linux...
Dave Airlie
1
-3
/
+4
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
2
-1
/
+8
2016-04-05
udp: remove headers from UDP packets before queueing
samanthakumar
2
-0
/
+10
2016-04-05
sock: convert sk_peek_offset functions to WRITE_ONCE
Willem de Bruijn
1
-11
/
+13
2016-04-05
sctp: use list_* in sctp_list_dequeue
Marcelo Ricardo Leitner
1
-4
/
+2
2016-04-05
mac80211: track and tell driver about GO client P2P PS abilities
Ayala Beker
1
-1
/
+7
2016-04-05
cfg80211: allow userspace to specify client P2P PS support
Ayala Beker
2
-0
/
+21
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
Merge branch 'fixes-base' into fixes
James Bottomley
569
-3813
/
+17193
2016-04-05
scsi: Do not attach VPD to devices that don't support it
Hannes Reinecke
1
-0
/
+25
2016-04-05
ieee80211: support parsing Fine Timing Measurement action frame
Avraham Stern
1
-0
/
+11
2016-04-05
cfg80211: fix kernel-doc struct name
Akira Moroo
1
-1
/
+1
2016-04-05
mac80211: add doc for RX_FLAG_DUP_VALIDATED flag
Luis de Bethencourt
1
-0
/
+2
2016-04-05
nl80211: add feature for BSS selection support
Arend van Spriel
2
-0
/
+86
2016-04-05
mac80211: synchronize driver rx queues before removing a station
Sara Sharon
1
-0
/
+5
2016-04-05
rhashtable: accept GFP flags in rhashtable_walk_init
Bob Copeland
1
-1
/
+2
2016-04-05
cfg80211: Allow a scan request for a specific BSSID
Jouni Malinen
2
-1
/
+5
2016-04-05
mac80211: allow not sending MIC up from driver for HW crypto
Sara Sharon
1
-1
/
+4
2016-04-05
mac80211: allow drivers to report CLOCK_BOOTTIME for scan results
Johannes Berg
1
-0
/
+3
2016-04-04
tcp: increment sk_drops for listeners
Eric Dumazet
1
-0
/
+13
2016-04-04
tcp: increment sk_drops for dropped rx packets
Eric Dumazet
1
-0
/
+7
2016-04-04
sock_diag: add SK_MEMINFO_DROPS
Eric Dumazet
1
-0
/
+1
2016-04-04
tcp/dccp: do not touch listener sk_refcnt under synflood
Eric Dumazet
2
-20
/
+32
2016-04-04
inet: reqsk_alloc() needs to take care of dead listeners
Eric Dumazet
1
-16
/
+15
2016-04-04
tcp/dccp: remove BH disable/enable in lookup
Eric Dumazet
1
-6
/
+1
2016-04-04
udp: no longer use SLAB_DESTROY_BY_RCU
Eric Dumazet
3
-11
/
+11
2016-04-04
net: add SOCK_RCU_FREE socket flag
Eric Dumazet
1
-0
/
+2
2016-04-04
drm/ttm: use phys_addr_t for ttm_bus_placement
Alex Deucher
1
-1
/
+1
2016-04-04
sock: enable timestamping using control messages
Soheil Hassas Yeganeh
2
-6
/
+10
2016-04-04
ipv6: process socket-level control messages in IPv6
Soheil Hassas Yeganeh
1
-1
/
+2
2016-04-04
ipv4: process socket-level control messages in IPv4
Soheil Hassas Yeganeh
1
-1
/
+2
2016-04-04
sock: accept SO_TIMESTAMPING flags in socket cmsg
Soheil Hassas Yeganeh
2
-0
/
+11
2016-04-04
tcp: use one bit in TCP_SKB_CB to mark ACK timestamps
Soheil Hassas Yeganeh
1
-1
/
+2
2016-04-04
sock: break up sock_cmsg_snd into __sock_cmsg_snd and loop
Willem de Bruijn
1
-0
/
+2
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-04
btrfs: Add qgroup tracing
Mark Fasheh
1
-1
/
+88
2016-04-03
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-19
/
+23
2016-04-02
stmmac: add new DT platform entries for GMAC4
Alexandre TORGUE
1
-0
/
+2
[prev]
[next]