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
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-17
bpf: Add multi kprobe link
Jiri Olsa
2
-0
/
+8
2022-03-17
lib/sort: Add priv pointer to swap function
Jiri Olsa
2
-1
/
+2
2022-03-17
fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobe
Masami Hiramatsu
2
-0
/
+15
2022-03-17
fprobe: Add exit_handler support
Masami Hiramatsu
1
-0
/
+6
2022-03-17
rethook: Add a generic return hook
Masami Hiramatsu
2
-0
/
+103
2022-03-17
fprobe: Add ftrace based probe APIs
Masami Hiramatsu
1
-0
/
+87
2022-03-17
ftrace: Add ftrace_set_filter_ips function
Jiri Olsa
1
-0
/
+3
2022-03-16
bpf: Fix net.core.bpf_jit_harden race
Hou Tao
1
-0
/
+1
2022-03-15
bpf, sockmap: Fix memleak in sk_psock_queue_msg
Wang Yufen
1
-9
/
+4
2022-03-10
compiler_types: Refactor the use of btf_type_tag attribute.
Hao Luo
1
-10
/
+9
2022-03-10
bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/
Martin KaFai Lau
1
-1
/
+1
2022-03-10
bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macro
Martin KaFai Lau
1
-5
/
+5
2022-03-05
bpf: Reject programs that try to load __percpu memory.
Hao Luo
1
-2
/
+9
2022-03-05
compiler_types: Define __percpu as __attribute__((btf_type_tag("percpu")))
Hao Luo
1
-1
/
+6
2022-03-05
compiler_types.h: Add unified __diag_ignore_all for GCC/LLVM
Kumar Kartikeya Dwivedi
3
-0
/
+10
2022-03-05
compiler-clang.h: Add __diag infrastructure for clang
Nathan Chancellor
1
-0
/
+22
2022-03-05
bpf: Harden register offset checks for release helpers and kfuncs
Kumar Kartikeya Dwivedi
1
-1
/
+2
2022-03-05
bpf: Add check_func_arg_reg_off function
Kumar Kartikeya Dwivedi
1
-0
/
+3
2022-03-04
net: dev: use kfree_skb_reason() for __netif_receive_skb_core()
Menglong Dong
1
-0
/
+5
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_ingress()
Menglong Dong
1
-0
/
+1
2022-03-04
net: dev: use kfree_skb_reason() for do_xdp_generic()
Menglong Dong
1
-0
/
+1
2022-03-04
net: dev: use kfree_skb_reason() for enqueue_to_backlog()
Menglong Dong
1
-0
/
+6
2022-03-04
net: dev: add skb drop reasons to __dev_xmit_skb()
Menglong Dong
1
-0
/
+4
2022-03-04
net: skb: introduce the function kfree_skb_list_reason()
Menglong Dong
1
-1
/
+7
2022-03-04
net: dev: use kfree_skb_reason() for sch_handle_egress()
Menglong Dong
1
-0
/
+1
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-11
/
+35
2022-03-03
Merge tag 'net-5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-0
/
+9
2022-03-03
bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()
Martin KaFai Lau
1
-1
/
+2
2022-03-03
bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress
Martin KaFai Lau
1
-6
/
+12
2022-03-03
net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM option
Martin KaFai Lau
1
-0
/
+11
2022-03-03
net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()
Martin KaFai Lau
1
-2
/
+1
2022-03-03
net: Clear mono_delivery_time bit in __skb_tstamp_tx()
Martin KaFai Lau
1
-0
/
+1
2022-03-03
net: Handle delivery_time in skb->tstamp during network tapping with af_packet
Martin KaFai Lau
1
-0
/
+24
2022-03-03
net: Add skb_clear_tstamp() to keep the mono delivery_time
Martin KaFai Lau
1
-1
/
+9
2022-03-03
net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv) timestamp
Martin KaFai Lau
1
-0
/
+13
2022-03-03
net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATS
Petr Machata
1
-0
/
+3
2022-03-03
net: dev: Add hardware stats support
Petr Machata
1
-0
/
+42
2022-03-02
flow_dissector: Add support for HSR
Kurt Kanzenbach
1
-0
/
+16
2022-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
1
-0
/
+4
2022-03-01
Merge tag 'wireless-for-net-2022-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
David S. Miller
1
-0
/
+5
2022-03-01
rfkill: define rfill_soft_blocked() if !RFKILL
Ben Dooks
1
-0
/
+5
2022-02-28
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Jakub Kicinski
4
-14
/
+22
2022-02-28
netfilter: egress: silence egress hook lockdep splats
Florian Westphal
1
-0
/
+4
2022-02-28
Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Jakub Kicinski
1
-1
/
+1
2022-02-28
net: phylink: remove phylink_set_pcs()
Russell King (Oracle)
1
-1
/
+0
2022-02-27
Merge tag 'dma-mapping-5.17-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+8
2022-02-27
net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vid
Vladimir Oltean
1
-1
/
+1
2022-02-27
net: dsa: tag_8021q: merge RX and TX VLANs
Vladimir Oltean
1
-7
/
+1
2022-02-27
net: dsa: tag_8021q: add support for imprecise RX based on the VBID
Vladimir Oltean
1
-1
/
+5
2022-02-27
net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridging
Vladimir Oltean
1
-6
/
+6
[next]