index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: fix branch pruning logic
Alexei Starovoitov
2017-11-23
2
-1
/
+28
*
Merge branch 'bpf-fix-null-arg-semantics'
Daniel Borkmann
2017-11-22
5
-18
/
+116
|
\
|
*
bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZERO
Gianluca Borello
2017-11-22
1
-2
/
+2
|
*
bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZERO
Gianluca Borello
2017-11-22
1
-1
/
+1
|
*
bpf: remove explicit handling of 0 for arg2 in bpf_probe_read
Gianluca Borello
2017-11-22
1
-5
/
+1
|
*
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
Gianluca Borello
2017-11-22
4
-10
/
+112
|
/
*
bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifier
Yonghong Song
2017-11-21
1
-23
/
+16
*
Merge branch 'bpf-offload-fixes'
Daniel Borkmann
2017-11-21
10
-110
/
+56
|
\
|
*
bpf: make bpf_prog_offload_verifier_prep() static inline
Jakub Kicinski
2017-11-21
1
-1
/
+1
|
*
bpf: revert report offload info to user space
Jakub Kicinski
2017-11-21
4
-24
/
+0
|
*
bpftool: revert printing program device bound info
Jakub Kicinski
2017-11-21
2
-37
/
+0
|
*
bpf: offload: ignore namespace moves
Jakub Kicinski
2017-11-21
1
-0
/
+4
|
*
bpf: turn bpf_prog_get_type() into a wrapper
Jakub Kicinski
2017-11-21
2
-17
/
+6
|
*
net: xdp: don't allow device-bound programs in driver mode
Jakub Kicinski
2017-11-21
1
-0
/
+7
|
*
bpf: offload: move offload device validation out to the drivers
Jakub Kicinski
2017-11-21
5
-25
/
+27
|
*
bpf: offload: rename the ifindex field
Jakub Kicinski
2017-11-21
4
-5
/
+5
|
*
bpf: offload: limit offload to cls_bpf and xdp programs only
Jakub Kicinski
2017-11-21
1
-2
/
+3
|
*
bpf: offload: add comment warning developers about double destroy
Jakub Kicinski
2017-11-21
1
-0
/
+4
|
/
*
net: vxge: Fix some indentation issues
Christophe JAILLET
2017-11-20
1
-19
/
+18
*
net: ena: fix race condition between device reset and link up setup
Netanel Belgazal
2017-11-20
2
-3
/
+11
*
r8169: use same RTL8111EVL green settings as in vendor driver
Heiner Kallweit
2017-11-19
1
-0
/
+5
*
r8169: fix RTL8111EVL EEE and green settings
Heiner Kallweit
2017-11-19
1
-6
/
+6
*
tun: fix rcu_read_lock imbalance in tun_build_skb
Xin Long
2017-11-19
1
-1
/
+2
*
tcp: when scheduling TLP, time of RTO should account for current ACK
Neal Cardwell
2017-11-19
3
-5
/
+7
*
usbnet: ipheth: fix potential null pointer dereference in ipheth_carrier_set
Gustavo A. R. Silva
2017-11-19
1
-1
/
+4
*
gre6: use log_ecn_error module parameter in ip6_tnl_rcv()
Alexey Kodanev
2017-11-19
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2017-11-18
41
-18
/
+1702
|
\
|
*
sparc64: Fix page table walk for PUD hugepages
Nitin Gupta
2017-11-15
1
-1
/
+1
|
*
sparc64: Convert timers to user timer_setup()
Allen Pais
2017-11-15
1
-3
/
+3
|
*
sparc64: convert mdesc_handle.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-11-15
1
-8
/
+9
|
*
sparc/led: Convert timers to use timer_setup()
Kees Cook
2017-11-15
1
-7
/
+9
|
*
Merge branch 'sparc64-optimized-fls'
David S. Miller
2017-11-15
7
-2
/
+175
|
|
\
|
|
*
sparc64: Use sparc optimized fls and __fls for T4 and above
Vijay Kumar
2017-11-15
2
-0
/
+11
|
|
*
sparc64: SPARC optimized __fls function
Vijay Kumar
2017-11-15
1
-0
/
+10
|
|
*
sparc64: SPARC optimized fls function
Vijay Kumar
2017-11-15
2
-0
/
+21
|
|
*
sparc64: Define SPARC default __fls function
Vijay Kumar
2017-11-15
3
-1
/
+63
|
|
*
sparc64: Define SPARC default fls function
Vijay Kumar
2017-11-15
3
-1
/
+70
|
|
/
|
*
vDSO for sparc
Nagarathnam Muthusamy
2017-11-15
26
-2
/
+1494
|
*
sparc32: Add cmpxchg64().
David S. Miller
2017-09-28
2
-0
/
+17
|
*
sbus: char: Move D7S_MINOR to include/linux/miscdevice.h
Corentin Labbe
2017-09-28
2
-1
/
+1
|
*
sparc: time: Remove unneeded linux/miscdevice.h include
Corentin Labbe
2017-09-28
1
-1
/
+0
|
*
sparc64: mmu_context: Add missing include files
Guenter Roeck
2017-09-28
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-11-18
49
-228
/
+395
|
\
\
|
*
|
net: usb: hso.c: remove unneeded DRIVER_LICENSE #define
Greg Kroah-Hartman
2017-11-18
1
-2
/
+1
|
*
|
ibmvnic: fix dma_mapping_error call
Desnes Augusto Nunes do Rosario
2017-11-18
1
-2
/
+1
|
*
|
ipvlan: NULL pointer dereference panic in ipvlan_port_destroy
Girish Moodalbail
2017-11-18
1
-49
/
+55
|
*
|
route: also update fnhe_genid when updating a route cache
Xin Long
2017-11-18
1
-2
/
+7
|
*
|
route: update fnhe_expires for redirect when the fnhe exists
Xin Long
2017-11-18
1
-3
/
+2
|
*
|
sctp: set frag_point in sctp_setsockopt_maxseg correctly
Xin Long
2017-11-18
2
-11
/
+21
|
*
|
rsi: fix memory leak on buf and usb_reg_buf
Colin Ian King
2017-11-18
1
-6
/
+6
[next]