index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-07
tcp: fix formatting in sysctl_net_ipv4.c
David Morley
1
-7
/
+7
2023-06-06
tipc: replace open-code bearer rcu_dereference access in bearer.c
Xin Long
1
-8
/
+6
2023-06-06
tcp: Set route scope properly in cookie_v4_check().
Guillaume Nault
1
-2
/
+2
2023-06-06
ipv4: Set correct scope in inet_csk_route_*().
Guillaume Nault
1
-2
/
+2
2023-06-06
gro: decrease size of CB
Richard Gobert
1
-7
/
+12
2023-06-05
kcm: Convert kcm_sendpage() to use MSG_SPLICE_PAGES
David Howells
1
-143
/
+18
2023-06-05
kcm: Support MSG_SPLICE_PAGES
David Howells
1
-17
/
+40
2023-06-05
Merge branch 'drm-i915-use-ref_tracker-library-for-tracking-wakerefs'
Jakub Kicinski
2
-3
/
+3
2023-06-05
lib/ref_tracker: improve printing stats
Andrzej Hajda
2
-3
/
+3
2023-06-04
ipv6: lower "link become ready"'s level message
Matthieu Baerts
1
-2
/
+2
2023-06-02
ipv4: Drop tos parameter from flowi4_update_output()
Guillaume Nault
2
-5
/
+3
2023-06-02
ip_gre: clean up some inconsistent indenting
Jiapeng Chong
1
-4
/
+4
2023-06-02
tls: suppress wakeups unless we have a full record
Jakub Kicinski
1
-0
/
+35
2023-06-01
devlink: bring port new reply back
Jiri Pirko
1
-1
/
+27
2023-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
23
-134
/
+219
2023-06-01
mptcp: fix active subflow finalization
Paolo Abeni
1
-9
/
+14
2023-06-01
mptcp: add annotations around sk->sk_shutdown accesses
Paolo Abeni
1
-13
/
+16
2023-06-01
mptcp: fix data race around msk->first access
Paolo Abeni
1
-3
/
+3
2023-06-01
mptcp: consolidate passive msk socket initialization
Paolo Abeni
3
-38
/
+33
2023-06-01
mptcp: add annotations around msk->subflow accesses
Paolo Abeni
2
-9
/
+15
2023-06-01
mptcp: fix connect timeout handling
Paolo Abeni
2
-23
/
+7
2023-06-01
rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsg
Xin Long
1
-0
/
+12
2023-06-01
rtnetlink: move IFLA_GSO_ tb check to validate_linkmsg
Xin Long
1
-15
/
+19
2023-06-01
rtnetlink: call validate_linkmsg in rtnl_create_link
Xin Long
1
-1
/
+7
2023-06-01
tcp: fix mishandling when the sack compression is deferred.
fuyuanli
2
-4
/
+14
2023-06-01
net/sched: flower: fix possible OOB write in fl_set_geneve_opt()
Hangyu Hua
1
-0
/
+3
2023-05-31
devlink: make health report on unregistered instance warn just once
Jakub Kicinski
1
-1
/
+1
2023-05-31
net: don't set sw irq coalescing defaults in case of PREEMPT_RT
Heiner Kallweit
1
-2
/
+4
2023-05-31
udp6: Fix race condition in udp6_sendmsg & connect
Vladislav Efanov
1
-1
/
+1
2023-05-31
net/sched: taprio: add netlink reporting for offload statistics counters
Vladimir Oltean
1
-1
/
+77
2023-05-31
net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enum
Vladimir Oltean
1
-2
/
+2
2023-05-31
net/sched: taprio: don't overwrite "sch" variable in taprio_dump_class_stats()
Vladimir Oltean
1
-3
/
+3
2023-05-31
net: Make gro complete function to return void
Parav Pandit
2
-5
/
+5
2023-05-31
net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report
Pedro Tammela
1
-1
/
+1
2023-05-31
tipc: delete tipc_mtu_bad from tipc_udp_enable
Xin Long
3
-8
/
+4
2023-05-30
net/sched: flower: Allow matching on layer 2 miss
Ido Schimmel
1
-2
/
+28
2023-05-30
flow_dissector: Dissect layer 2 miss from tc skb extension
Ido Schimmel
1
-0
/
+10
2023-05-30
skbuff: bridge: Add layer 2 miss indication
Ido Schimmel
4
-0
/
+32
2023-05-30
net: sched: fix NULL pointer dereference in mq_attach
Zhengchao Shao
1
-0
/
+4
2023-05-30
net/sched: Prohibit regrafting ingress or clsact Qdiscs
Peilin Ye
1
-0
/
+5
2023-05-30
net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) Qdiscs
Peilin Ye
2
-3
/
+8
2023-05-30
net/sched: sch_clsact: Only create under TC_H_CLSACT
Peilin Ye
1
-0
/
+6
2023-05-30
net/sched: sch_ingress: Only create under TC_H_INGRESS
Peilin Ye
1
-0
/
+6
2023-05-30
devlink: save devlink_port_ops into a variable in devlink_port_function_valid...
Jiri Pirko
1
-5
/
+5
2023-05-30
devlink: move port_del() to devlink_port_ops
Jiri Pirko
1
-3
/
+3
2023-05-30
devlink: move port_fn_state_get/set() to devlink_port_ops
Jiri Pirko
1
-12
/
+7
2023-05-30
devlink: move port_fn_migratable_get/set() to devlink_port_ops
Jiri Pirko
1
-13
/
+10
2023-05-30
devlink: move port_fn_roce_get/set() to devlink_port_ops
Jiri Pirko
1
-9
/
+8
2023-05-30
devlink: move port_fn_hw_addr_get/set() to devlink_port_ops
Jiri Pirko
1
-9
/
+6
2023-05-30
devlink: move port_type_set() op into devlink_port_ops
Jiri Pirko
1
-3
/
+2
[next]