Age | Commit message (Expand) | Author |
2018-01-08 | xfrm: Return error on unknown encap_type in init_state | Herbert Xu |
2017-11-03 | net: use -ENOSPC for transient busy indication | Gilad Ben-Yossef |
2017-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-08-31 | xfrm: Add support for network devices capable of removing the ESP trailer | Yossi Kuperman |
2017-08-25 | esp: Fix skb tailroom calculation | Steffen Klassert |
2017-08-25 | esp: Fix locking on page fragment allocation | Steffen Klassert |
2017-08-02 | esp4: Support RX checksum with crypto offload | Ilan Tayari |
2017-07-13 | esp: Fix memleaks on error paths. | Steffen Klassert |
2017-07-01 | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg |
2017-06-04 | ipsec: check return value of skb_to_sgvec always | Jason A. Donenfeld |
2017-05-04 | esp4: Fix udpencap for local TCP packets. | Steffen Klassert |
2017-05-01 | net/esp4: Fix invalid esph pointer crash | Ilan Tayari |
2017-04-24 | esp: Fix misplaced spin_unlock_bh. | Steffen Klassert |
2017-04-14 | esp: Use a synchronous crypto algorithm on offloading. | Steffen Klassert |
2017-04-14 | esp: Add gso handlers for esp4 and esp6 | Steffen Klassert |
2017-04-14 | esp4: Reorganize esp_output | Steffen Klassert |
2017-04-14 | xfrm: Add an IPsec hardware offloading API | Steffen Klassert |
2017-01-17 | esp: Introduce a helper to setup the trailer | Steffen Klassert |
2017-01-17 | esp4: Avoid skb_cow_data whenever possible | Steffen Klassert |
2016-11-30 | esp4: Fix integrity verification when ESN are used | Tobias Brunner |
2016-06-23 | esp: Fix ESN generation under UDP encapsulation | Herbert Xu |
2015-05-28 | esp4: Switch to new AEAD interface | Herbert Xu |
2015-04-03 | ipv4: coding style: comparison for equality with NULL | Ian Morris |
2014-11-06 | net: esp: Convert NETDEBUG to pr_info | Joe Perches |
2014-11-04 | esp4: remove assignment in if condition | Fabian Frederick |
2014-02-25 | esp4: Use the IPsec protocol multiplexer API | Steffen Klassert |
2013-10-29 | net: esp{4,6}: get rid of struct esp_data | Mathias Krause |
2013-10-29 | net: esp{4,6}: remove padlen from struct esp_data | Mathias Krause |
2013-08-05 | net: esp{4,6}: fix potential MTU calculation overflows | Daniel Borkmann |
2013-06-03 | ipv4: properly refresh rtable entries on pmtu/redirect events | Timo Teräs |
2013-04-15 | esp4: fix error return code in esp_output() | Wei Yongjun |
2013-01-21 | xfrm4: Invalidate all ipv4 routes on IPsec pmtu events | Steffen Klassert |
2013-01-08 | ah4/esp4: set transport header correctly for IPsec tunnel mode. | Li RongQing |
2012-07-11 | ipv4: Add redirect support to all protocol icmp error handlers. | David S. Miller |
2012-06-14 | ipv4: Handle PMTU in all ICMP error handlers. | David S. Miller |
2012-05-27 | xfrm: take net hdr len into account for esp payload size calculation | Benjamin Poirier |
2012-03-12 | net: ipv4: Standardize prefixes for message logging | Joe Perches |
2012-03-11 | net: Convert printks to pr_<level> | Joe Perches |
2011-04-22 | inet: constify ip headers and in6_addr | Eric Dumazet |
2011-03-13 | esp4: Add support for IPsec extended sequence numbers | Steffen Klassert |
2011-03-13 | xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk... | Steffen Klassert |
2010-12-10 | xfrm: Traffic Flow Confidentiality for IPv4 ESP | Martin Willi |
2010-02-22 | xfrm: SA lookups signature with mark | Jamal Hadi Salim |
2009-11-25 | xfrm: Use the user specified truncation length in ESP and AH | Martin Willi |
2009-09-14 | net: constify struct net_protocol | Alexey Dobriyan |
2008-11-25 | netns xfrm: AH/ESP in netns! | Alexey Dobriyan |
2008-11-25 | netns xfrm: state lookup in netns | Alexey Dobriyan |
2008-11-03 | net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c in... | Jianjun Kong |
2008-08-06 | ipsec: Interfamily IPSec BEET | Joakim Koskela |