Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
1596c97aa896fdcee49d3bf90c91ed91e0d81492
/
net
/
xfrm
5a3e55d
[NET]: Multiple namespaces in the all dst_ifdown routines.
by Denis V. Lunev
· 17 years ago
2fcb45b
[IPSEC]: Use the correct family for input state lookup
by Herbert Xu
· 17 years ago
875179f
[IPSEC]: SPD auditing fix to include the netmask/prefix-length
by Paul Moore
· 17 years ago
dcaee95
[IPSEC]: kmalloc + memset conversion to kzalloc
by Joonwoo Park
· 17 years ago
294b4ba
[IPSEC]: Kill afinfo->nf_post_routing
by David S. Miller
· 17 years ago
1bf06cd
[IPSEC]: Add async resume support on input
by Herbert Xu
· 17 years ago
60d5fcf
[IPSEC]: Remove nhoff from xfrm_input
by Herbert Xu
· 17 years ago
d26f398
[IPSEC]: Make x->lastused an unsigned long
by Herbert Xu
· 17 years ago
0ebea8e
[IPSEC]: Move state lock into x->type->input
by Herbert Xu
· 17 years ago
668dc8a
[IPSEC]: Move integrity stat collection into xfrm_input
by Herbert Xu
· 17 years ago
b2aa5e9
[IPSEC]: Store xfrm states in security path directly
by Herbert Xu
· 17 years ago
716062f
[IPSEC]: Merge most of the input path
by Herbert Xu
· 17 years ago
c6581a4
[IPSEC]: Add async resume support on output
by Herbert Xu
· 17 years ago
862b82c
[IPSEC]: Merge most of the output path
by Herbert Xu
· 17 years ago
227620e
[IPSEC]: Separate inner/outer mode processing on input
by Herbert Xu
· 17 years ago
a2deb6d2
[IPSEC]: Move x->outer_mode->output out of locked section
by Herbert Xu
· 17 years ago
25ee328
[IPSEC]: Merge common code into xfrm_bundle_create
by Herbert Xu
· 17 years ago
66cdb3c
[IPSEC]: Move flow construction into xfrm_dst_lookup
by Herbert Xu
· 17 years ago
550ade8
[IPSEC]: Use dst->header_len when resizing on output
by Herbert Xu
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
0f99be0
[XFRM]: xfrm_algo_clone() allocates too much memory
by Eric Dumazet
· 17 years ago
2d60abc
[XFRM]: Do not define km_migrate() if !CONFIG_XFRM_MIGRATE
by Eric Dumazet
· 17 years ago
5951cab
[XFRM]: Audit function arguments misordered
by Paul Moore
· 17 years ago
9ab4c95
[XFRM]: Display the audited SPI value in host byte order.
by Paul Moore
· 17 years ago
75b8c13
[IPSEC]: Fix potential dst leak in xfrm_lookup
by Herbert Xu
· 17 years ago
5e5234f
[IPSEC]: Fix uninitialised dst warning in __xfrm_lookup
by Herbert Xu
· 17 years ago
5dba479
[XFRM]: Fix leak of expired xfrm_states
by Patrick McHardy
· 17 years ago
8053fc3
[IPSEC]: Temporarily remove locks around copying of non-atomic fields
by Herbert Xu
· 17 years ago
87ae9af
cleanup asm/scatterlist.h includes
by Adrian Bunk
· 17 years ago
0e0940d
[IPSEC]: Fix scatterlist handling in skb_icv_walk().
by David S. Miller
· 17 years ago
642f14903
SG: Change sg_set_page() to take length and offset argument
by Jens Axboe
· 17 years ago
b3b724f
net: fix xfrm build - missing scatterlist.h include
by Heiko Carstens
· 17 years ago
fa05f12
Update net/ to use sg helpers
by Jens Axboe
· 17 years ago
1399637
[IPSEC]: Rename mode to outer_mode and add inner_mode
by Herbert Xu
· 17 years ago
17c2a42
[IPSEC]: Store afinfo pointer in xfrm_mode
by Herbert Xu
· 17 years ago
1bfcb10
[IPSEC]: Add missing BEET checks
by Herbert Xu
· 17 years ago
aa5d62c
[IPSEC]: Move type and mode map into xfrm_state.c
by Herbert Xu
· 17 years ago
4407250
[IPSEC]: Fix length check in xfrm_parse_spi
by Herbert Xu
· 17 years ago
cd40b7d
[NET]: make netlink user -> kernel interface synchronious
by Denis V. Lunev
· 17 years ago
b7c6538c
[IPSEC]: Move state lock into x->type->output
by Herbert Xu
· 17 years ago
050f009
[IPSEC]: Lock state when copying non-atomic fields to user-space
by Herbert Xu
· 17 years ago
68325d3
[XFRM] user: Move attribute copying code into copy_to_user_state_extra
by Herbert Xu
· 17 years ago
658b219
[IPSEC]: Move common code into xfrm_alloc_spi
by Herbert Xu
· 17 years ago
75ba28c
[IPSEC]: Remove gratuitous km wake-up events on ACQUIRE
by Herbert Xu
· 17 years ago
007f021
[IPSEC]: Store IPv6 nh pointer in mac_header on output
by Herbert Xu
· 17 years ago
1ecafed
[IPSEC]: Remove bogus ref count in xfrm_secpath_reject
by Herbert Xu
· 17 years ago
45b17f4
[IPSEC]: Move RO-specific output code into xfrm6_mode_ro.c
by Herbert Xu
· 17 years ago
cdf7e66
[IPSEC]: Unexport xfrm_replay_notify
by Herbert Xu
· 17 years ago
436a0a4
[IPSEC]: Move output replay code into xfrm_output
by Herbert Xu
· 17 years ago
83815de
[IPSEC]: Move xfrm_state_check into xfrm_output.c
by Herbert Xu
· 17 years ago
406ef77
[IPSEC]: Move common output code to xfrm_output
by Herbert Xu
· 17 years ago
2774c7a
[NET]: Make the loopback device per network namespace.
by Eric W. Biederman
· 17 years ago
de3cb74
[NET]: Dynamically allocate the loopback device, part 1.
by Daniel Lezcano
· 17 years ago
0cfad07
[NETLINK]: Avoid pointer in netlink_run_queue
by Herbert Xu
· 17 years ago
b4b5102
[NET]: Support multiple network namespaces with netlink
by Eric W. Biederman
· 17 years ago
e9dc865
[NET]: Make device event notification network namespace safe
by Eric W. Biederman
· 17 years ago
ab5f5e8
[XFRM]: xfrm audit calls
by Joy Latten
· 17 years ago
f7944fb
[XFRM] policy: Replace magic number with XFRM_POLICY_OUT
by Thomas Graf
· 17 years ago
fd21150
[XFRM] netlink: Inline attach_encap_tmpl(), attach_sec_ctx(), and attach_one_addr()
by Thomas Graf
· 17 years ago
15901a2
[XFRM] netlink: Remove dependency on rtnetlink
by Thomas Graf
· 17 years ago
5424f32
[XFRM] netlink: Use nlattr instead of rtattr
by Thomas Graf
· 17 years ago
35a7aa0
[XFRM] netlink: Rename attribute array from xfrma[] to attrs[]
by Thomas Graf
· 17 years ago
fab4489
[XFRM] netlink: Enhance indexing of the attribute array
by Thomas Graf
· 17 years ago
cf5cb79
[XFRM] netlink: Establish an attribute policy
by Thomas Graf
· 17 years ago
a7bd9a4
[XFRM] netlink: Use nlmsg_parse() to parse attributes
by Thomas Graf
· 17 years ago
7deb226
[XFRM] netlink: Use nlmsg_new() and type-safe size calculation helpers
by Thomas Graf
· 17 years ago
cfbfd45
[XFRM] netlink: Clear up some of the CONFIG_XFRM_SUB_POLICY ifdef mess
by Thomas Graf
· 17 years ago
c26445a
[XFRM] netlink: Move algorithm length calculation to its own function
by Thomas Graf
· 17 years ago
c0144be
[XFRM] netlink: Use nla_put()/NLA_PUT() variantes
by Thomas Graf
· 17 years ago
082a1ad
[XFRM] netlink: Use nlmsg_broadcast() and nlmsg_unicast()
by Thomas Graf
· 17 years ago
7b67c85
[XFRM] netlink: Use nlmsg_data() instead of NLMSG_DATA()
by Thomas Graf
· 17 years ago
9825069
[XFRM] netlink: Use nlmsg_end() and nlmsg_cancel()
by Thomas Graf
· 17 years ago
79b8b7f
[XFRM] netlink: Use nlmsg_put() instead of NLMSG_PUT()
by Thomas Graf
· 17 years ago
b5890d8
[XFRM]: Clean up duplicate includes in net/xfrm/
by Jesper Juhl
· 17 years ago
e6e0871
Net/Security: fix memory leaks from security_secid_to_secctx()
by Paul Moore
· 17 years ago
48b8d78
[XFRM]: State selection update to use inner addresses.
by Joakim Koskela
· 17 years ago
196b003
[IPSEC]: Ensure that state inner family is set
by Herbert Xu
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 18 years ago
7dc12d6
[NET] XFRM: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
bd0bf07
[XFRM]: Fix crash introduced by struct dst_entry reordering
by Patrick McHardy
· 18 years ago
628529b
[XFRM] Introduce standalone SAD lookup
by Jamal Hadi Salim
· 18 years ago
2812161
[XFRM]: Fix MTU calculation for non-ESP SAs
by Patrick McHardy
· 18 years ago
4aa2e62
xfrm: Add security check before flushing SAD/SPD
by Joy Latten
· 18 years ago
aad0e0b
[XFRM]: xfrm_larval_drop sysctl should be __read_mostly.
by David S. Miller
· 18 years ago
01e67d0
[XFRM]: Allow XFRM_ACQ_EXPIRES to be tunable via sysctl.
by David S. Miller
· 18 years ago
14e50e5
[XFRM]: Allow packet drops during larval state resolution.
by David S. Miller
· 18 years ago
26b8e51
[IPSEC]: Fix warnings with casting int to pointer
by Herbert Xu
· 18 years ago
c92b3a2
[IPSEC] pfkey: Load specific algorithm in pfkey_add rather than all
by Herbert Xu
· 18 years ago
6253db0
[IPSEC]: Don't warn if high-order hash resize fails
by Herbert Xu
· 18 years ago
b5505c6
[IPSEC]: Check validity of direction in xfrm_policy_byid
by Herbert Xu
· 18 years ago
5a6d341
[XFRM] SPD info TLV aggregation
by Jamal Hadi Salim
· 18 years ago
af11e31
[XFRM] SAD info TLV aggregationx
by Jamal Hadi Salim
· 18 years ago
157bfc2
[XFRM]: Restrict upper layer information by bundle.
by Masahide NAKAMURA
· 18 years ago
ecfd6b1
[XFRM]: Export SPD info
by Jamal Hadi Salim
· 18 years ago
1a028e5
[NET]: Revert sk_buff walker cleanups.
by David S. Miller
· 18 years ago
566ec03
[XFRM]: Missing bits to SAD info.
by Jamal Hadi Salim
· 18 years ago
eefa390
[NET]: Clean up sk_buff walkers.
by Jean Delvare
· 18 years ago
28d8909
[XFRM]: Export SAD info.
by Jamal Hadi Salim
· 18 years ago
3ff50b7
[NET]: cleanup extra semicolons
by Stephen Hemminger
· 18 years ago
af65bdf
[NETLINK]: Switch cb_lock spinlock to mutex and allow to override it
by Patrick McHardy
· 18 years ago
Next »