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
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-24
qtnfmac: remove struct qlink_cmd_set_mac_acl
Vasily Ulyanov
2
-16
/
+9
2018-01-24
rtl8xxxu: Fix trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-24
rtlwifi: Add spec_ver to check whether use new rate-id or not
Ping-Ke Shih
3
-12
/
+121
2018-01-24
rtlwifi: Add ratr_table for newer IC
Ping-Ke Shih
1
-0
/
+18
2018-01-24
rtlwifi: 8822be has to report vht capability to mac80211
Ping-Ke Shih
1
-1
/
+2
2018-01-24
rtlwifi: btcoex: add boolean variables dbg_mode
Ping-Ke Shih
1
-0
/
+2
2018-01-24
rtlwifi: btcoex: Add wifi_only series ops to control solo card
Ping-Ke Shih
7
-3
/
+172
2018-01-24
rtlwifi: btcoex: add scan_notify within ips_notify if RFON
Ping-Ke Shih
1
-0
/
+8
2018-01-24
rtlwifi: btcoex: Add variable ant_div_cfg to support antenna diversity
Ping-Ke Shih
2
-0
/
+2
2018-01-24
rtlwifi: btcoex: Add switch band notify for btc
Ping-Ke Shih
5
-0
/
+53
2018-01-24
rtlwifi: btcoex: extend get_wifi_bw to support bandwidth 80M
Ping-Ke Shih
2
-22
/
+16
2018-01-24
mt76x2: init: disable all pending tasklets during device removal
Lorenzo Bianconi
1
-0
/
+2
2018-01-24
mt76x2: dfs: take into account dfs region in mt76x2_dfs_init_params()
Lorenzo Bianconi
1
-1
/
+2
2018-01-24
mt76x2: dfs: add set_domain handler
Lorenzo Bianconi
3
-1
/
+16
2018-01-24
mt76x2: dfs: avoid tasklet scheduling during mt76x2_dfs_init_params()
Lorenzo Bianconi
2
-1
/
+2
2018-01-24
mt76: fix transmission of encrypted management frames
Felix Fietkau
4
-3
/
+28
2018-01-24
mt76x2: fix WMM parameter configuration
Lorenzo Bianconi
2
-12
/
+15
2018-01-21
mlxsw: spectrum_acl: Add support for mirror action
Arkadi Sharshevsky
5
-3
/
+126
2018-01-21
mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for Spectrum
Arkadi Sharshevsky
2
-0
/
+52
2018-01-21
mlxsw: spectrum: Extend and export SPAN API
Arkadi Sharshevsky
2
-32
/
+57
2018-01-21
mlxsw: spectrum_acl: Add support for mirroring action
Arkadi Sharshevsky
2
-0
/
+35
2018-01-21
mlxsw: core: Make counter index allocated inside the action append
Jiri Pirko
5
-35
/
+82
2018-01-21
mlxsw: core: Convert fwd_entry_ref list to be generic per-block resource list
Jiri Pirko
1
-26
/
+49
2018-01-21
mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for Spectrum
Jiri Pirko
2
-0
/
+20
2018-01-21
net: aquantia: bump driver version to match aquantia internal numbering
Igor Russkikh
1
-3
/
+3
2018-01-21
net: aquantia: Report correct mediatype via ethtool
Igor Russkikh
1
-3
/
+13
2018-01-21
net: aquantia: Introduce global AQC hardware reset sequence
Igor Russkikh
3
-29
/
+183
2018-01-21
net: aquantia: Introduce support for new firmware on AQC cards
Igor Russkikh
5
-4
/
+257
2018-01-21
net: aquantia: Introduce firmware ops callbacks
Igor Russkikh
8
-81
/
+101
2018-01-21
net: aquantia: Change confusing no_ff_addr to more meaningful name
Igor Russkikh
4
-4
/
+9
2018-01-21
net: aquantia: Remove create/destroy from hw ops
Igor Russkikh
3
-54
/
+0
2018-01-21
net: aquantia: Cleanup pci functions module
Igor Russkikh
7
-385
/
+156
2018-01-21
net: aquantia: Convert hw and caps structures to const static pointers
Igor Russkikh
2
-50
/
+50
2018-01-21
net: aquantia: Introduce new AQC devices and capabilities
Igor Russkikh
12
-159
/
+239
2018-01-21
net: aquantia: Introduce new device ids and constants
Igor Russkikh
10
-87
/
+94
2018-01-21
nfp: flower: prioritize stats updates
Pieter Jansen van Vuuren
1
-11
/
+18
2018-01-21
net: gemini: Depend on HAS_IOMEM
Linus Walleij
1
-0
/
+1
2018-01-19
bpf: move event_output to const_size_or_zero for xdp/skb as well
Daniel Borkmann
1
-2
/
+2
2018-01-19
bpf: add upper complexity limit to verifier log
Daniel Borkmann
1
-1
/
+2
2018-01-19
bpf, x86: small optimization in alu ops with imm
Daniel Borkmann
1
-5
/
+30
2018-01-19
bpf: restrict access to core bpf sysctls
Daniel Borkmann
1
-3
/
+43
2018-01-19
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
13
-42
/
+24
2018-01-19
bpf: add couple of test cases for div/mod by zero
Daniel Borkmann
1
-0
/
+87
2018-01-19
bpf: add couple of test cases for signed extended imms
Daniel Borkmann
1
-0
/
+104
2018-01-19
bpf: add csum_diff helper to xdp as well
Daniel Borkmann
1
-0
/
+2
2018-01-19
bpf, verifier: detect misconfigured mem, size argument pair
Daniel Borkmann
1
-24
/
+55
2018-01-20
samples/bpf: xdp_monitor include cpumap tracepoints in monitoring
Jesper Dangaard Brouer
2
-67
/
+443
2018-01-19
tools/bpf: add a testcase for MAP_GET_NEXT_KEY command of LPM_TRIE map
Yonghong Song
1
-0
/
+122
2018-01-19
bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE map
Yonghong Song
1
-2
/
+93
2018-01-19
selftests: bpf: update .gitignore with missing generated files
Shuah Khan
1
-0
/
+7
[next]