summaryrefslogtreecommitdiff
path: root/net/xfrm/espintcp.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-08net: move netdev_max_backlog to net_hotdataEric Dumazet1-1/+3
2023-06-25tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells1-4/+6
2023-05-24espintcp: Inline do_tcp_sendpages()David Howells1-3/+7
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+3
2022-12-20Treewide: Stop corrupting socket's task_fragBenjamin Coddington1-0/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-09-30net-next: skbuff: refactor pskb_pullRichard Gobert1-1/+1
2022-08-24net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima1-1/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-3/+1
2020-08-17espintcp: restore IP CB before handing the packet to xfrmSabrina Dubroca1-1/+5
2020-07-30espintcp: count packets dropped in espintcp_rcvSabrina Dubroca1-0/+6
2020-07-30espintcp: handle short messages instead of breaking the encap socketSabrina Dubroca1-1/+24
2020-07-17espintcp: recv() should return 0 when the peer socket is closedSabrina Dubroca1-1/+4
2020-07-17espintcp: support non-blocking sendsSabrina Dubroca1-13/+13
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2020-04-28xfrm: add IPv6 support for espintcpSabrina Dubroca1-11/+45
2020-04-20xfrm: espintcp: save and call old ->sk_destructSabrina Dubroca1-0/+2
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni1-1/+1
2019-12-09xfrm: add espintcp (RFC 8229)Sabrina Dubroca1-0/+509