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