| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-25 | tcp: Don't pass hashinfo to socket lookup helpers. | Kuniyuki Iwashima | 1 | -2/+2 |
| 2025-04-14 | espintcp: remove encap socket caching to avoid reference leak | Sabrina Dubroca | 1 | -45/+4 |
| 2025-04-14 | espintcp: fix skb leaks | Sabrina Dubroca | 1 | -1/+3 |
| 2025-01-27 | Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 1 | -1/+1 |
| 2025-01-20 | xfrm: Fix the usage of skb->sk | Steffen Klassert | 1 | -1/+1 |
| 2024-12-05 | xfrm: add generic iptfs defines and functionality | Christian Hopps | 1 | -1/+2 |
| 2024-09-11 | net: support non paged skb frags | Mina Almasry | 1 | -1/+2 |
| 2024-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+1 |
| 2024-07-12 | xfrm: Support crypto offload for outbound IPv4 UDP-encapsulated ESP packet | Mike Yu | 1 | -1/+7 |
| 2024-05-23 | net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCP | Hagar Hemdan | 1 | -2/+1 |
| 2024-05-06 | Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 1 | -12/+0 |
| 2024-04-18 | udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE Support | Antony Antony | 1 | -12/+0 |
| 2024-04-11 | net: move skb ref helpers to new header | Mina Almasry | 1 | -0/+1 |
| 2024-04-09 | net: make napi_frag_unref reuse skb_page_unref | Mina Almasry | 1 | -1/+1 |
| 2024-04-02 | page_pool: check for PP direct cache locality later | Alexander Lobakin | 1 | -1/+1 |
| 2024-03-18 | net: esp: fix bad handling of pages from page_pool | Dragos Tatulea | 1 | -4/+4 |
| 2024-02-09 | net: fill in MODULE_DESCRIPTION()s for ipv4 modules | Breno Leitao | 1 | -0/+1 |
| 2023-10-25 | net: ipv4: fix typo in comments | Deming Wang | 1 | -1/+1 |
| 2023-10-10 | net: ipv4: fix return value check in esp_remove_trailer | Ma Ke | 1 | -1/+3 |
| 2023-07-19 | net: ipv4: Use kfree_sensitive instead of kfree | Wang Ming | 1 | -1/+1 |
| 2023-02-13 | net: ipv4: Remove completion function scaffolding | Herbert Xu | 1 | -8/+8 |
| 2023-02-13 | net: ipv4: Add scaffolding to change completion function signature | Herbert Xu | 1 | -10/+10 |
| 2022-10-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -22/+33 |
| 2022-09-29 | xfrm: esp: add extack to esp_init_state, esp6_init_state | Sabrina Dubroca | 1 | -21/+32 |
| 2022-09-29 | xfrm: pass extack down to xfrm_type ->init_state | Sabrina Dubroca | 1 | -1/+1 |
| 2022-09-20 | tcp: Access &tcp_hashinfo via net. | Kuniyuki Iwashima | 1 | -1/+2 |
| 2022-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-07-12 | net: ipv4: fix clang -Wformat warnings | Justin Stitt | 1 | -1/+1 |
| 2022-06-24 | net: helper function skb_len_add | Richard Gobert | 1 | -3/+1 |
| 2022-05-06 | xfrm: free not used XFRM_ESP_NO_TRAILER flag | Leon Romanovsky | 1 | -6/+0 |
| 2022-04-13 | esp: limit skb_page_frag_refill use to a single page | Sabrina Dubroca | 1 | -3/+2 |
| 2022-03-07 | esp: Fix possible buffer overflow in ESP transformation | Steffen Klassert | 1 | -0/+5 |
| 2022-01-27 | Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6" | Jiri Bohac | 1 | -1/+1 |
| 2021-07-20 | ipsec: Remove unneeded extra variable in esp4 esp_ssg_unref() | Corey Minyard | 1 | -3/+1 |
| 2021-06-30 | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -2/+1 |
| 2021-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2021-06-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -1/+1 |
| 2021-06-09 | xfrm: remove description from xfrm_type struct | Florian Westphal | 1 | -1/+0 |
| 2021-05-17 | ipv4: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
| 2021-04-19 | xfrm: xfrm_state_mtu should return at least 1280 for ipv6 | Sabrina Dubroca | 1 | -1/+1 |
| 2021-04-14 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -1/+1 |
| 2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2021-03-25 | net: ipv4: Fix some typos | Lu Wei | 1 | -2/+2 |
| 2021-03-12 | esp4: Simplify the calculation of variables | Jiapeng Chong | 1 | -1/+1 |
| 2021-03-03 | xfrm: Use actual socket sk instead of skb socket for xfrm_output_resume | Evan Nimmo | 1 | -1/+1 |
| 2021-01-11 | esp: avoid unneeded kmap_atomic call | Willem de Bruijn | 1 | -6/+1 |
| 2020-02-19 | ESP: Export esp_output_fill_trailer function | Raed Salem | 1 | -16/+0 |
| 2019-12-09 | xfrm: add espintcp (RFC 8229) | Sabrina Dubroca | 1 | -3/+188 |
| 2019-12-09 | esp4: split esp_output_udp_encap and introduce esp_output_encap | Sabrina Dubroca | 1 | -20/+37 |
| 2019-12-09 | esp4: prepare esp_input_done2 for non-UDP encapsulation | Sabrina Dubroca | 1 | -2/+14 |
| 2019-07-01 | xfrm: remove get_mtu indirection from xfrm_type | Florian Westphal | 1 | -26/+1 |
| 2019-06-06 | xfrm: remove type and offload_type map from xfrm_state_afinfo | Florian Westphal | 1 | -2/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-03-26 | esp4: add length check for UDP encapsulation | Sabrina Dubroca | 1 | -5/+15 |
| 2019-01-28 | esp: Skip TX bytes accounting when sending from a request socket | Martin Willi | 1 | -1/+1 |
| 2018-12-19 | net: use skb_sec_path helper in more places | Florian Westphal | 1 | -3/+6 |
| 2018-10-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -4/+3 |
| 2018-09-26 | net-ipv4: remove 2 always zero parameters from ipv4_redirect() | Maciej Żenczykowski | 1 | -1/+1 |
| 2018-09-26 | net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu() | Maciej Żenczykowski | 1 | -1/+1 |
| 2018-08-29 | esp: remove redundant define esph | Haishuang Yan | 1 | -4/+3 |
| 2018-02-13 | esp4: remove redundant initialization of pointer esph | Colin Ian King | 1 | -1/+1 |
| 2018-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2018-01-08 | xfrm: Return error on unknown encap_type in init_state | Herbert Xu | 1 | -0/+1 |
| 2017-12-20 | esp: Don't require synchronous crypto fallback on offloading anymore. | Steffen Klassert | 1 | -10/+2 |
| 2017-12-20 | net: Add asynchronous callbacks for xfrm on layer 2. | Steffen Klassert | 1 | -3/+21 |
| 2017-11-03 | net: use -ENOSPC for transient busy indication | Gilad Ben-Yossef | 1 | -1/+1 |
| 2017-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -8/+12 |
| 2017-08-31 | xfrm: Add support for network devices capable of removing the ESP trailer | Yossi Kuperman | 1 | -23/+47 |
| 2017-08-25 | esp: Fix skb tailroom calculation | Steffen Klassert | 1 | -1/+1 |
| 2017-08-25 | esp: Fix locking on page fragment allocation | Steffen Klassert | 1 | -2/+3 |
| 2017-08-02 | esp4: Support RX checksum with crypto offload | Ilan Tayari | 1 | -3/+11 |
| 2017-07-13 | esp: Fix memleaks on error paths. | Steffen Klassert | 1 | -5/+8 |
| 2017-07-01 | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
| 2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
| 2017-06-04 | ipsec: check return value of skb_to_sgvec always | Jason A. Donenfeld | 1 | -7/+13 |
| 2017-05-04 | esp4: Fix udpencap for local TCP packets. | Steffen Klassert | 1 | -1/+4 |
| 2017-05-01 | net/esp4: Fix invalid esph pointer crash | Ilan Tayari | 1 | -0/+1 |
| 2017-04-24 | esp: Fix misplaced spin_unlock_bh. | Steffen Klassert | 1 | -5/+1 |
| 2017-04-14 | esp: Use a synchronous crypto algorithm on offloading. | Steffen Klassert | 1 | -2/+10 |
| 2017-04-14 | esp: Add gso handlers for esp4 and esp6 | Steffen Klassert | 1 | -1/+9 |
| 2017-04-14 | esp4: Reorganize esp_output | Steffen Klassert | 1 | -158/+183 |
| 2017-04-14 | xfrm: Add an IPsec hardware offloading API | Steffen Klassert | 1 | -4/+3 |
| 2017-01-17 | esp: Introduce a helper to setup the trailer | Steffen Klassert | 1 | -25/+19 |
| 2017-01-17 | esp4: Avoid skb_cow_data whenever possible | Steffen Klassert | 1 | -74/+264 |
| 2016-11-30 | esp4: Fix integrity verification when ESN are used | Tobias Brunner | 1 | -1/+1 |
| 2016-06-23 | esp: Fix ESN generation under UDP encapsulation | Herbert Xu | 1 | -20/+32 |
| 2015-05-28 | esp4: Switch to new AEAD interface | Herbert Xu | 1 | -78/+122 |
| 2015-04-03 | ipv4: coding style: comparison for equality with NULL | Ian Morris | 1 | -1/+1 |
| 2014-11-06 | net: esp: Convert NETDEBUG to pr_info | Joe Perches | 1 | -5/+5 |
| 2014-11-04 | esp4: remove assignment in if condition | Fabian Frederick | 1 | -1/+3 |
| 2014-02-25 | esp4: Use the IPsec protocol multiplexer API | Steffen Klassert | 1 | -9/+17 |
| 2013-10-29 | net: esp{4,6}: get rid of struct esp_data | Mathias Krause | 1 | -26/+14 |
| 2013-10-29 | net: esp{4,6}: remove padlen from struct esp_data | Mathias Krause | 1 | -8/+1 |
| 2013-08-05 | net: esp{4,6}: fix potential MTU calculation overflows | Daniel Borkmann | 1 | -1/+1 |
| 2013-06-03 | ipv4: properly refresh rtable entries on pmtu/redirect events | Timo Teräs | 1 | -5/+2 |
| 2013-04-15 | esp4: fix error return code in esp_output() | Wei Yongjun | 1 | -3/+3 |
| 2013-01-21 | xfrm4: Invalidate all ipv4 routes on IPsec pmtu events | Steffen Klassert | 1 | -2/+5 |
| 2013-01-08 | ah4/esp4: set transport header correctly for IPsec tunnel mode. | Li RongQing | 1 | -1/+4 |
| 2012-07-11 | ipv4: Add redirect support to all protocol icmp error handlers. | David S. Miller | 1 | -5/+13 |
| 2012-06-14 | ipv4: Handle PMTU in all ICMP error handlers. | David S. Miller | 1 | -0/+1 |
| 2012-05-27 | xfrm: take net hdr len into account for esp payload size calculation | Benjamin Poirier | 1 | -15/+9 |
| 2012-03-12 | net: ipv4: Standardize prefixes for message logging | Joe Perches | 1 | -0/+2 |
| 2012-03-11 | net: Convert printks to pr_<level> | Joe Perches | 1 | -4/+4 |
| 2011-04-22 | inet: constify ip headers and in6_addr | Eric Dumazet | 1 | -3/+4 |
| 2011-03-13 | esp4: Add support for IPsec extended sequence numbers | Steffen Klassert | 1 | -18/+82 |
| 2011-03-13 | xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk... | Steffen Klassert | 1 | -2/+2 |
| 2010-12-10 | xfrm: Traffic Flow Confidentiality for IPv4 ESP | Martin Willi | 1 | -8/+24 |
| 2010-02-22 | xfrm: SA lookups signature with mark | Jamal Hadi Salim | 1 | -1/+1 |
| 2009-11-25 | xfrm: Use the user specified truncation length in ESP and AH | Martin Willi | 1 | -1/+1 |
| 2009-09-14 | net: constify struct net_protocol | Alexey Dobriyan | 1 | -1/+1 |
| 2008-11-25 | netns xfrm: AH/ESP in netns! | Alexey Dobriyan | 1 | -1/+3 |
| 2008-11-25 | netns xfrm: state lookup in netns | Alexey Dobriyan | 1 | -1/+1 |
| 2008-11-03 | net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c in... | Jianjun Kong | 1 | -2/+2 |
| 2008-08-06 | ipsec: Interfamily IPSec BEET | Joakim Koskela | 1 | -1/+1 |
| 2008-03-27 | [ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB access | Thomas Graf | 1 | -1/+1 |
| 2008-03-17 | [IPV4]: esp_output() misannotations | Al Viro | 1 | -1/+1 |
| 2008-02-12 | [IPSEC]: Fix bogus usage of u64 on input sequence number | Herbert Xu | 1 | -2/+3 |
| 2008-01-31 | [XFRM]: constify 'struct xfrm_type' | Eric Dumazet | 1 | -1/+1 |
| 2008-01-31 | [IPSEC]: Add support for combined mode algorithms | Herbert Xu | 1 | -13/+58 |
| 2008-01-31 | [IPSEC]: Use crypto_aead and authenc in ESP | Herbert Xu | 1 | -195/+302 |
| 2008-01-28 | [IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_input | Herbert Xu | 1 | -1/+0 |
| 2008-01-28 | [XFRM]: RFC4303 compliant auditing | Paul Moore | 1 | -0/+1 |
| 2008-01-28 | [IPSEC]: Move state lock into x->type->input | Herbert Xu | 1 | -9/+15 |
| 2008-01-28 | [IPSEC]: Move integrity stat collection into xfrm_input | Herbert Xu | 1 | -5/+8 |
| 2007-12-11 | [IPv4] ESP: Discard dummy packets introduced in rfc4303 | Thomas Graf | 1 | -0/+5 |
| 2007-10-30 | [NET]: Fix incorrect sg_mark_end() calls. | David S. Miller | 1 | -5/+7 |
| 2007-10-27 | [CRYPTO] users: Fix up scatterlist conversion errors | Herbert Xu | 1 | -2/+5 |
| 2007-10-26 | [INET] ESP: Must #include <linux/scatterlist.h> | Adrian Bunk | 1 | -1/+1 |
| 2007-10-26 | [IPSEC]: Add missing sg_init_table() calls to ESP. | David S. Miller | 1 | -0/+2 |
| 2007-10-10 | [IPSEC]: Move IP protocol setting from transforms into xfrm4_input.c | Herbert Xu | 1 | -2/+1 |
| 2007-10-10 | [IPSEC]: Move IP length/checksum setting out of transforms | Herbert Xu | 1 | -6/+1 |
| 2007-10-10 | [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr | Herbert Xu | 1 | -5/+5 |
| 2007-10-10 | [IPSEC]: Use IPv6 calling convention as the convention for x->mode->output | Herbert Xu | 1 | -6/+5 |
| 2007-10-10 | [IPSEC]: Set skb->data to payload in x->mode->output | Herbert Xu | 1 | -4/+2 |
| 2007-10-10 | [IPSEC] esp: Remove NAT-T checksum invalidation for BEET | Herbert Xu | 1 | -2/+1 |
| 2007-10-10 | [IPSEC]: Move state lock into x->type->output | Herbert Xu | 1 | -2/+8 |
| 2007-10-10 | [IPSEC]: Store IPv6 nh pointer in mac_header on output | Herbert Xu | 1 | -1/+1 |
| 2007-10-10 | [IPSEC]: Move output replay code into xfrm_output | Herbert Xu | 1 | -2/+2 |
| 2007-10-10 | [IPSEC] esp: Remove keys from esp_data structure | Herbert Xu | 1 | -11/+5 |
| 2007-07-10 | [XFRM]: Add module alias for transformation type. | Masahide NAKAMURA | 1 | -0/+1 |
| 2007-04-25 | [XFRM]: beet: fix worst case header_len calculation | Patrick McHardy | 1 | -1/+2 |
| 2007-04-25 | [XFRM]: Optimize MTU calculation | Patrick McHardy | 1 | -12/+18 |
| 2007-04-25 | [XFRM]: esp: fix skb_tail_pointer conversion bug | Patrick McHardy | 1 | -1/+1 |
| 2007-04-25 | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -3/+5 |
| 2007-04-25 | [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_set_transport_header | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_transport_offset() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-04-25 | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_network_header() | Arnaldo Carvalho de Melo | 1 | -3/+4 |
| 2007-02-10 | [NET] IPV4: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -4/+4 |
| 2006-12-02 | [IPV4]: encapsulation annotations | Al Viro | 1 | -2/+2 |
| 2006-10-04 | [XFRM]: BEET mode | Diego Beltrami | 1 | -7/+19 |
| 2006-09-22 | [IPSEC] esp: Defer output IV initialization to first use. | David S. Miller | 1 | -2/+7 |
| 2006-09-22 | [XFRM]: Add XFRM_MODE_xxx for future use. | Masahide NAKAMURA | 1 | -3/+3 |
| 2006-09-21 | [IPSEC]: Use HMAC template and hash interface | Herbert Xu | 1 | -15/+21 |
| 2006-09-21 | [IPSEC] ESP: Use block ciphers where applicable | Herbert Xu | 1 | -20/+29 |
| 2006-07-21 | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris | 1 | -3/+1 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-17 | [IPSEC] proto: Move transport mode input path into xfrm_mode_transport | Herbert Xu | 1 | -12/+6 |
| 2006-04-01 | [IPSEC]: Kill unused decap state argument | Herbert Xu | 1 | -4/+1 |
| 2006-03-20 | [IPSEC]: Sync series - fast path | Jamal Hadi Salim | 1 | -0/+1 |
| 2006-02-27 | [IPSEC]: Kill post_input hook and do NAT-T in esp_input directly | Herbert Xu | 1 | -90/+38 |
| 2006-02-27 | [IPSEC] esp: Kill unnecessary block and indentation | Herbert Xu | 1 | -44/+43 |
| 2006-01-03 | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2005-10-10 | [IPSEC] Fix block size/MTU bugs in ESP | Herbert Xu | 1 | -3/+3 |
| 2005-10-10 | [IPSEC]: Use ALIGN macro in ESP | Herbert Xu | 1 | -5/+6 |
| 2005-09-01 | [CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL | Jesper Juhl | 1 | -16/+8 |
| 2005-08-29 | [NET]: Make NETDEBUG pure printk wrappers | Patrick McHardy | 1 | -6/+6 |
| 2005-06-20 | [IPSEC]: Add xfrm_init_state | Herbert Xu | 1 | -1/+1 |
| 2005-05-31 | [IPSEC]: Fix esp_decap_data size verification in esp4. | Edgar E Iglesias | 1 | -1/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+510 |