Age | Commit message (Expand) | Author | Files | Lines |
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-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -4/+3 |
2018-09-27 | net-ipv4: remove 2 always zero parameters from ipv4_redirect() | Maciej Żenczykowski | 1 | -1/+1 |
2018-09-27 | 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-02 | 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-05 | 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-05 | 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 |