index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xfrm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+5
2015-04-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-0
/
+5
2015-04-07
netfilter: Pass socket pointer down through okfn().
David Miller
1
-8
/
+8
2015-04-07
xfrm: fix xfrm_input/xfrm_tunnel_check oops
Alexey Dobriyan
1
-5
/
+5
2015-03-31
xfrm: simplify xfrm_address_t use
Jiri Benc
1
-4
/
+4
2015-03-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-6
/
+6
2015-03-03
xfrm: Do not parse 32bits compiled xfrm netlink msg on 64bits host
Fan Du
1
-0
/
+5
2015-02-12
xfrm: release dst_orig in case of error in xfrm_lookup()
huaibin Wang
1
-6
/
+6
2015-01-18
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
1
-9
/
+18
2015-01-12
net: xfrm: xfrm_algo: Remove unused function
Rickard Strandqvist
1
-5
/
+0
2014-12-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-27
/
+37
2014-11-13
xfrm: Use __xfrm_policy_link in xfrm_policy_insert
Herbert Xu
1
-3
/
+2
2014-11-13
xfrm: Do not hash socket policies
Herbert Xu
1
-18
/
+26
2014-11-03
xfrm: add XFRMA_REPLAY_VAL attribute to SA messages
dingzhi
1
-4
/
+8
2014-10-30
net: skb_fclone_busy() needs to detect orphaned skb
Eric Dumazet
1
-1
/
+1
2014-10-27
xfrm: fix set but not used warning in xfrm_policy_queue_process()
Fabian Frederick
1
-2
/
+1
2014-10-20
net: make skb_gso_segment error handling more robust
Florian Westphal
1
-0
/
+2
2014-10-01
net: cleanup and document skb fclone layout
Eric Dumazet
1
-3
/
+1
2014-09-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
4
-31
/
+281
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+40
2014-09-18
ipsec: Remove obsolete MAX_AH_AUTH_LEN
Herbert Xu
1
-2
/
+1
2014-09-16
xfrm: Generate queueing routes only from route lookup functions
Steffen Klassert
1
-8
/
+24
2014-09-16
xfrm: Generate blackhole routes only from route lookup functions
Steffen Klassert
1
-1
/
+17
2014-09-09
net: use kfree_skb_list() helper in more places
Florian Westphal
1
-5
/
+1
2014-09-02
xfrm: configure policy hash table thresholds by netlink
Christophe Gouault
2
-3
/
+164
2014-09-02
xfrm: hash prefixed policies based on preflen thresholds
Christophe Gouault
2
-16
/
+113
2014-08-29
xfrm: remove useless hash_resize_mutex locks
Ying Xue
1
-10
/
+3
2014-08-06
list: fix order of arguments for hlist_add_after(_rcu)
Ken Helias
1
-2
/
+2
2014-06-30
xfrm: Fix installation of AH IPsec SAs
Tobias Brunner
1
-4
/
+3
2014-06-26
xfrm: Fix refcount imbalance in xfrm_lookup
Steffen Klassert
1
-0
/
+2
2014-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+25
2014-06-03
xfrm: fix race between netns cleanup and state expire notification
Michal Kubecek
1
-11
/
+25
2014-05-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
4
-105
/
+36
2014-05-13
net/xfrm/xfrm_output.c: move EXPORT_SYMBOL
Fabian Frederick
1
-3
/
+2
2014-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-05-07
net: clean up snmp stats code
WANG Cong
2
-8
/
+5
2014-04-24
net: Use netlink_ns_capable to verify the permisions of netlink messages
Eric W. Biederman
1
-1
/
+1
2014-04-23
xfrm: Remove useless xfrm_audit struct.
Tetsuo Handa
3
-78
/
+34
2014-04-22
xfrm: Remove useless secid field from xfrm_audit.
Tetsuo Handa
3
-45
/
+21
2014-04-15
ipv4: add a sock pointer to dst->output() path.
Eric Dumazet
1
-1
/
+1
2014-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2014-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-6
/
+81
2014-03-14
xfrm: Introduce xfrm_input_afinfo to access the the callbacks properly
Steffen Klassert
1
-0
/
+75
2014-03-12
flowcache: Fix resource leaks on namespace exit.
Steffen Klassert
1
-1
/
+6
2014-03-10
selinux: add gfp argument to security_xfrm_policy_alloc and fix callers
Nikolay Aleksandrov
1
-3
/
+3
2014-03-07
xfrm: rename struct xfrm_filter
Nicolas Dichtel
2
-6
/
+6
2014-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-12
/
+18
2014-02-26
xfrm: Fix unlink race when policies are deleted.
Steffen Klassert
1
-1
/
+1
2014-02-25
xfrm: Add xfrm_tunnel_skb_cb to the skb common buffer
Steffen Klassert
1
-0
/
+5
2014-02-25
xfrm4: Add IPsec protocol multiplexer
Steffen Klassert
1
-6
/
+11
[next]