index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: merge net->core.prot_inuse and net->core.sock_inuse
Eric Dumazet
2021-11-16
1
-11
/
+1
*
net: make sock_inuse_add() available
Eric Dumazet
2021-11-16
2
-13
/
+1
*
net: inline sock_prot_inuse_add()
Eric Dumazet
2021-11-16
1
-11
/
+0
*
net: gro: populate net/core/gro.c
Eric Dumazet
2021-11-16
2
-667
/
+649
*
net: gro: move skb_gro_receive into net/core/gro.c
Eric Dumazet
2021-11-16
3
-118
/
+119
*
net: gro: move skb_gro_receive_list to udp_offload.c
Eric Dumazet
2021-11-16
2
-26
/
+27
*
net: move gro definitions to include/net/gro.h
Eric Dumazet
2021-11-16
10
-0
/
+10
*
tcp: do not call tcp_cleanup_rbuf() if we have a backlog
Eric Dumazet
2021-11-16
1
-2
/
+1
*
tcp: check local var (timeo) before socket fields in one test
Eric Dumazet
2021-11-16
1
-2
/
+2
*
tcp: defer skb freeing after socket lock is released
Eric Dumazet
2021-11-16
3
-2
/
+27
*
tcp: avoid indirect calls to sock_rfree
Eric Dumazet
2021-11-16
1
-5
/
+15
*
tcp: tp->urg_data is unlikely to be set
Eric Dumazet
2021-11-16
2
-7
/
+7
*
tcp: annotate races around tp->urg_data
Eric Dumazet
2021-11-16
2
-10
/
+11
*
tcp: annotate data-races on tp->segs_in and tp->data_segs_in
Eric Dumazet
2021-11-16
1
-2
/
+4
*
tcp: add RETPOLINE mitigation to sk_backlog_rcv
Eric Dumazet
2021-11-16
2
-3
/
+7
*
tcp: small optimization in tcp recvmsg()
Eric Dumazet
2021-11-16
1
-2
/
+1
*
net: cache align tcp_memory_allocated, tcp_sockets_allocated
Eric Dumazet
2021-11-16
3
-4
/
+4
*
net: remove sk_route_nocaps
Eric Dumazet
2021-11-16
4
-5
/
+6
*
net: remove sk_route_forced_caps
Eric Dumazet
2021-11-16
2
-2
/
+3
*
net: use sk_is_tcp() in more places
Eric Dumazet
2021-11-16
2
-8
/
+4
*
tcp: small optimization in tcp_v6_send_check()
Eric Dumazet
2021-11-16
1
-3
/
+1
*
tcp: minor optimization in tcp_add_backlog()
Eric Dumazet
2021-11-16
1
-3
/
+2
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-11-15
5
-21
/
+24
|
\
|
*
bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDs
Song Liu
2021-11-12
1
-5
/
+1
|
*
bpf: Add ingress_ifindex to bpf_sk_lookup
Mark Pashmfouroush
2021-11-11
5
-16
/
+23
*
|
net: bridge: Slightly optimize 'find_portno()'
Christophe JAILLET
2021-11-15
1
-4
/
+4
*
|
net: sched: sch_netem: Refactor code in 4-state loss generator
Harshit Mogalapalli
2021-11-15
1
-9
/
+9
*
|
ipv6: Remove duplicate statements
luo penghao
2021-11-14
1
-1
/
+0
*
|
ipv4: Remove duplicate assignments
luo penghao
2021-11-14
1
-1
/
+0
*
|
ipv4: drop unused assignment
luo penghao
2021-11-14
1
-1
/
+0
*
|
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-11-11
30
-106
/
+272
|
\
\
|
*
|
net: fix premature exit from NAPI state polling in napi_disable()
Alexander Lobakin
2021-11-11
1
-2
/
+5
|
*
|
net/smc: fix sk_refcnt underflow on linkdown and fallback
Dust Li
2021-11-10
1
-7
/
+11
|
*
|
vsock: prevent unnecessary refcnt inc for nonblocking connect
Eiichi Tsukata
2021-11-10
1
-0
/
+2
|
*
|
net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any
Eric Dumazet
2021-11-10
1
-10
/
+17
|
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2021-11-10
4
-24
/
+104
|
|
\
\
|
|
*
|
bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_reg
Jussi Maki
2021-11-09
1
-6
/
+30
|
|
*
|
bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding
John Fastabend
2021-11-09
2
-9
/
+23
|
|
*
|
bpf, sockmap: Fix race in ingress receive verdict with redirect to self
John Fastabend
2021-11-09
1
-0
/
+47
|
|
*
|
bpf, sockmap: Remove unhash handler for BPF sockmap usage
John Fastabend
2021-11-09
1
-1
/
+0
|
|
*
|
bpf, sockmap: Use stricter sk state checks in sk_lookup_assign
John Fastabend
2021-11-09
2
-8
/
+4
|
*
|
|
sctp: remove unreachable code from sctp_sf_violation_chunk()
Alexey Khoroshilov
2021-11-07
1
-3
/
+0
|
*
|
|
can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAM
Zhang Changzhong
2021-11-06
1
-0
/
+5
|
*
|
|
can: j1939: j1939_can_recv(): ignore messages with invalid source address
Zhang Changzhong
2021-11-06
1
-0
/
+7
|
*
|
|
can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transport
Zhang Changzhong
2021-11-06
1
-0
/
+6
|
|
/
/
|
*
|
ipv6: remove useless assignment to newinet in tcp_v6_syn_recv_sock()
Nghia Le
2021-11-06
1
-1
/
+0
|
*
|
net/smc: Print function name in smcr_link_down tracepoint
Tony Lu
2021-11-05
1
-1
/
+1
|
*
|
mctp: handle the struct sockaddr_mctp_ext padding field
Eugene Syromiatnikov
2021-11-05
1
-1
/
+10
|
*
|
mctp: handle the struct sockaddr_mctp padding fields
Eugene Syromiatnikov
2021-11-05
1
-0
/
+13
|
*
|
devlink: fix flexible_array.cocci warning
Guo Zhengkui
2021-11-05
1
-1
/
+1
[next]