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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-24
sctp: remove the typedef sctp_sack_variable_t
Xin Long
1
-3
/
+3
2017-07-24
sctp: remove the typedef sctp_dup_tsn_t
Xin Long
1
-3
/
+1
2017-07-24
sctp: remove the typedef sctp_gap_ack_block_t
Xin Long
1
-4
/
+4
2017-07-24
sctp: remove the typedef sctp_unrecognized_param_t
Xin Long
1
-2
/
+2
2017-07-24
sctp: remove the typedef sctp_cookie_param_t
Xin Long
1
-2
/
+2
2017-07-24
sctp: remove the typedef sctp_initack_chunk_t
Xin Long
1
-1
/
+4
2017-07-24
net: add infrastructure to un-offload UDP tunnel port
Sabrina Dubroca
1
-0
/
+1
2017-07-24
net: add new netdevice feature for offload of RX port for UDP tunnels
Sabrina Dubroca
1
-0
/
+2
2017-07-24
uuid: remove uuid_be
Christoph Hellwig
1
-14
/
+0
2017-07-23
Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus
Greg Kroah-Hartman
2
-0
/
+9
2017-07-22
Merge tag 'usb-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-7
/
+7
2017-07-21
Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-1
/
+1
2017-07-21
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+7
2017-07-21
Merge tag 'drm-fixes-for-v4.13-rc2' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-0
/
+2
2017-07-21
Merge tag 'trace-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-4
/
+4
2017-07-21
NFS: Store the raw NFS access mask in the inode's access cache
Trond Myklebust
1
-1
/
+1
2017-07-21
rxrpc: Expose UAPI definitions to userspace
David Howells
1
-79
/
+0
2017-07-21
Merge tag 'drm-misc-fixes-2017-07-20' of git://anongit.freedesktop.org/git/drm-misc into drm-fixes
Dave Airlie
1
-0
/
+2
2017-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
79
-421
/
+1527
2017-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-25
/
+17
2017-07-20
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
1
-0
/
+1
2017-07-20
nvme: fix byte swapping in the streams code
Christoph Hellwig
1
-7
/
+7
2017-07-20
dma-coherent: introduce interface for default DMA pool
Vladimir Murzin
1
-8
/
+32
2017-07-20
trace: fix the errors caused by incompatible type of RCU variables
Chunyan Zhang
2
-4
/
+4
2017-07-19
net: make dev_close and related functions void
stephen hemminger
1
-2
/
+2
2017-07-19
llist: clang: introduce member_address_is_nonnull()
Alexander Potapenko
1
-2
/
+19
2017-07-19
Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
30
-43
/
+74
2017-07-19
Merge tag 'ceph-for-4.13-rc2' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-4
/
+4
2017-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-9
/
+0
2017-07-18
include: usb: audio: specify exact endiannes of descriptors
Ruslan Bilovol
1
-7
/
+7
2017-07-17
net: fix build error in devmap helper calls
John Fastabend
1
-5
/
+20
2017-07-17
{net, IB}/mlx4: Remove gfp flags argument
Leon Romanovsky
1
-6
/
+4
2017-07-17
bpf: check NULL for sk_to_full_sk() return value
WANG Cong
1
-1
/
+1
2017-07-17
net: Revert "net: add function to allocate sk_buff head without data area"
Florian Westphal
1
-6
/
+0
2017-07-17
net: Kill NETIF_F_UFO and SKB_GSO_UDP.
David S. Miller
3
-20
/
+16
2017-07-17
net: Remove all references to SKB_GSO_UDP.
David S. Miller
1
-5
/
+0
2017-07-17
net: add notifier hooks for devmap bpf map
John Fastabend
1
-1
/
+1
2017-07-17
xdp: Add batching support to redirect map
John Fastabend
3
-1
/
+13
2017-07-17
bpf: add bpf_redirect_map helper routine
John Fastabend
1
-0
/
+3
2017-07-17
bpf: add devmap, a map for storing net device references
John Fastabend
1
-0
/
+3
2017-07-17
xdp: add trace event for xdp redirect
John Fastabend
1
-1
/
+3
2017-07-17
net: implement XDP_REDIRECT for xdp generic
John Fastabend
1
-0
/
+1
2017-07-17
xdp: add bpf_redirect helper function
John Fastabend
2
-0
/
+10
2017-07-17
jhash: fix -Wimplicit-fallthrough warnings
Jakub Kicinski
1
-15
/
+14
2017-07-17
Merge branch 'drm-misc-next-fixes' into drm-misc-fixes
Sean Paul
24
-125
/
+246
2017-07-17
netfilter: remove old pre-netns era hook api
Florian Westphal
1
-9
/
+0
2017-07-17
mmc: host: omap_hsmmc: remove unused platform callbacks
Faiz Abbas
1
-10
/
+0
2017-07-17
libceph: fix old style declaration warnings
Arnd Bergmann
1
-4
/
+4
2017-07-16
sctp: remove the typedef sctp_hmac_algo_param_t
Xin Long
1
-2
/
+2
2017-07-16
sctp: remove the typedef sctp_chunks_param_t
Xin Long
1
-2
/
+2
[prev]
[next]