index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-14
net: pktgen: fix code style (WARNING: Block comments)
Peter Seiderer
1
-16
/
+23
2025-04-14
net: pktgen: fix code style (WARNING: suspect code indent for conditional sta...
Peter Seiderer
1
-1
/
+1
2025-04-14
net: pktgen: fix code style (ERROR: space prohibited after that '&')
Peter Seiderer
1
-1
/
+1
2025-04-14
net: pktgen: fix code style (ERROR: "foo * bar" should be "foo *bar")
Peter Seiderer
1
-4
/
+4
2025-04-14
net: convert dev->rtnl_link_state to a bool
Jakub Kicinski
2
-11
/
+10
2025-04-14
udp: properly deal with xfrm encap and ADDRFORM
Paolo Abeni
2
-5
/
+28
2025-04-14
net: hsr: sync hw addr of slave2 according to slave1 hw addr on PRP
Fernando Fernandez Mancera
4
-0
/
+17
2025-04-11
tcp: Rename tcp_or_dccp_get_hashinfo().
Kuniyuki Iwashima
2
-11
/
+12
2025-04-11
net: Unexport shared functions for DCCP.
Kuniyuki Iwashima
6
-47
/
+20
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
43
-13586
/
+4
2025-04-11
sock: Correct error checking condition for (assign|release)_proto_idx()
Zijun Hu
1
-2
/
+2
2025-04-10
ipv4: remove unnecessary judgment in ip_route_output_key_hash_rcu
Zhengchao Shao
1
-2
/
+1
2025-04-10
trace: tcp: Add tracepoint for tcp_sendmsg_locked()
Breno Leitao
1
-0
/
+2
2025-04-10
tcp: add LINUX_MIB_PAWS_TW_REJECTED counter
Jiayuan Chen
2
-1
/
+2
2025-04-10
tcp: add TCP_RFC7323_TW_PAWS drop reason
Jiayuan Chen
3
-4
/
+9
2025-04-10
af_unix: Remove unix_unhash()
Michal Luczaj
1
-8
/
+0
2025-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
123
-389
/
+495
2025-04-10
Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
29
-121
/
+228
2025-04-10
ethtool: cmis_cdb: Fix incorrect read / write length extension
Ido Schimmel
2
-16
/
+3
2025-04-10
nft_set_pipapo: fix incorrect avx2 match of 5th field octet
Florian Westphal
1
-1
/
+2
2025-04-09
net: bridge: Prevent unicast ARP/NS packets from being suppressed by bridge
Amit Cohen
1
-0
/
+7
2025-04-09
net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.
Kuniyuki Iwashima
1
-0
/
+5
2025-04-09
ipv6: Align behavior across nexthops during path selection
Ido Schimmel
1
-4
/
+4
2025-04-09
netdev: depend on netdev->lock for qstats in ops locked drivers
Jakub Kicinski
1
-12
/
+17
2025-04-09
netdev: depend on netdev->lock for xdp features
Jakub Kicinski
1
-14
/
+12
2025-04-09
xdp: double protect netdev->xdp_flags with netdev->lock
Jakub Kicinski
2
-2
/
+12
2025-04-09
netdev: don't hold rtnl_lock over nl queue info get when possible
Jakub Kicinski
1
-11
/
+7
2025-04-09
netdev: add "ops compat locking" helpers
Jakub Kicinski
2
-0
/
+66
2025-04-09
net: designate XSK pool pointers in queues as "ops protected"
Jakub Kicinski
1
-1
/
+5
2025-04-09
net: avoid potential race between netdev_get_by_index_lock() and netns switch
Jakub Kicinski
2
-8
/
+19
2025-04-09
net_sched: sch_sfq: move the limit validation
Octavian Purdila
1
-4
/
+6
2025-04-09
net_sched: sch_sfq: use a temporary work area for validating configuration
Octavian Purdila
1
-12
/
+44
2025-04-08
net: Drop unused @sk of __skb_try_recv_from_queue()
Michal Luczaj
2
-7
/
+6
2025-04-08
udp_tunnel: use static call for GRO hooks when possible
Paolo Abeni
1
-1
/
+134
2025-04-08
udp_tunnel: create a fastpath GRO lookup.
Paolo Abeni
5
-1
/
+69
2025-04-08
mptcp: only inc MPJoinAckHMacFailure for HMAC failures
Matthieu Baerts (NGI0)
1
-2
/
+6
2025-04-08
rtnetlink: Fix bad unlock balance in do_setlink().
Kuniyuki Iwashima
1
-1
/
+1
2025-04-08
net: rps: remove kfree_rcu_mightsleep() use
Eric Dumazet
2
-2
/
+3
2025-04-08
net: add data-race annotations in softnet_seq_show()
Eric Dumazet
2
-5
/
+7
2025-04-08
net: rps: annotate data-races around (struct sd_flow_limit)->count
Eric Dumazet
3
-3
/
+5
2025-04-08
net: rps: change skb_flow_limit() hash function
Eric Dumazet
3
-3
/
+3
2025-04-08
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
7
-8
/
+8
2025-04-08
net: ethtool: Don't call .cleanup_data when prepare_data fails
Maxime Chevallier
1
-3
/
+5
2025-04-08
tc: Ensure we have enough buffer space when sending filter netlink notifications
Toke Høiland-Jørgensen
1
-21
/
+45
2025-04-08
net: tls: explicitly disallow disconnect
Jakub Kicinski
1
-0
/
+6
2025-04-08
sctp: detect and prevent references to a freed transport in sendmsg
Ricardo Cañuelo Navarro
2
-8
/
+16
2025-04-08
codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()
Cong Wang
2
-8
/
+3
2025-04-08
sch_ets: make est_qlen_notify() idempotent
Cong Wang
1
-4
/
+4
2025-04-08
sch_qfq: make qfq_qlen_notify() idempotent
Cong Wang
1
-2
/
+5
2025-04-08
sch_hfsc: make hfsc_qlen_notify() idempotent
Cong Wang
1
-2
/
+6
[next]