index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-06
rxrpc: Record probes after transmission and reduce number of time-gets
David Howells
1
-65
/
+40
2024-03-06
rxrpc: Use ktimes for call timeout tracking and set the timer lazily
David Howells
12
-322
/
+307
2024-03-06
rxrpc: Differentiate PING ACK transmission traces.
David Howells
2
-2
/
+4
2024-03-06
rxrpc: Don't permit resending after all Tx packets acked
David Howells
1
-1
/
+3
2024-03-06
rxrpc: Parse received packets before dealing with timeouts
David Howells
1
-3
/
+3
2024-03-06
rxrpc: Do zerocopy using MSG_SPLICE_PAGES and page frags
David Howells
8
-144
/
+219
2024-03-04
rxrpc: Use rxrpc_txbuf::kvec[0] instead of rxrpc_txbuf::wire
David Howells
3
-55
/
+56
2024-02-29
rxrpc: Move rxrpc_send_ACK() to output.c with rxrpc_send_ack_packet()
David Howells
3
-40
/
+40
2024-02-29
rxrpc: Don't pick values out of the wire header when setting up security
David Howells
1
-4
/
+4
2024-02-29
rxrpc: Split up the DATA packet transmission function
David Howells
2
-30
/
+69
2024-02-29
rxrpc: Add a kvec[] to the rxrpc_txbuf struct
David Howells
4
-24
/
+22
2024-02-29
rxrpc: Merge together DF/non-DF branches of data Tx function
David Howells
1
-39
/
+15
2024-02-29
rxrpc: Do lazy DF flag resetting
David Howells
2
-3
/
+2
2024-02-29
rxrpc: Remove atomic handling on some fields only used in I/O thread
David Howells
2
-11
/
+7
2024-02-29
rxrpc: Strip barriers and atomics off of timer tracking
David Howells
4
-37
/
+32
2024-02-29
rxrpc: Fix the names of the fields in the ACK trailer struct
David Howells
5
-30
/
+30
2024-02-29
rxrpc: Note cksum in txbuf
David Howells
4
-1
/
+4
2024-02-29
rxrpc: Convert rxrpc_txbuf::flags into a mask and don't use atomics
David Howells
7
-38
/
+33
2024-02-29
rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit trace
David Howells
5
-25
/
+29
2024-02-29
net: sit: Do not set .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-02-29
net: get stats64 if device if driver is configured
Breno Leitao
1
-0
/
+2
2024-02-29
net: stmmac: fix typo in comment
Yanteng Si
1
-1
/
+1
2024-02-29
ipv4: raw: remove useless input parameter in do_raw_set/getsockopt
Zhengchao Shao
1
-5
/
+5
2024-02-29
net: dsa: mv88e6xxx: add Amethyst specific SMI GPIO function
Robert Marko
3
-1
/
+37
2024-02-29
net: dsa: mv88e6xxx: rename mv88e6xxx_g2_scratch_gpio_set_smi
Robert Marko
3
-4
/
+4
2024-02-29
inet6: expand rcu_read_lock() scope in inet6_dump_addr()
Eric Dumazet
1
-4
/
+4
2024-02-29
net: call skb_defer_free_flush() from __napi_busy_loop()
Eric Dumazet
1
-21
/
+22
2024-02-29
tcp: remove some holes in struct tcp_sock
Eric Dumazet
1
-4
/
+4
2024-02-29
net: bridge: Exit if multicast_init_stats fails
Breno Leitao
1
-1
/
+2
2024-02-29
net: bridge: Do not allocate stats in the driver
Breno Leitao
1
-11
/
+2
2024-02-29
selftests: vxlan_mdb: Avoid duplicate test names
Ido Schimmel
1
-18
/
+18
2024-02-29
netlabel: remove impossible return value in netlbl_bitmap_walk
Zhengchao Shao
3
-9
/
+3
2024-02-29
inet: use xa_array iterator to implement inet_netconf_dump_devconf()
Eric Dumazet
1
-58
/
+43
2024-02-29
inet: do not use RTNL in inet_netconf_get_devconf()
Eric Dumazet
1
-12
/
+15
2024-02-29
inet: annotate devconf data-races
Eric Dumazet
5
-21
/
+24
2024-02-29
net: phy: dp83826: disable WOL at init
Catalin Popescu
1
-1
/
+1
2024-02-29
net: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
1
-1
/
+1
2024-02-29
tools: ynl: use MSG_DONTWAIT for getting notifications
Jakub Kicinski
1
-15
/
+14
2024-02-29
tools: ynl: remove the libmnl dependency
Jakub Kicinski
4
-6
/
+2
2024-02-29
tools: ynl: stop using mnl socket helpers
Jakub Kicinski
3
-22
/
+42
2024-02-29
tools: ynl: switch away from MNL_CB_*
Jakub Kicinski
3
-34
/
+40
2024-02-29
tools: ynl: switch away from mnl_cb_t
Jakub Kicinski
3
-18
/
+21
2024-02-29
tools: ynl: stop using mnl_cb_run2()
Jakub Kicinski
2
-19
/
+45
2024-02-29
tools: ynl: use ynl_sock_read_msgs() for ACK handling
Jakub Kicinski
2
-23
/
+14
2024-02-29
tools: ynl: wrap recv() + mnl_cb_run2() into a single helper
Jakub Kicinski
1
-38
/
+18
2024-02-29
tools: ynl-gen: remove unused parse code
Jakub Kicinski
3
-11
/
+1
2024-02-29
tools: ynl: make yarg the first member of struct ynl_dump_state
Jakub Kicinski
3
-7
/
+6
2024-02-29
tools: ynl: create local ARRAY_SIZE() helper
Jakub Kicinski
2
-2
/
+5
2024-02-29
tools: ynl: create local nlmsg access helpers
Jakub Kicinski
3
-17
/
+52
2024-02-29
tools: ynl: create local for_each helpers
Jakub Kicinski
3
-10
/
+57
[next]