aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-13xfrm: Fix the gc threshold value for ipv4Steffen Klassert1-1/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-11/+12
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-11/+12
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-3/+3
2012-09-04xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert1-0/+3
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2012-08-20net: ipv6: fix oops in inet_putpeer()Patrick McHardy1-0/+2
2012-08-15xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du1-1/+1
2012-08-02Fix unexpected SA hard expiration after changing dateFan Du1-0/+4
2012-07-18net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.Saurabh1-0/+2
2012-06-27xfrm_user: Propagate netlink error codes properly.David S. Miller1-6/+4
2012-05-15xfrm: Convert several xfrm policy match functions to bool.David S. Miller1-6/+6
2012-04-02xfrm: Stop using NLA_PUT*().David S. Miller1-2/+3
2012-02-25xfrm: remove unneeded method typedef declaration in net/xfrm.h.Rami Rosen1-5/+0
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-2/+2
2011-11-22xfrm: optimize ipv4 selector matchingAlexey Dobriyan1-0/+8
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller1-0/+3
2011-05-10xfrm: Assign the inner mode output function to the dst entrySteffen Klassert1-0/+3
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-3/+3
2011-04-10Disable rp_filter for IPsec packetsMichael Smith1-0/+9
2011-03-28xfrm: Assign esn pointers when cloning a stateSteffen Klassert1-0/+22
2011-03-21xfrm: Fix initialize repl field of struct xfrm_stateWei Yongjun1-0/+1
2011-03-13xfrm: Add support for IPsec extended sequence numbersSteffen Klassert1-0/+1
2011-03-13xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert1-4/+20
2011-03-13xfrm: Use separate low and high order bits of the sequence numbers in xfrm_skb_cbSteffen Klassert1-2/+8
2011-03-13xfrm: Add basic infrastructure to support IPsec extended sequence numbersSteffen Klassert1-0/+7
2011-03-12net: Use flowi4 and flowi6 in xfrm layer.David S. Miller1-12/+12
2011-03-12net: Make flowi ports AF dependent.David S. Miller1-9/+9
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-2/+2
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller1-0/+1
2011-02-27xfrm: Pass const xfrm_mark to xfrm_mark_put().David S. Miller1-1/+1
2011-02-27xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.David S. Miller1-5/+5
2011-02-27xfrm: Pass const arg to xfrm_alg_len and xfrm_alg_auth_len.David S. Miller1-2/+2
2011-02-27xfrm: Pass name as const to xfrm_*_get_byname().David S. Miller1-4/+4
2011-02-23xfrm: Const'ify xfrm_address_t args to xfrm_state_find.David S. Miller1-2/+2
2011-02-23xfrm: Const'ify ptr args to xfrm_state_*_check and xfrm_state_kern.David S. Miller1-12/+12
2011-02-23xfrm: Const'ify xfrm_tmpl and xfrm_state args to xfrm_state_addr_cmp.David S. Miller1-3/+3
2011-02-23xfrm: Const'ify policy arg to xp_net.David S. Miller1-1/+1
2011-02-23xfrm: Const'ify selector args in xfrm_migrate paths.David S. Miller1-1/+1
2011-02-23xfrm: Const'ify pointer args to km_migrate() and implementations.David S. Miller1-4/+8
2011-02-23xfrm: Const'ify address argument to xfrm_addr_any()David S. Miller1-1/+1
2011-02-23xfrm: Const'ify address arguments to xfrm_addr_cmp()David S. Miller1-1/+2
2011-02-23xfrm: Const'ify address arguments to ->dst_lookup()David S. Miller1-2/+2
2011-02-23xfrm: Const'ify selector argument to xfrm_selector_match()David S. Miller1-1/+1
2011-02-23xfrm: Const'ify tmpl and address arguments to ->init_temprop()David S. Miller1-2/+4
2011-02-23xfrm: Pass km_event pointers around as const when possible.David S. Miller1-4/+4
2011-02-22xfrm: Mark flowi arg to xfrm_state_find() const.David S. Miller1-2/+4
2011-02-22xfrm: Mark flowi arg to xfrm_selector_match() const.David S. Miller1-1/+2