index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-18
init/Kconfig: remove CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND
Mark Rutland
2
-30
/
+12
2024-07-18
kbuild: fix rebuild of generic syscall headers
Masahiro Yamada
1
-0
/
+8
2024-07-17
tracing: Update MAINTAINERS file
Steven Rostedt (Google)
2
-6
/
+7
2024-07-17
s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception()
Gerald Schaefer
1
-1
/
+2
2024-07-17
firmware: qcom: tzmem: don't ask about allocator mode when not enabled
Linus Torvalds
1
-0
/
+1
2024-07-17
um: Use generic runtime constant implementation
Linus Torvalds
1
-0
/
+1
2024-07-16
eth: fbnic: Fix spelling mistake "tiggerring" -> "triggering"
Colin Ian King
1
-1
/
+1
2024-07-16
tcp: Replace strncpy() with strscpy()
Kees Cook
1
-4
/
+5
2024-07-16
wifi: ath12k: fix build vs old compiler
Paolo Abeni
1
-2
/
+2
2024-07-16
MAINTAINERS: Add uprobes entry
Masami Hiramatsu (Google)
1
-0
/
+13
2024-07-16
tcp: Don't access uninit tcp_rsk(req)->ao_keyid in tcp_create_openreq_child().
Kuniyuki Iwashima
1
-7
/
+8
2024-07-16
platform/x86: asus-wmi: fix TUF laptop RGB variant
Luke D. Jones
1
-1
/
+5
2024-07-16
platform/x86/intel/tpmi/plr: Fix output in plr_print_bits()
Dan Carpenter
1
-1
/
+2
2024-07-16
Docs/admin-guide: Remove pmf leftover reference from the index
Ilpo Järvinen
1
-1
/
+0
2024-07-16
workqueue: Remove unneeded lockdep_assert_cpus_held()
Lai Jiangshan
1
-10
/
+2
2024-07-15
eth: fbnic: Write the TCAM tables used for RSS control and Rx to host
Alexander Duyck
7
-1
/
+498
2024-07-15
eth: fbnic: Add L2 address programming
Alexander Duyck
9
-0
/
+678
2024-07-15
eth: fbnic: Add basic Rx handling
Alexander Duyck
5
-3
/
+402
2024-07-15
eth: fbnic: Add basic Tx handling
Alexander Duyck
4
-1
/
+477
2024-07-15
eth: fbnic: Add link detection
Alexander Duyck
12
-0
/
+629
2024-07-15
eth: fbnic: Add initial messaging to notify FW of our presence
Alexander Duyck
6
-0
/
+555
2024-07-15
eth: fbnic: Implement Rx queue alloc/start/stop/free
Alexander Duyck
6
-9
/
+638
2024-07-15
eth: fbnic: Implement Tx queue alloc/start/stop/free
Alexander Duyck
6
-11
/
+550
2024-07-15
eth: fbnic: Allocate a netdevice and napi vectors with queues
Alexander Duyck
9
-2
/
+775
2024-07-15
eth: fbnic: Add FW communication mechanism
Alexander Duyck
7
-0
/
+641
2024-07-15
eth: fbnic: Add message parsing for FW messages
Alexander Duyck
3
-1
/
+706
2024-07-15
eth: fbnic: Add register init to set PCIe/Ethernet device config
Alexander Duyck
7
-0
/
+845
2024-07-15
eth: fbnic: Allocate core device specific structures and devlink interface
Alexander Duyck
5
-2
/
+222
2024-07-15
eth: fbnic: Add scaffolding for Meta's NIC driver
Alexander Duyck
10
-0
/
+289
2024-07-15
PCI: Add Meta Platforms vendor ID
Alexander Duyck
1
-0
/
+2
2024-07-15
trace/pid_list: Change gfp flags in pid_list_fill_irq()
levi.yun
1
-2
/
+2
2024-07-15
tracing/sched: sched_switch: place prev_comm and next_comm in right order
Tio Zhang
1
-2
/
+2
2024-07-15
net/sched: cls_flower: propagate tca[TCA_OPTIONS] to NL_REQ_ATTR_CHECK
Asbjørn Sloth Tønnesen
1
-14
/
+20
2024-07-15
flow_dissector: set encapsulation control flags for non-IP
Asbjørn Sloth Tønnesen
2
-1
/
+6
2024-07-15
flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGS
Asbjørn Sloth Tønnesen
4
-39
/
+1
2024-07-15
doc: netlink: specs: tc: flower: add enc-flags
Asbjørn Sloth Tønnesen
1
-0
/
+12
2024-07-15
net/sched: cls_flower: rework TCA_FLOWER_KEY_ENC_FLAGS usage
Asbjørn Sloth Tønnesen
2
-45
/
+15
2024-07-15
net/sched: cls_flower: add tunnel flags to fl_{set,dump}_key_flags()
Asbjørn Sloth Tønnesen
1
-0
/
+30
2024-07-15
flow_dissector: set encapsulated control flags from tun_flags
Asbjørn Sloth Tønnesen
1
-0
/
+9
2024-07-15
flow_dissector: prepare for encapsulated control flags
Asbjørn Sloth Tønnesen
1
-9
/
+12
2024-07-15
net/sched: cls_flower: add policy for TCA_FLOWER_KEY_FLAGS
Asbjørn Sloth Tønnesen
1
-2
/
+8
2024-07-15
net/sched: cls_flower: prepare fl_{set,dump}_key_flags() for ENC_FLAGS
Asbjørn Sloth Tønnesen
1
-10
/
+30
2024-07-15
net/sched: flower: define new tunnel flags
Asbjørn Sloth Tønnesen
3
-1
/
+14
2024-07-15
doc: netlink: specs: tc: describe flower control flags
Asbjørn Sloth Tønnesen
1
-0
/
+10
2024-07-15
net/sched: flower: refactor control flag definitions
Asbjørn Sloth Tønnesen
2
-3
/
+14
2024-07-15
Revert "net: mvpp2: Improve data types and use min()"
Jakub Kicinski
1
-6
/
+6
2024-07-15
llc: Constify struct llc_sap_state_trans
Christophe JAILLET
3
-21
/
+21
2024-07-15
llc: Constify struct llc_conn_state_trans
Christophe JAILLET
3
-262
/
+262
2024-07-15
dsa: lan9303: consistent naming for PHY address parameter
Christian Eggers
2
-6
/
+6
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
101
-123
/
+151
[next]