Commit Graph

130 Commits (f3ade837808121ff8bab9c56725f4fe40ec85a56)

Author SHA1 Message Date
Steffen Klassert ccf9b3b83d xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_info 17 years ago
David S. Miller 88860c9ef4 xfrm_user: Remove zero length key checks. 17 years ago
Eric Paris 2532386f48 Audit: collect sessionid in netlink messages 17 years ago
Herbert Xu c5d18e984a [IPSEC]: Fix catch-22 with algorithm IDs above 31 17 years ago
Denis V. Lunev 2c8dd11636 [XFRM]: Compilation warnings in xfrm_user.c. 17 years ago
Paul Moore 03e1ad7b5d LSM: Make the Labeled IPsec hooks more stack friendly 17 years ago
Patrick McHardy bcf0dda8d2 [XFRM]: xfrm_user: fix selector family initialization 17 years ago
Kazunori MIYAZAWA df9dcb4588 [IPSEC]: Fix inter address family IPsec tunnel handling. 17 years ago
Timo Teras 4c563f7669 [XFRM]: Speed up xfrm_policy and xfrm_state walking 17 years ago
YOSHIFUJI Hideaki 073a371987 [XFRM]: Avoid bogus BUG() when throwing new policy away. 17 years ago
Herbert Xu 1a6509d991 [IPSEC]: Add support for combined mode algorithms 17 years ago
Denis V. Lunev b7c6ba6eb1 [NETNS]: Consolidate kernel netlink socket destruction. 17 years ago
WANG Cong 64c31b3f76 [XFRM] xfrm_policy_destroy: Rename and relative fixes. 17 years ago
Herbert Xu d26f398400 [IPSEC]: Make x->lastused an unsigned long 17 years ago
Eric Dumazet 0f99be0d11 [XFRM]: xfrm_algo_clone() allocates too much memory 17 years ago
Herbert Xu 8053fc3de7 [IPSEC]: Temporarily remove locks around copying of non-atomic fields 17 years ago
Denis V. Lunev cd40b7d398 [NET]: make netlink user -> kernel interface synchronious 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 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
Joy Latten ab5f5e8b14 [XFRM]: xfrm audit calls 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
Thomas Graf 79b8b7f4ab [XFRM] netlink: Use nlmsg_put() instead of NLMSG_PUT() 18 years ago
Herbert Xu 196b003620 [IPSEC]: Ensure that state inner family is set 18 years ago
Joy Latten 4aa2e62c45 xfrm: Add security check before flushing SAD/SPD 18 years ago
Jamal Hadi Salim 5a6d34162f [XFRM] SPD info TLV aggregation 18 years ago
Jamal Hadi Salim af11e31609 [XFRM] SAD info TLV aggregationx 18 years ago
Jamal Hadi Salim ecfd6b1837 [XFRM]: Export SPD info 18 years ago
Jamal Hadi Salim 566ec03448 [XFRM]: Missing bits to SAD info. 18 years ago
Jamal Hadi Salim 28d8909bc7 [XFRM]: Export SAD info. 18 years ago
Stephen Hemminger 3ff50b7997 [NET]: cleanup extra semicolons 18 years ago
Patrick McHardy af65bdfce9 [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it 18 years ago
Thomas Graf c702e8047f [NETLINK]: Directly return -EINTR from netlink_dump_start() 18 years ago
Thomas Graf 1d00a4eb42 [NETLINK]: Remove error pointer from netlink message handler 18 years ago
Thomas Graf 45e7ae7f71 [NETLINK]: Ignore control messages directly in netlink_run_queue() 18 years ago