Commit Graph

274 Commits (dc512814b5f8b7b80c74d6170b93a606ae4f36c5)

Author SHA1 Message Date
Paul Moore 5951cab136 [XFRM]: Audit function arguments misordered 17 years ago
Paul Moore 9ab4c954ce [XFRM]: Display the audited SPI value in host byte order. 17 years ago
Herbert Xu 75b8c13326 [IPSEC]: Fix potential dst leak in xfrm_lookup 17 years ago
Herbert Xu 5e5234ff17 [IPSEC]: Fix uninitialised dst warning in __xfrm_lookup 17 years ago
Patrick McHardy 5dba479711 [XFRM]: Fix leak of expired xfrm_states 17 years ago
Herbert Xu 8053fc3de7 [IPSEC]: Temporarily remove locks around copying of non-atomic fields 17 years ago
Adrian Bunk 87ae9afdca cleanup asm/scatterlist.h includes 17 years ago
David S. Miller 0e0940d4bb [IPSEC]: Fix scatterlist handling in skb_icv_walk(). 18 years ago
Jens Axboe 642f149031 SG: Change sg_set_page() to take length and offset argument 18 years ago
Heiko Carstens b3b724f48c net: fix xfrm build - missing scatterlist.h include 18 years ago
Jens Axboe fa05f1286b Update net/ to use sg helpers 18 years ago
Herbert Xu 13996378e6 [IPSEC]: Rename mode to outer_mode and add inner_mode 18 years ago
Herbert Xu 17c2a42a24 [IPSEC]: Store afinfo pointer in xfrm_mode 18 years ago
Herbert Xu 1bfcb10f67 [IPSEC]: Add missing BEET checks 18 years ago
Herbert Xu aa5d62cc87 [IPSEC]: Move type and mode map into xfrm_state.c 18 years ago
Herbert Xu 440725000c [IPSEC]: Fix length check in xfrm_parse_spi 18 years ago
Denis V. Lunev cd40b7d398 [NET]: make netlink user -> kernel interface synchronious 18 years ago
Herbert Xu b7c6538cd8 [IPSEC]: Move state lock into x->type->output 18 years ago
Herbert Xu 050f009e16 [IPSEC]: Lock state when copying non-atomic fields to user-space 18 years ago
Herbert Xu 68325d3b12 [XFRM] user: Move attribute copying code into copy_to_user_state_extra 18 years ago
Herbert Xu 658b219e93 [IPSEC]: Move common code into xfrm_alloc_spi 18 years ago
Herbert Xu 75ba28c633 [IPSEC]: Remove gratuitous km wake-up events on ACQUIRE 18 years ago
Herbert Xu 007f0211a8 [IPSEC]: Store IPv6 nh pointer in mac_header on output 18 years ago
Herbert Xu 1ecafede83 [IPSEC]: Remove bogus ref count in xfrm_secpath_reject 18 years ago
Herbert Xu 45b17f48ea [IPSEC]: Move RO-specific output code into xfrm6_mode_ro.c 18 years ago
Herbert Xu cdf7e668d4 [IPSEC]: Unexport xfrm_replay_notify 18 years ago
Herbert Xu 436a0a4022 [IPSEC]: Move output replay code into xfrm_output 18 years ago
Herbert Xu 83815dea47 [IPSEC]: Move xfrm_state_check into xfrm_output.c 18 years ago
Herbert Xu 406ef77c89 [IPSEC]: Move common output code to xfrm_output 18 years ago
Eric W. Biederman 2774c7aba6 [NET]: Make the loopback device per network namespace. 18 years ago
Daniel Lezcano de3cb747ff [NET]: Dynamically allocate the loopback device, part 1. 18 years ago
Herbert Xu 0cfad07555 [NETLINK]: Avoid pointer in netlink_run_queue 18 years ago
Eric W. Biederman b4b510290b [NET]: Support multiple network namespaces with netlink 18 years ago
Eric W. Biederman e9dc865340 [NET]: Make device event notification network namespace safe 18 years ago
Joy Latten ab5f5e8b14 [XFRM]: xfrm audit calls 18 years ago
Thomas Graf f7944fb191 [XFRM] policy: Replace magic number with XFRM_POLICY_OUT 18 years ago
Thomas Graf fd21150a0f [XFRM] netlink: Inline attach_encap_tmpl(), attach_sec_ctx(), and attach_one_addr() 18 years ago
Thomas Graf 15901a2746 [XFRM] netlink: Remove dependency on rtnetlink 18 years ago
Thomas Graf 5424f32e48 [XFRM] netlink: Use nlattr instead of rtattr 18 years ago
Thomas Graf 35a7aa08bf [XFRM] netlink: Rename attribute array from xfrma[] to attrs[] 18 years ago
Thomas Graf fab448991d [XFRM] netlink: Enhance indexing of the attribute array 18 years ago
Thomas Graf cf5cb79f69 [XFRM] netlink: Establish an attribute policy 18 years ago
Thomas Graf a7bd9a45c8 [XFRM] netlink: Use nlmsg_parse() to parse attributes 18 years ago
Thomas Graf 7deb226490 [XFRM] netlink: Use nlmsg_new() and type-safe size calculation helpers 18 years ago
Thomas Graf cfbfd45a8c [XFRM] netlink: Clear up some of the CONFIG_XFRM_SUB_POLICY ifdef mess 18 years ago
Thomas Graf c26445acbc [XFRM] netlink: Move algorithm length calculation to its own function 18 years ago
Thomas Graf c0144beaec [XFRM] netlink: Use nla_put()/NLA_PUT() variantes 18 years ago
Thomas Graf 082a1ad573 [XFRM] netlink: Use nlmsg_broadcast() and nlmsg_unicast() 18 years ago
Thomas Graf 7b67c8575f [XFRM] netlink: Use nlmsg_data() instead of NLMSG_DATA() 18 years ago
Thomas Graf 9825069d09 [XFRM] netlink: Use nlmsg_end() and nlmsg_cancel() 18 years ago