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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-25
i40e: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-5
/
+3
2018-01-25
ixgbe: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-4
/
+1
2018-01-25
bnxt: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
3
-5
/
+4
2018-01-25
mlx5: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
2
-8
/
+2
2018-01-25
cxgb4: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-7
/
+1
2018-01-25
nfp: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
2
-7
/
+4
2018-01-25
netdevsim: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
1
-4
/
+1
2018-01-25
pkt_cls: add new tc cls helper to check offload flag and chain index
Jakub Kicinski
1
-0
/
+14
2018-01-25
bpf: Use the IS_FD_ARRAY() macro in map_update_elem()
Mickaël Salaün
1
-4
/
+1
2018-01-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
6
-130
/
+210
2018-01-25
orangefs: fix deadlock; do not write i_size in read_iter
Martin Brandenburg
2
-16
/
+2
2018-01-25
Merge branch 'bpf-more-sock_ops-callbacks'
Alexei Starovoitov
17
-39
/
+925
2018-01-25
bpf: add selftest for tcpbpf
Lawrence Brakmo
8
-6
/
+480
2018-01-25
bpf: Add BPF_SOCK_OPS_STATE_CB
Lawrence Brakmo
2
-1
/
+52
2018-01-25
bpf: Add BPF_SOCK_OPS_RETRANS_CB
Lawrence Brakmo
2
-1
/
+12
2018-01-25
bpf: Add sock_ops R/W access to tclass
Lawrence Brakmo
1
-2
/
+45
2018-01-25
bpf: Add support for reading sk_state and more
Lawrence Brakmo
2
-11
/
+154
2018-01-25
bpf: Add sock_ops RTO callback
Lawrence Brakmo
2
-1
/
+14
2018-01-25
bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock
Lawrence Brakmo
3
-1
/
+61
2018-01-25
bpf: Support passing args to sock_ops bpf function
Lawrence Brakmo
6
-10
/
+42
2018-01-25
bpf: Add write access to tcp_sock and sock fields
Lawrence Brakmo
3
-1
/
+58
2018-01-25
bpf: Make SOCK_OPS_GET_TCP struct independent
Lawrence Brakmo
1
-10
/
+10
2018-01-25
bpf: Make SOCK_OPS_GET_TCP size independent
Lawrence Brakmo
1
-5
/
+8
2018-01-25
bpf: Only reply field should be writeable
Lawrence Brakmo
1
-2
/
+1
2018-01-25
alpha: osf_sys.c: use timespec64 where appropriate
Arnd Bergmann
1
-34
/
+34
2018-01-25
alpha: osf_sys.c: fix put_tv32 regression
Arnd Bergmann
1
-2
/
+2
2018-01-25
jffs2: Fix use-after-free bug in jffs2_iget()'s error handling path
Jake Daryll Obina
1
-1
/
+0
2018-01-25
dcache: delete unused d_hash_mask
Alexey Dobriyan
1
-3
/
+2
2018-01-25
dcache: subtract d_hash_shift from 32 in advance
Alexey Dobriyan
1
-1
/
+3
2018-01-25
fs/buffer.c: fold init_buffer() into init_page_buffers()
Eric Biggers
2
-9
/
+2
2018-01-25
fs: fold __inode_permission() into inode_permission()
Eric Biggers
2
-46
/
+26
2018-01-25
fs: add RWF_APPEND
Jürg Billeter
2
-1
/
+7
2018-01-26
drm/nouveau: Move irq setup/teardown to pci ctor/dtor
Lyude Paul
1
-15
/
+31
2018-01-25
platform/x86: silead_dmi: Add Teclast X3 Plus tablet support
Alberto Ponces
1
-0
/
+23
2018-01-25
f2fs: support inode creation time
Chao Yu
6
-2
/
+43
2018-01-25
pnfs/blocklayout: Ensure disk address in block device map
Benjamin Coddington
1
-2
/
+7
2018-01-25
pnfs/blocklayout: pnfs_block_dev_map uses bytes, not sectors
Benjamin Coddington
1
-4
/
+3
2018-01-25
qed: code indent should use tabs where possible
Rohit Visavalia
1
-5
/
+5
2018-01-25
be2net: networking block comments don't use an empty /* line
Rohit Visavalia
1
-2
/
+1
2018-01-25
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
David S. Miller
9
-231
/
+328
2018-01-25
cxgb4: fix possible deadlock
Ganesh Goudar
1
-10
/
+10
2018-01-25
net: don't call update_pmtu unconditionally
Nicolas Dichtel
9
-18
/
+20
2018-01-25
net/ipv6: Do not allow route add with a device that is down
David Ahern
1
-0
/
+6
2018-01-25
Merge branch 'net-smc-more-socket-closing-improvements'
David S. Miller
7
-31
/
+83
2018-01-25
net/smc: check for healthy link group resp. connections
Ursula Braun
4
-12
/
+29
2018-01-25
net/smc: wake up wr_reg_wait when terminating a link group
Ursula Braun
2
-11
/
+11
2018-01-25
net/smc: do not reuse a linkgroup with setup problems
Ursula Braun
2
-0
/
+20
2018-01-25
net/smc: terminate link group for ib_post_send problems
Ursula Braun
2
-2
/
+10
2018-01-25
net/smc: handle state SMC_PEERFINCLOSEWAIT correctly
Ursula Braun
1
-3
/
+4
2018-01-25
net/smc: cancel tx worker in case of socket aborts
Ursula Braun
1
-3
/
+9
[prev]
[next]