index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
net: pcs: rzn1-miic: remove unused struct members and use miic variable
Clément Léger
1
-5
/
+1
2023-02-10
openvswitch: Use string_is_terminated() helper
Andy Shevchenko
1
-2
/
+3
2023-02-10
genetlink: Use string_is_terminated() helper
Andy Shevchenko
1
-2
/
+2
2023-02-10
string_helpers: Move string_is_valid() to the header
Andy Shevchenko
2
-10
/
+11
2023-02-10
net: micrel: Cable Diagnostics feature for lan8841 PHY
Horatiu Vultur
1
-0
/
+5
2023-02-10
nfp: support IPsec offloading for NFP3800
Huanhuan Wang
6
-13
/
+83
2023-02-10
self-tests: introduce self-tests for RPS default mask
Paolo Abeni
3
-0
/
+61
2023-02-10
net: introduce default_rps_mask netns attribute
Paolo Abeni
4
-1
/
+50
2023-02-10
net-sysctl: factor-out rpm mask manipulation helpers
Paolo Abeni
2
-30
/
+44
2023-02-10
net-sysctl: factor out cpumask parsing helper
Paolo Abeni
1
-18
/
+28
2023-02-09
Bluetooth: btintel: Set Per Platform Antenna Gain(PPAG)
Seema Sreemantha
2
-0
/
+129
2023-02-09
Bluetooth: Make sure LE create conn cancel is sent when timeout
Archie Pusaka
1
-0
/
+2
2023-02-09
Bluetooth: Free potentially unfreed SCO connection
Archie Pusaka
1
-1
/
+8
2023-02-09
Bluetooth: hci_qca: get wakeup status from serdev device handle
Zhengping Jiang
1
-3
/
+4
2023-02-09
Bluetooth: L2CAP: Fix potential user-after-free
Luiz Augusto von Dentz
2
-24
/
+8
2023-02-09
Bluetooth: MGMT: add CIS feature bits to controller information
Pauli Virtanen
2
-0
/
+14
2023-02-09
Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeeds
Kees Cook
1
-9
/
+3
2023-02-09
Bluetooth: HCI: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
1
-2
/
+2
2023-02-09
Bluetooth: qca: Fix sparse warnings
Luiz Augusto von Dentz
1
-2
/
+2
2023-02-09
Bluetooth: btusb: Add VID:PID 13d3:3529 for Realtek RTL8821CE
Moises Cardona
1
-0
/
+4
2023-02-09
Bluetooth: btusb: Add new PID/VID 0489:e0f2 for MT7921
Mario Limonciello
1
-0
/
+3
2023-02-09
Bluetooth: Fix issue with Actions Semi ATS2851 based devices
Marcel Holtmann
1
-0
/
+9
2023-02-09
tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targets
Jiri Olsa
1
-1
/
+1
2023-02-09
net: enable usercopy for skb_small_head_cache
Eric Dumazet
1
-1
/
+7
2023-02-09
net/i40e: Replace 0-length array with flexible array
Kees Cook
1
-1
/
+1
2023-02-09
i40e: use ERR_PTR error print in i40e messages
Jan Sokolowski
6
-197
/
+198
2023-02-09
i40e: use int for i40e_status
Jan Sokolowski
21
-1203
/
+1221
2023-02-09
i40e: Remove string printing for i40e_status
Jan Sokolowski
8
-282
/
+201
2023-02-09
i40e: Remove unused i40e status codes
Jan Sokolowski
2
-105
/
+0
2023-02-09
selftests: forwarding: lib: quote the sysctl values
Hangbin Liu
1
-2
/
+2
2023-02-09
net: mscc: ocelot: fix all IPv6 getting trapped to CPU when PTP timestamping ...
Vladimir Oltean
1
-4
/
+4
2023-02-09
rds: rds_rm_zerocopy_callback() use list_first_entry()
Pietro Borrello
1
-3
/
+3
2023-02-09
net: libwx: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2023-02-09
net: libwx: clean up one inconsistent indenting
Yang Li
1
-1
/
+1
2023-02-09
net: txgbe: Update support email address
Jiawen Wu
1
-1
/
+1
2023-02-09
RDMA/mlx5: Track netdev to avoid deadlock during netdev notifier unregister
Jiri Pirko
3
-24
/
+59
2023-02-09
net/mlx5e: Propagate an internal event in case uplink netdev changes
Jiri Pirko
5
-6
/
+28
2023-02-09
net/mlx5e: Fix trap event handling
Jiri Pirko
3
-16
/
+25
2023-02-09
selftests: Fix failing VXLAN VNI filtering test
Ido Schimmel
1
-13
/
+5
2023-02-09
samples/bpf: Add openat2() enter/exit tracepoint to syscall_tp sample
Rong Tao
1
-0
/
+14
2023-02-09
libbpf: Add sample_period to creation options
Jon Doron
2
-3
/
+10
2023-02-08
can: bittiming: can_calc_bittiming(): add missing parameter to no-op function
Marc Kleine-Budde
1
-1
/
+1
2023-02-08
can: raw: use temp variable instead of rolling back config
Oliver Hartkopp
1
-5
/
+6
2023-02-08
sfc: move xdp_features configuration in efx_pci_probe_post_io()
Lorenzo Bianconi
2
-8
/
+8
2023-02-08
bpf, docs: Add note about type convention
Dave Thaler
1
-0
/
+7
2023-02-08
bpf/docs: Update design QA to be consistent with kfunc lifecycle docs
Toke Høiland-Jørgensen
1
-7
/
+18
2023-02-08
net/sched: taprio: don't segment unnecessarily
Vladimir Oltean
1
-11
/
+20
2023-02-08
net/sched: taprio: split segmentation logic from qdisc_enqueue()
Vladimir Oltean
1
-30
/
+36
2023-02-08
net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...
Vladimir Oltean
1
-10
/
+60
2023-02-08
net/sched: keep the max_frm_len information inside struct sched_gate_list
Vladimir Oltean
1
-13
/
+40
[prev]
[next]