index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-11
net/mlx4: Add A0 hybrid steering
Matan Barak
1
-2
/
+8
2014-12-11
net/mlx4: Change QP allocation scheme
Eugenia Emantayev
1
-2
/
+19
2014-12-11
net/mlx4_core: Use tasklet for user-space CQ completion events
Matan Barak
1
-0
/
+5
2014-12-10
net: introduce helper macro for_each_cmsghdr
Gu Zheng
1
-0
/
+4
2014-12-10
net, lib: kill arch_fast_hash library bits
Daniel Borkmann
1
-35
/
+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/viro/vfs
David S. Miller
5
-20
/
+19
2014-12-09
Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
David S. Miller
2
-2
/
+0
2014-12-09
Merge tag 'linux-can-next-for-3.19-20141207' of git://gitorious.org/linux-can/linux-can-next
David S. Miller
1
-0
/
+3
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
put iov_iter into msghdr
Al Viro
2
-8
/
+11
2014-12-09
vmci: propagate msghdr all way down to __qp_memcpy_from_queue()
Al Viro
1
-2
/
+3
2014-12-09
switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)
Al Viro
1
-1
/
+1
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
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-08
ethtool: Support for configurable RSS hash function
Eyal Perry
1
-12
/
+30
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
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
1
-0
/
+3
2014-12-05
net: sock: allow eBPF programs to be attached to sockets
Alexei Starovoitov
2
-0
/
+5
2014-12-02
bridge: add brport flags to dflt bridge_getlink
Scott Feldman
1
-1
/
+2
2014-12-02
bridge: add new brport flag LEARNING_SYNC
Scott Feldman
1
-0
/
+1
2014-12-02
bridge: move private brport flags to if_bridge.h so port drivers can use flags
Scott Feldman
1
-0
/
+12
2014-12-02
bridge: add API to notify bridge driver of learned FBD on offloaded device
Scott Feldman
1
-0
/
+18
2014-12-02
bridge: call netdev_sw_port_stp_update when bridge port STP status changes
Scott Feldman
1
-0
/
+5
2014-12-02
net: introduce generic switch devices support
Jiri Pirko
1
-0
/
+10
2014-12-02
net: rename netdev_phys_port_id to more generic name
Jiri Pirko
1
-8
/
+8
2014-12-02
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
Jiri Pirko
2
-5
/
+9
2014-12-02
NFC: st21nfcb: Remove gpio_irq field in static and dts configuration
Christophe Ricard
1
-1
/
+0
2014-12-02
NFC: st21nfca: Remove gpio_irq field in static and dts configuration
Christophe Ricard
1
-1
/
+0
2014-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-4
/
+10
2014-11-28
Merge tag 'staging-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
1
-1
/
+1
2014-11-26
Merge tag 'iio-fixes-for-3.18c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus
Greg Kroah-Hartman
1
-1
/
+1
2014-11-26
kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()
Ard Biesheuvel
1
-1
/
+1
2014-11-25
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
Linus Torvalds
1
-0
/
+1
[next]