summaryrefslogtreecommitdiffstats
path: root/net/xfrm/espintcp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells2023-06-241-4/+6
* espintcp: Inline do_tcp_sendpages()David Howells2023-05-231-3/+7
* net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+3
* Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-191-0/+1
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
* net-next: skbuff: refactor pskb_pullRichard Gobert2022-09-301-1/+1
* net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima2022-08-241-1/+1
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-3/+1
* espintcp: restore IP CB before handing the packet to xfrmSabrina Dubroca2020-08-171-1/+5
* espintcp: count packets dropped in espintcp_rcvSabrina Dubroca2020-07-301-0/+6
* espintcp: handle short messages instead of breaking the encap socketSabrina Dubroca2020-07-301-1/+24
* espintcp: recv() should return 0 when the peer socket is closedSabrina Dubroca2020-07-171-1/+4
* espintcp: support non-blocking sendsSabrina Dubroca2020-07-171-13/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-0/+2
|\
| * xfrm: espintcp: save and call old ->sk_destructSabrina Dubroca2020-04-201-0/+2
* | xfrm: add IPv6 support for espintcpSabrina Dubroca2020-04-281-11/+45
|/
* net: datagram: drop 'destructor' argument from several helpersPaolo Abeni2020-02-281-1/+1
* xfrm: add espintcp (RFC 8229)Sabrina Dubroca2019-12-091-0/+509