index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-10
bpf: Print some info if disable bpf_jit_enable failed
Tiezhu Yang
1
-0
/
+6
2022-05-10
net: sysctl: Use SYSCTL_TWO instead of &two
Tiezhu Yang
1
-4
/
+3
2022-04-28
bpf, sockmap: Call skb_linearize only when required in sk_psock_skb_ingress_e...
Liu Jian
1
-9
/
+13
2022-04-27
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
8
-29
/
+81
2022-04-27
mptcp: reset subflow when MP_FAIL doesn't respond
Geliang Tang
4
-0
/
+68
2022-04-27
mptcp: add MP_FAIL response support
Geliang Tang
3
-1
/
+12
2022-04-27
mptcp: add data lock for sk timers
Geliang Tang
1
-0
/
+12
2022-04-27
mptcp: use mptcp_stop_timer
Geliang Tang
1
-2
/
+2
2022-04-26
net: tls: fix async vs NIC crypto offload
Jakub Kicinski
1
-0
/
+2
2022-04-26
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
7
-32
/
+82
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
3
-12
/
+9
2022-04-26
net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSO
Hangbin Liu
1
-5
/
+13
2022-04-25
selftests/bpf: Add test for strict BTF type check
Kumar Kartikeya Dwivedi
1
-1
/
+21
2022-04-25
selftests/bpf: Add verifier tests for kptr
Kumar Kartikeya Dwivedi
1
-5
/
+40
2022-04-25
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
1
-1
/
+1
2022-04-25
net: dsa: remove unused headers
Marcin Wojtas
1
-9
/
+0
2022-04-25
arp: fix unused variable warnning when CONFIG_PROC_FS=n
Yajun Deng
1
-5
/
+2
2022-04-25
devlink: introduce line card device info infrastructure
Jiri Pirko
1
-1
/
+70
2022-04-25
devlink: introduce line card info get message
Jiri Pirko
1
-4
/
+126
2022-04-25
devlink: introduce line card devices support
Jiri Pirko
1
-1
/
+103
2022-04-23
mptcp: add mib for infinite map sending
Geliang Tang
3
-0
/
+3
2022-04-23
mptcp: infinite mapping receiving
Geliang Tang
1
-1
/
+3
2022-04-23
mptcp: infinite mapping sending
Geliang Tang
4
-2
/
+41
2022-04-23
mptcp: track and update contiguous data status
Geliang Tang
3
-1
/
+7
2022-04-23
mptcp: add the fallback check
Geliang Tang
1
-21
/
+24
2022-04-23
mptcp: don't send RST for single subflow
Geliang Tang
1
-5
/
+5
2022-04-22
ipv4: Initialise ->flowi4_scope properly in ICMP handlers.
Guillaume Nault
1
-20
/
+17
2022-04-22
ipv4: Avoid using RTO_ONLINK with ip_route_connect().
Guillaume Nault
4
-13
/
+10
2022-04-22
ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().
Guillaume Nault
1
-2
/
+2
2022-04-22
ipv6: Use ipv6_only_sock() helper in condition.
Kuniyuki Iwashima
2
-2
/
+2
2022-04-22
ipv6: Remove __ipv6_only_sock().
Kuniyuki Iwashima
5
-8
/
+8
2022-04-22
Revert "rtnetlink: return EINVAL when request cannot succeed"
Florent Fourcot
1
-1
/
+1
2022-04-22
net/ipv6: Enforce limits for accept_unsolicited_na sysctl
Arun Ajith S
1
-1
/
+1
2022-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
16
-41
/
+83
2022-04-20
net: Change skb_ensure_writable()'s write_len param to unsigned int type
Liu Jian
1
-1
/
+1
2022-04-20
bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytes
Liu Jian
1
-2
/
+2
2022-04-20
net/sched: flower: Consider the number of tags for vlan filters
Boris Sukholitko
1
-8
/
+16
2022-04-20
net/sched: flower: Add number of vlan tags filter
Boris Sukholitko
1
-0
/
+14
2022-04-20
flow_dissector: Add number of vlan tags dissector
Boris Sukholitko
1
-0
/
+20
2022-04-20
net/sched: flower: Reduce identation after is_key_vlan refactoring
Boris Sukholitko
1
-17
/
+17
2022-04-20
net/sched: flower: Helper function for vlan ethtype checks
Boris Sukholitko
1
-15
/
+17
2022-04-20
net: dsa: don't emit targeted cross-chip notifiers for MTU change
Vladimir Oltean
4
-25
/
+7
2022-04-20
net: dsa: drop dsa_slave_priv from dsa_slave_change_mtu
Vladimir Oltean
1
-2
/
+1
2022-04-20
net: dsa: avoid one dsa_to_port() in dsa_slave_change_mtu
Vladimir Oltean
1
-4
/
+1
2022-04-20
net: dsa: use dsa_tree_for_each_user_port in dsa_slave_change_mtu
Vladimir Oltean
1
-8
/
+5
2022-04-20
net: dsa: make cross-chip notifiers more efficient for host events
Vladimir Oltean
4
-140
/
+76
2022-04-20
net: dsa: move reset of VLAN filtering to dsa_port_switchdev_unsync_attrs
Vladimir Oltean
2
-61
/
+57
2022-04-19
bpf: Fix usage of trace RCU in local storage.
KP Singh
1
-3
/
+3
2022-04-19
netlink: reset network and mac headers in netlink_dump()
Eric Dumazet
1
-0
/
+7
2022-04-19
rtnetlink: return EINVAL when request cannot succeed
Florent Fourcot
1
-1
/
+1
[next]