index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xfrm
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfrm: Don't allow esn with disabled anti replay detection
Steffen Klassert
2011-05-10
1
-0
/
+3
*
xfrm: Assign the inner mode output function to the dst entry
Steffen Klassert
2011-05-10
1
-1
/
+13
*
xfrm: Check for the new replay implementation if an esn state is inserted
Steffen Klassert
2011-04-26
1
-0
/
+3
*
xfrm: Fix replay window size calculation on initialization
Steffen Klassert
2011-04-26
1
-1
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-3
/
+3
*
xfrm: Restrict extended sequence numbers to esp
Steffen Klassert
2011-03-28
1
-0
/
+3
*
xfrm: Check for esn buffer len in xfrm_new_ae
Steffen Klassert
2011-03-28
1
-0
/
+21
*
xfrm: Assign esn pointers when cloning a state
Steffen Klassert
2011-03-28
1
-0
/
+6
*
xfrm: Move the test on replay window size into the replay check functions
Steffen Klassert
2011-03-28
2
-3
/
+16
*
dst: Clone child entry in skb_dst_pop
Steffen Klassert
2011-03-27
1
-1
/
+1
*
xfrm: Force a dst refcount before entering the xfrm type handlers
Steffen Klassert
2011-03-27
2
-0
/
+4
*
xfrm: Fix initialize repl field of struct xfrm_state
Wei Yongjun
2011-03-21
2
-2
/
+15
*
xfrm: Refcount destination entry on xfrm_lookup
Steffen Klassert
2011-03-16
1
-0
/
+2
*
xfrm: fix __xfrm_route_forward()
Eric Dumazet
2011-03-15
1
-2
/
+2
*
xfrm: Add user interface for esn and big anti-replay windows
Steffen Klassert
2011-03-13
2
-14
/
+87
*
xfrm: Add support for IPsec extended sequence numbers
Steffen Klassert
2011-03-13
2
-1
/
+193
*
xfrm: Support anti-replay window size bigger than 32 packets
Steffen Klassert
2011-03-13
1
-1
/
+206
*
xfrm: Move IPsec replay detection functions to a separate file
Steffen Klassert
2011-03-13
6
-124
/
+154
*
xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...
Steffen Klassert
2011-03-13
2
-3
/
+3
*
net: Use flowi4 and flowi6 in xfrm layer.
David S. Miller
2011-03-12
1
-12
/
+16
*
net: Break struct flowi out into AF specific instances.
David S. Miller
2011-03-12
1
-4
/
+4
*
net: Make flowi ports AF dependent.
David S. Miller
2011-03-12
1
-4
/
+4
*
net: Put flowi_* prefix on AF independent members of struct flowi
David S. Miller
2011-03-12
2
-10
/
+10
*
xfrm: Eliminate "fl" and "pol" args to xfrm_bundle_ok().
David S. Miller
2011-03-12
1
-19
/
+3
*
netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms
Patrick McHardy
2011-03-03
1
-24
/
+32
*
xfrm: Return dst directly from xfrm_lookup()
David S. Miller
2011-03-02
1
-17
/
+17
*
xfrm: Handle blackhole route creation via afinfo.
David S. Miller
2011-03-01
1
-20
/
+26
*
xfrm: Kill XFRM_LOOKUP_WAIT flag.
David S. Miller
2011-03-01
1
-1
/
+1
*
xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.
David S. Miller
2011-02-27
1
-4
/
+8
*
xfrm: Pass name as const to xfrm_*_get_byname().
David S. Miller
2011-02-27
2
-5
/
+5
*
xfrm: Const'ify xfrm_address_t args to xfrm_state_find.
David S. Miller
2011-02-23
1
-2
/
+2
*
xfrm: Remove unused 'saddr' and 'daddr' args to xfrm_state_look_at.
David S. Miller
2011-02-23
1
-3
/
+2
*
xfrm: Const'ify xfrm_address_t args to __xfrm_state_lookup{,_byaddr}.
David S. Miller
2011-02-23
1
-2
/
+8
*
xfrm: Const'ify xfrm_tmpl arg to xfrm_init_tempstate.
David S. Miller
2011-02-23
1
-1
/
+1
*
xfrm: Const'ify xfrm_address_t args to xfrm_*_hash.
David S. Miller
2011-02-23
1
-5
/
+6
*
xfrm: Const'ify sec_path arg to secpath_has_nontransport.
David S. Miller
2011-02-23
1
-1
/
+1
*
xfrm: Const'ify ptr args to xfrm_policy_ok.
David S. Miller
2011-02-23
1
-1
/
+1
*
xfrm: Const'ify ptr args to xfrm_state_ok.
David S. Miller
2011-02-23
1
-1
/
+1
*
xfrm: Const'ify selector arg to xfrm_dst_update_parent.
David S. Miller
2011-02-23
1
-1
/
+1
*
xfrm: Const'ify policy arg to clone_policy.
David S. Miller
2011-02-23
1
-1
/
+1
*
xfrm: Const'ify policy arg and local selector in xfrm_policy_match.
David S. Miller
2011-02-23
1
-2
/
+3
*
xfrm: Const'ify local xfrm_address_t pointers in xfrm_policy_lookup_bytype.
David S. Miller
2011-02-23
1
-1
/
+1
*
xfrm: Const'ify selector args in xfrm_migrate paths.
David S. Miller
2011-02-23
1
-4
/
+4
*
xfrm: Const'ify address args to hash helpers.
David S. Miller
2011-02-23
2
-15
/
+26
*
xfrm: Const'ify pointer args to km_migrate() and implementations.
David S. Miller
2011-02-23
2
-15
/
+15
*
xfrm: Const'ify pointer args to migrate_tmpl_match and xfrm_migrate_check
David S. Miller
2011-02-23
1
-2
/
+2
*
xfrm: Const'ify address arguments to __xfrm_dst_lookup()
David S. Miller
2011-02-23
1
-2
/
+2
*
xfrm: Const'ify selector argument to xfrm_selector_match()
David S. Miller
2011-02-23
1
-3
/
+3
*
xfrm: Pass km_event pointers around as const when possible.
David S. Miller
2011-02-23
2
-14
/
+14
*
net: Make flow cache paths use a const struct flowi.
David S. Miller
2011-02-22
1
-5
/
+8
[next]