summaryrefslogtreecommitdiff
path: root/ip/ipxfrm.c
Commit message (Expand)AuthorAgeFilesLines
* ip: use SPDXStephen Hemminger2023-01-141-18/+2
* xfrm: add an interface to offload policyLeon Romanovsky2022-12-141-7/+10
* xfrm: add packet offload mode to xfrm stateLeon Romanovsky2022-12-141-2/+4
* Merge branch 'main' into nextDavid Ahern2021-03-211-26/+17
|\
| * ip: xfrm: limit the length of the security context name when printingSabrina Dubroca2021-03-161-26/+17
* | ip: xfrm: add support for tfcpadSabrina Dubroca2021-03-211-0/+8
|/
* ip xfrm: support printing XFRMA_SET_MARK_MASK attribute in statesAntony Antony2020-09-011-0/+4
* ip-xfrm: add support for oseq-may-wrap extra flagPetr Vaněk2020-08-031-0/+3
* ip: xfrm: add espintcp encapsulationSabrina Dubroca2020-01-221-4/+10
* ip xfrm: support setting/printing XFRMA_IF_ID attribute in states/policiesEyal Birger2019-04-111-0/+8
* xfrm: add option to hide keys in state outputBenedict Wong2019-01-211-22/+27
* ipxfrm: make local functions staticStephen Hemminger2018-11-191-5/+6
* Include bsd/string.h only in include/utils.hLuca Boccassi2018-11-051-3/+0
* Use libbsd for strlcpy if availableLuca Boccassi2018-11-011-0/+3
* ip-xfrm: Add support for OUTPUT_MARKSubash Abhinov Kasiviswanathan2018-06-181-1/+16
* ipxfrm: Replace STRBUF_CAT macro with strlcat()Phil Sutter2017-09-011-16/+5
* ip xfrm: Add xfrm state crypto offloadBoris Pismenny2017-05-011-0/+19
* xfrm: remove unnecessary castsStephen Hemminger2017-02-241-7/+7
* netlink route attribute cleanupStephen Hemminger2017-02-241-10/+9
* Use C99 style initializers everywherePhil Sutter2016-07-201-19/+7
* utils: add get_be{16, 32, 64}, use them where possibleSabrina Dubroca2016-06-081-10/+3
* utils: make rt_addr_n2a() non-reentrant by defaultPhil Sutter2016-03-271-23/+6
* ip: code cleanupStephen Hemminger2016-03-211-9/+23
* xfrm: remove duplicated includeZhang Shengju2015-07-271-1/+0
* ip-xfrm: support 'proto any' with 'sport' and 'dport'Pavel Šimerda2015-04-201-0/+1
* add a source addres length parameter to rt_addr_n2aEric W. Biederman2015-03-241-6/+11
* xfrm: Fix -o (oneline) being broken in xfrm and correct mark radixphilipp@redfish-solutions.com2015-03-241-1/+2
* xfrm: add support of ESN and anti-replay windowdingzhi2014-10-291-0/+57
* cleanup warningsStephen Hemminger2014-08-041-11/+8
* Remove trailing whitespaceStephen Hemminger2014-02-171-2/+2
* Fix FSF address in file headersStephen Hemminger2013-12-061-2/+1
* ip/xfrm: Fix potential SIGSEGV when printing extra flagsThomas Egerer2013-08-311-1/+1
* ip/xfrm: all to set flag XFRM_SA_XFLAG_DONT_ENCAP_DSCPNicolas Dichtel2013-05-171-0/+10
* ip/xfrm: Improve error stringsDavid Ward2013-03-281-32/+32
* ip/xfrm: Do not print a zero-length algorithm keyDavid Ward2013-03-281-5/+7
* ip/xfrm: Extend SPI validity checkingDavid Ward2013-03-281-0/+12
* ip: make local functions staticStephen Hemminger2013-02-121-0/+1
* iproute2: improved error messagesKees van Reeuwijk2013-02-111-1/+1
* ipxfrm: use alloca to allocate stack spaceMike Frysinger2013-01-181-16/+11
* Convert to use rta_getattr_ functionsStephen Hemminger2012-04-101-1/+1
* xfrm: Update documentationDavid Ward2011-07-111-4/+4
* iproute2: parse flag XFRM_POLICY_ICMPUlrich Weber2011-04-121-0/+1
* iproute2: add support of flag XFRM_STATE_ALIGN4Nicolas Dichtel2011-03-021-0/+1
* iproute2: allow to specify truncation bits on auth algoNicolas Dichtel2011-02-251-1/+27
* xfrm security context supportJoy Latten2011-02-251-0/+28
* iproute2: support xfrm upper protocol gre keyTimo Teräs2010-11-301-0/+39
* iproute2: display xfrm socket policy directionUlrich Weber2010-09-131-1/+6
* xfrm: Introduce xfrm by markJamal Hadi Salim2010-03-031-0/+40
* ip xfrm state: parse and print "icmp" and "af-unspec" flagsAlex Badea2010-01-211-0/+2
* Consolidate fprintf statementsStephen Hemminger2009-11-101-51/+27