index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-23
net: dsa: rename dsa2.c back into dsa.c and create its header
Vladimir Oltean
8
-31
/
+46
2022-11-23
net: dsa: merge dsa.c into dsa2.c
Vladimir Oltean
4
-238
/
+221
2022-11-23
net: dsa: move notifier definitions to switch.h
Vladimir Oltean
2
-105
/
+108
2022-11-23
net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.c
Vladimir Oltean
4
-48
/
+50
2022-11-23
net: dsa: move headers exported by switch.c to switch.h
Vladimir Oltean
6
-4
/
+15
2022-11-23
net: dsa: move tagging protocol code to tag.{c,h}
Vladimir Oltean
27
-541
/
+581
2022-11-23
net: dsa: move headers exported by slave.c to slave.h
Vladimir Oltean
8
-57
/
+77
2022-11-23
net: dsa: move headers exported by master.c to master.h
Vladimir Oltean
5
-9
/
+27
2022-11-23
net: dsa: move headers exported by port.c to port.h
Vladimir Oltean
8
-97
/
+120
2022-11-23
net: dsa: move rest of devlink setup/teardown to devlink.c
Vladimir Oltean
3
-20
/
+49
2022-11-23
net: dsa: if ds->setup is true, ds->devlink is always non-NULL
Vladimir Oltean
1
-7
/
+5
2022-11-23
net: dsa: move bulk of devlink code to devlink.{c,h}
Vladimir Oltean
5
-346
/
+370
2022-11-23
net: dsa: modularize DSA_TAG_PROTO_NONE
Vladimir Oltean
5
-22
/
+37
2022-11-23
net: dsa: unexport dsa_dev_to_net_device()
Vladimir Oltean
2
-1
/
+2
2022-11-23
devlink: remove redundant health state set to error
Moshe Shemesh
1
-2
/
+0
2022-11-23
tcp: Fix build break when CONFIG_IPV6=n
Saeed Mahameed
1
-1
/
+1
2022-11-23
ipv4: Fix error return code in fib_table_insert()
Ziyang Xuan
1
-1
/
+3
2022-11-23
dccp/tcp: Fixup bhash2 bucket when connect() fails.
Kuniyuki Iwashima
7
-16
/
+40
2022-11-23
dccp/tcp: Update saddr under bhash's lock.
Kuniyuki Iwashima
6
-85
/
+55
2022-11-23
dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().
Kuniyuki Iwashima
1
-7
/
+4
2022-11-23
dccp/tcp: Reset saddr on failure after inet6?_hash_connect().
Kuniyuki Iwashima
4
-0
/
+8
2022-11-23
netfilter: flowtable_offload: add missing locking
Felix Fietkau
1
-0
/
+4
2022-11-22
netfilter: ipset: restore allowing 64 clashing elements in hash:net,iface
Jozsef Kadlecsik
1
-1
/
+1
2022-11-22
NFC: nci: fix memory leak in nci_rx_data_packet()
Liu Shixin
1
-1
/
+3
2022-11-22
net: sched: allow act_ct to be built without NF_NAT
Xin Long
1
-1
/
+1
2022-11-22
xfrm: Fix ignored return value in xfrm6_init()
Chen Zhongjin
1
-1
/
+5
2022-11-22
xfrm: Fix oops in __xfrm_state_delete()
Thomas Jarosch
1
-1
/
+1
2022-11-22
tipc: check skb_linearize() return value in tipc_disc_rcv()
YueHaibing
1
-1
/
+4
2022-11-22
tipc: add an extra conn_get in tipc_conn_alloc
Xin Long
1
-3
/
+6
2022-11-22
tipc: set con sock in tipc_conn_alloc
Xin Long
1
-6
/
+5
2022-11-22
net: fix __sock_gen_cookie()
Eric Dumazet
1
-1
/
+4
2022-11-21
bpf: Move skb->len == 0 checks into __bpf_redirect
Stanislav Fomichev
2
-8
/
+6
2022-11-21
netfilter: ipset: regression in ip_set_hash_ip.c
Vishwanath Pai
1
-5
/
+3
2022-11-21
mptcp: more detailed error reporting on endpoint creation
Paolo Abeni
1
-11
/
+13
2022-11-21
mptcp: deduplicate error paths on endpoint creation
Paolo Abeni
1
-22
/
+13
2022-11-21
net: Return errno in sk->sk_prot->get_port().
Kuniyuki Iwashima
5
-9
/
+10
2022-11-21
ipv4/fib: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
Kees Cook
1
-1
/
+1
2022-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
David S. Miller
12
-41
/
+49
2022-11-20
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
1
-1
/
+3
2022-11-19
net: dsa: tag_mtk: assign per-port queues
Felix Fietkau
1
-0
/
+2
2022-11-19
netlink: remove the flex array from struct nlmsghdr
Jakub Kicinski
1
-1
/
+1
2022-11-19
bpf, docs: DEVMAPs and XDP_REDIRECT
Maryam Tahhan
1
-2
/
+6
2022-11-18
netfilter: nf_tables: do not set up extensions for end interval
Pablo Neira Ayuso
1
-2
/
+4
2022-11-18
netfilter: conntrack: Fix data-races around ct mark
Daniel Xu
11
-39
/
+45
2022-11-18
9p/fd: Use P9_HDRSZ for header size
GUO Zihua
1
-3
/
+3
2022-11-18
9p/fd: Fix write overflow in p9_read_work
GUO Zihua
1
-8
/
+8
2022-11-18
9p/fd: fix issue of list_del corruption in p9_fd_cancel()
Zhengchao Shao
1
-0
/
+2
2022-11-18
nfc/nci: fix race with opening and closing
Lin Ma
1
-1
/
+1
2022-11-18
mrp: introduce active flags to prevent UAF when applicant uninit
Schspa Shi
1
-5
/
+13
2022-11-18
Merge tag 'rxrpc-next-20221116' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
3
-11
/
+19
[prev]
[next]