index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Prepare prog_test_struct kfuncs for runtime tests
Kumar Kartikeya Dwivedi
2022-05-11
1
-6
/
+17
*
bpf, x86: Generate trampolines from bpf_tramp_links
Kui-Feng Lee
2022-05-10
1
-5
/
+19
*
bpf: Add source ip in "struct bpf_tunnel_key"
Kaixi Fan
2022-05-10
1
-0
/
+9
*
bpf: Print some info if disable bpf_jit_enable failed
Tiezhu Yang
2022-05-10
1
-0
/
+6
*
net: sysctl: Use SYSCTL_TWO instead of &two
Tiezhu Yang
2022-05-10
1
-4
/
+3
*
bpf, sockmap: Call skb_linearize only when required in sk_psock_skb_ingress_e...
Liu Jian
2022-04-28
1
-9
/
+13
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-04-27
8
-29
/
+81
|
\
|
*
bpf: Compute map_btf_id during build time
Menglong Dong
2022-04-26
3
-12
/
+9
|
*
selftests/bpf: Add test for strict BTF type check
Kumar Kartikeya Dwivedi
2022-04-25
1
-1
/
+21
|
*
selftests/bpf: Add verifier tests for kptr
Kumar Kartikeya Dwivedi
2022-04-25
1
-5
/
+40
|
*
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
2022-04-25
1
-1
/
+1
|
*
net: Change skb_ensure_writable()'s write_len param to unsigned int type
Liu Jian
2022-04-20
1
-1
/
+1
|
*
bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytes
Liu Jian
2022-04-20
1
-2
/
+2
|
*
bpf: Fix usage of trace RCU in local storage.
KP Singh
2022-04-19
1
-3
/
+3
|
*
xsk: Drop ternary operator from xskq_cons_has_entries
Maciej Fijalkowski
2022-04-15
1
-1
/
+1
|
*
xsk: Diversify return codes in xsk_rcv_check()
Maciej Fijalkowski
2022-04-15
1
-1
/
+1
|
*
xsk: Improve xdp_do_redirect() error codes
Björn Töpel
2022-04-15
2
-2
/
+2
*
|
mptcp: reset subflow when MP_FAIL doesn't respond
Geliang Tang
2022-04-27
4
-0
/
+68
*
|
mptcp: add MP_FAIL response support
Geliang Tang
2022-04-27
3
-1
/
+12
*
|
mptcp: add data lock for sk timers
Geliang Tang
2022-04-27
1
-0
/
+12
*
|
mptcp: use mptcp_stop_timer
Geliang Tang
2022-04-27
1
-2
/
+2
*
|
net: tls: fix async vs NIC crypto offload
Jakub Kicinski
2022-04-26
1
-0
/
+2
*
|
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
2022-04-26
7
-32
/
+82
*
|
net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSO
Hangbin Liu
2022-04-26
1
-5
/
+13
*
|
net: dsa: remove unused headers
Marcin Wojtas
2022-04-25
1
-9
/
+0
*
|
arp: fix unused variable warnning when CONFIG_PROC_FS=n
Yajun Deng
2022-04-25
1
-5
/
+2
*
|
devlink: introduce line card device info infrastructure
Jiri Pirko
2022-04-25
1
-1
/
+70
*
|
devlink: introduce line card info get message
Jiri Pirko
2022-04-25
1
-4
/
+126
*
|
devlink: introduce line card devices support
Jiri Pirko
2022-04-25
1
-1
/
+103
*
|
mptcp: add mib for infinite map sending
Geliang Tang
2022-04-23
3
-0
/
+3
*
|
mptcp: infinite mapping receiving
Geliang Tang
2022-04-23
1
-1
/
+3
*
|
mptcp: infinite mapping sending
Geliang Tang
2022-04-23
4
-2
/
+41
*
|
mptcp: track and update contiguous data status
Geliang Tang
2022-04-23
3
-1
/
+7
*
|
mptcp: add the fallback check
Geliang Tang
2022-04-23
1
-21
/
+24
*
|
mptcp: don't send RST for single subflow
Geliang Tang
2022-04-23
1
-5
/
+5
*
|
ipv4: Initialise ->flowi4_scope properly in ICMP handlers.
Guillaume Nault
2022-04-22
1
-20
/
+17
*
|
ipv4: Avoid using RTO_ONLINK with ip_route_connect().
Guillaume Nault
2022-04-22
4
-13
/
+10
*
|
ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().
Guillaume Nault
2022-04-22
1
-2
/
+2
*
|
ipv6: Use ipv6_only_sock() helper in condition.
Kuniyuki Iwashima
2022-04-22
2
-2
/
+2
*
|
ipv6: Remove __ipv6_only_sock().
Kuniyuki Iwashima
2022-04-22
5
-8
/
+8
*
|
Revert "rtnetlink: return EINVAL when request cannot succeed"
Florent Fourcot
2022-04-22
1
-1
/
+1
*
|
net/ipv6: Enforce limits for accept_unsolicited_na sysctl
Arun Ajith S
2022-04-22
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-04-22
16
-41
/
+83
|
\
\
|
*
|
netlink: reset network and mac headers in netlink_dump()
Eric Dumazet
2022-04-19
1
-0
/
+7
|
*
|
net: dsa: hellcreek: Calculate checksums in tagger
Kurt Kanzenbach
2022-04-19
1
-0
/
+8
|
*
|
can: isotp: stop timeout monitoring when no first frame was sent
Oliver Hartkopp
2022-04-17
1
-1
/
+9
|
*
|
ipv6: make ip6_rt_gc_expire an atomic_t
Eric Dumazet
2022-04-15
1
-5
/
+6
|
*
|
net: Handle l3mdev in ip_tunnel_init_flow
David Ahern
2022-04-15
2
-6
/
+7
|
*
|
l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_maste...
David Ahern
2022-04-15
1
-1
/
+1
|
*
|
net/sched: cls_u32: fix possible leak in u32_init_knode()
Eric Dumazet
2022-04-15
1
-4
/
+4
[next]