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
/
drivers
/
hwtracing
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-14
bpf: sync bpf.h uapi with tools/
Petar Penkov
1
-0
/
+26
2018-09-14
flow_dissector: implements flow dissector BPF hook
Petar Penkov
10
-3
/
+291
2018-09-11
net/core/filter: fix unused-variable warning
Anders Roxell
1
-2
/
+3
2018-09-11
tools/bpf: fix a netlink recv issue
Yonghong Song
1
-1
/
+8
2018-09-11
tools/bpf: bpftool: support prog array map and map of maps
Yonghong Song
1
-8
/
+3
2018-09-11
bpf: add bpffs pretty print for program array map
Yonghong Song
1
-1
/
+24
2018-09-06
tools/bpf: bpftool: add net support
Yonghong Song
8
-7
/
+676
2018-09-06
tools/bpf: add more netlink functionalities in lib/bpf
Yonghong Song
5
-15
/
+238
2018-09-06
tools/bpf: move bpf/lib netlink related functions into a new file
Yonghong Song
3
-130
/
+166
2018-09-06
tools/bpf: sync kernel uapi header if_link.h to tools
Yonghong Song
1
-0
/
+17
2018-09-06
selftests/bpf/test_progs: do not check errno == 0
Mauricio Vasquez B
1
-10
/
+10
2018-09-06
selftests/bpf: add missing executables to .gitignore
Mauricio Vasquez B
1
-0
/
+4
2018-09-06
xdp: split code for map vs non-map redirect
Jesper Dangaard Brouer
1
-22
/
+30
2018-09-06
xdp: explicit inline __xdp_map_lookup_elem
Jesper Dangaard Brouer
1
-3
/
+3
2018-09-06
xdp: unlikely instrumentation for xdp map redirect
Jesper Dangaard Brouer
1
-3
/
+3
2018-09-05
bpf/verifier: fix verifier instability
Alexei Starovoitov
1
-8
/
+8
2018-09-05
libbpf: Remove the duplicate checking of function storage
Taeung Song
1
-1
/
+1
2018-09-05
netlink: Make groups check less stupid in netlink_bind()
Dmitry Safonov
1
-4
/
+2
2018-09-05
packet: add sockopt to ignore outgoing packets
Vincent Whitchurch
4
-0
/
+22
2018-09-05
net: lan743x_ptp: make function lan743x_ptp_set_sync_ts_insert() static
YueHaibing
1
-2
/
+2
2018-09-05
net/mlx5e: Make function mlx5i_grp_sw_update_stats() static
Wei Yongjun
1
-1
/
+1
2018-09-05
cfg80211: validate wmm rule when setting
Stanislaw Gruszka
1
-29
/
+35
2018-09-05
mac80211: remove unnecessary NULL check
Gustavo A. R. Silva
1
-1
/
+2
2018-09-05
mac80211: add an option for drivers to check if packets can be aggregated
Sara Sharon
3
-0
/
+20
2018-09-05
mac80211: allow AMSDU size limitation per-TID
Sara Sharon
2
-0
/
+6
2018-09-05
mac80211: add an option for station management TXQ
Sara Sharon
3
-3
/
+17
2018-09-05
wireless: align to draft 11ax D3.0
Shaul Triebitz
5
-76
/
+146
2018-09-05
mac80211: fix saving a few HE values
Naftali Goldstein
1
-10
/
+7
2018-09-05
mac80211: support reporting 0-length PSDU in radiotap
Shaul Triebitz
3
-1
/
+24
2018-09-05
mac80211: Fix PTK rekey freezes and clear text leak
Alexander Wetzel
3
-20
/
+107
2018-09-05
nl80211: Add CAN_REPLACE_PTK0 API
Alexander Wetzel
1
-0
/
+6
2018-09-05
mac80211: support radiotap L-SIG data
Shaul Triebitz
3
-0
/
+38
2018-09-05
mac80211: Store sk_pacing_shift in ieee80211_hw
Wen Gong
3
-7
/
+18
2018-09-05
mac80211: copy VHT EXT NSS BW Support/Capable data to station
Johannes Berg
1
-0
/
+20
2018-09-05
mac80211: add ability to parse CCFS2
Johannes Berg
6
-22
/
+50
2018-09-05
mac80211: introduce capability flags for VHT EXT NSS support
Johannes Berg
4
-0
/
+79
2018-09-05
ieee80211: add new VHT capability fields/parsing
Johannes Berg
2
-2
/
+142
2018-09-05
mac80211: in AP mode, set bss_conf::he_supported
Shaul Triebitz
1
-0
/
+3
2018-09-05
cfg80211: add he_capabilities (ext) IE to AP settings
Shaul Triebitz
2
-0
/
+5
2018-09-05
ieee80211: remove redundant leading zeroes
Sara Sharon
1
-2
/
+2
2018-09-05
mac80211: add an optional TXQ for other PS-buffered frames
Johannes Berg
6
-26
/
+59
2018-09-05
mac80211: use le16_encode_bits() instead of open-coding
Johannes Berg
1
-1
/
+1
2018-09-05
mac80211: remove pointless 'params' NULL checks
Johannes Berg
1
-4
/
+2
2018-09-05
mac80211: Add he_capa debugfs entry
Ido Yariv
1
-0
/
+325
2018-09-04
net: phy: sfp: Handle unimplemented hwmon limits and alarms
Andrew Lunn
1
-4
/
+16
2018-09-04
net: sched: action_ife: take reference to meta module
Vlad Buslov
1
-1
/
+15
2018-09-04
net: usbnet: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-09-04
act_ife: fix a potential use-after-free
Cong Wang
1
-1
/
+1
2018-09-04
net/mlx5: Fix SQ offset in QPs with small RQ
Tariq Toukan
1
-2
/
+3
2018-09-04
dt-bindings: net: phy: mscc: vsc8531: factorize vsc8531, led-N-mode
Quentin Schulz
1
-7
/
+9
[next]