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
2014-12-10
net, lib: kill arch_fast_hash library bits
Daniel Borkmann
2
-44
/
+0
2014-12-10
net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb
Alexander Duyck
1
-0
/
+9
2014-12-10
net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_frag
Alexander Duyck
1
-0
/
+2
2014-12-10
Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
David S. Miller
7
-50
/
+22
2014-12-09
bridge: remove mode BRIDGE_MODE_SWDEV
Roopa Prabhu
1
-1
/
+0
2014-12-09
bridge: new mode flag to indicate mode 'undefined'
Roopa Prabhu
1
-0
/
+1
2014-12-09
Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
16
-72
/
+230
2014-12-09
Merge tag 'linux-can-next-for-3.19-20141207' of git://gitorious.org/linux-can...
David S. Miller
2
-0
/
+4
2014-12-09
tcp: refine TSO autosizing
Eric Dumazet
1
-1
/
+1
2014-12-09
bury memcpy_toiovec()
Al Viro
1
-1
/
+0
2014-12-09
skb_copy_datagram_iovec() can die
Al Viro
1
-2
/
+0
2014-12-09
switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives
Al Viro
1
-12
/
+4
2014-12-09
first fruits - kill l2cap ->memcpy_fromiovec()
Al Viro
1
-29
/
+0
2014-12-09
put iov_iter into msghdr
Al Viro
4
-10
/
+14
2014-12-09
vmci: propagate msghdr all way down to __qp_memcpy_from_queue()
Al Viro
1
-2
/
+3
2014-12-09
switch l2cap ->memcpy_fromiovec() to msghdr
Al Viro
1
-3
/
+3
2014-12-09
switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)
Al Viro
1
-1
/
+1
2014-12-09
ip_generic_getfrag, udplite_getfrag: switch to passing msghdr
Al Viro
1
-1
/
+2
2014-12-09
Merge branch 'iov_iter' into for-davem-2
Al Viro
1
-0
/
+6
2014-12-09
ipvlan: move the device check function into netdevice.h
Mahesh Bandewar
1
-0
/
+10
2014-12-09
netdevice: Add a function to check macvlan port
Mahesh Bandewar
1
-0
/
+5
2014-12-09
dst: no need to take reference on DST_NOCACHE dsts
Hannes Frederic Sowa
1
-21
/
+2
2014-12-09
tcp_cubic: add SNMP counters to track how effective is Hystart
Eric Dumazet
1
-0
/
+4
2014-12-09
net: sched: cls: remove unused op put from tcf_proto_ops
Jiri Pirko
1
-1
/
+0
2014-12-09
net: avoid two atomic operations in fast clones
Eric Dumazet
1
-2
/
+1
2014-12-09
rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()
Mahesh Bandewar
1
-0
/
+5
2014-12-09
tc_act: export uapi header file
stephen hemminger
1
-0
/
+1
2014-12-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-2
/
+2
2014-12-08
ethtool: Support for configurable RSS hash function
Eyal Perry
2
-14
/
+38
2014-12-08
net: Add functions for handling padding frame and adding to length
Alexander Duyck
2
-1
/
+35
2014-12-08
net/mlx5_core: Remove unused dev cap enum fields
Eli Cohen
1
-8
/
+0
2014-12-08
tipc: convert name table read-write lock to RCU
Ying Xue
1
-0
/
+9
2014-12-08
net: bcmgenet: enable driver to work without a device tree
Petri Gynther
1
-0
/
+18
2014-12-08
copy_from_iter_nocache()
Al Viro
1
-0
/
+1
2014-12-08
new helper: iov_iter_kvec()
Al Viro
1
-0
/
+2
2014-12-08
csum_and_copy_..._iter()
Al Viro
1
-0
/
+2
2014-12-08
hyperv: Add support for vNIC hot removal
Haiyang Zhang
1
-0
/
+2
2014-12-08
net-timestamp: allow reading recv cmsg on errqueue with origin tstamp
Willem de Bruijn
1
-1
/
+2
2014-12-08
iov_iter.c: handle ITER_KVEC directly
Al Viro
1
-0
/
+1
2014-12-07
can: dev: Consolidate and unify state change handling
Andri Yngvason
2
-0
/
+4
2014-12-05
net: sock: allow eBPF programs to be attached to sockets
Alexei Starovoitov
3
-0
/
+8
2014-12-05
bpf: verifier: add checks for BPF_ABS | BPF_IND instructions
Alexei Starovoitov
1
-0
/
+1
2014-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
7
-26
/
+46
2014-12-05
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
4
-26
/
+71
2014-12-05
Bluetooth: Enabled LE Direct Advertising Report event if supported
Marcel Holtmann
1
-0
/
+1
2014-12-05
Bluetooth: Add definitions for LE Direct Advertising Report event
Marcel Holtmann
1
-0
/
+10
2014-12-05
Bluetooth: Move LE advertising report defines to the right location
Marcel Holtmann
1
-19
/
+19
2014-12-05
Bluetooth: Report invalid RSSI for service discovery and background scan
Marcel Holtmann
1
-0
/
+3
2014-12-05
Bluetooth: Add helper function for clearing the discovery filter
Marcel Holtmann
1
-0
/
+8
2014-12-05
Bluetooth: Add extra discovery fields for storing filter information
Jakub Pawlowski
1
-0
/
+4
[next]