index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xfrm
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-08
netlink: hide struct module parameter in netlink_kernel_create
Pablo Neira Ayuso
1
-1
/
+1
2012-08-22
xfrm: fix RCU bugs
Eric Dumazet
1
-37
/
+39
2012-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2012-08-20
net: ipv6: fix oops in inet_putpeer()
Patrick McHardy
1
-0
/
+2
2012-08-16
xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bh
Fan Du
1
-2
/
+2
2012-08-15
xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire
Fan Du
2
-6
/
+5
2012-08-14
Replace rwlock on xfrm_policy_afinfo with rcu
Priyanka Jain
1
-18
/
+21
2012-08-02
Fix unexpected SA hard expiration after changing date
Fan Du
1
-4
/
+17
2012-07-20
net: Document dst->obsolete better.
David S. Miller
1
-11
/
+12
2012-07-14
xfrm: Initialize the struct xfrm_dst behind the dst_enty field
Steffen Klassert
1
-2
/
+3
2012-07-05
xfrm: No need to copy generic neighbour pointer.
David S. Miller
1
-3
/
+0
2012-07-05
net: Add optional SKB arg to dst_ops->neigh_lookup().
David S. Miller
1
-2
/
+4
2012-06-29
netlink: add netlink_kernel_cfg parameter to netlink_kernel_create
Pablo Neira Ayuso
1
-2
/
+5
2012-06-27
xfrm_user: Propagate netlink error codes properly.
David S. Miller
1
-190
/
+204
2012-05-27
ipv6: fix incorrect ipsec fragment
Gao feng
1
-0
/
+3
2012-05-21
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-0
/
+1
2012-05-15
xfrm: Convert several xfrm policy match functions to bool.
David S. Miller
1
-13
/
+14
2012-05-15
xfrm_algo: drop an unnecessary inclusion
Jan Beulich
1
-3
/
+0
2012-05-15
xfrm: make xfrm_algo.c a module
Jan Beulich
3
-5
/
+13
2012-04-20
net: Convert all sysctl registrations to register_net_sysctl
Eric W. Biederman
1
-1
/
+1
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
1
-4
/
+4
2012-04-09
SELinux: include flow.h where used rather than get it indirectly
Eric Paris
1
-0
/
+1
2012-04-01
xfrm_user: Stop using NLA_PUT*().
David S. Miller
1
-43
/
+62
2012-03-22
xfrm: Access the replay notify functions via the registered callbacks
Steffen Klassert
1
-3
/
+3
2012-03-22
xfrm: Remove unused xfrm_state from xfrm_state_check_space
Steffen Klassert
1
-2
/
+2
2012-02-26
netlink: add netlink_dump_control structure for netlink_dump_start()
Pablo Neira Ayuso
1
-2
/
+7
2012-01-14
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
Linus Torvalds
1
-1
/
+1
2012-01-12
net: reintroduce missing rcu_assign_pointer() calls
Eric Dumazet
1
-1
/
+1
2012-01-05
security: remove the security_netlink_recv hook as it is equivalent to capable()
Eric Paris
1
-1
/
+1
2011-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+14
2011-12-21
net: Add a flow_cache_flush_deferred function
Steffen Klassert
1
-4
/
+14
2011-12-11
net: use IS_ENABLED(CONFIG_IPV6)
Eric Dumazet
2
-9
/
+9
2011-12-05
net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.
David Miller
1
-1
/
+1
2011-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+6
2011-11-26
net: Move mtu handling down to the protocol depended handlers
Steffen Klassert
1
-1
/
+3
2011-11-26
net: Rename the dst_opt default_mtu method to mtu
Steffen Klassert
1
-3
/
+3
2011-11-22
net: remove ipv6_addr_copy()
Alexey Dobriyan
1
-8
/
+4
2011-11-22
xfrm: optimize ipv4 selector matching
Alexey Dobriyan
1
-2
/
+2
2011-10-31
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2
-0
/
+2
2011-10-19
net: add skb frag size accessors
Eric Dumazet
1
-1
/
+1
2011-10-18
xfrm: Simplify the replay check and advance functions
Steffen Klassert
1
-64
/
+34
2011-10-07
Merge branch 'master' of github.com:davem330/net
David S. Miller
1
-4
/
+6
2011-09-27
net: check return value for dst_alloc
Madalin Bucur
1
-4
/
+6
2011-09-22
Merge branch 'master' of github.com:davem330/net
David S. Miller
1
-0
/
+5
2011-09-21
xfrm: Perform a replay check after return from async codepaths
Steffen Klassert
1
-0
/
+5
2011-08-24
net: xfrm: convert to SKB frag APIs
Ian Campbell
1
-4
/
+7
2011-08-02
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
Stephen Hemminger
1
-2
/
+2
2011-07-28
xfrm: Fix key lengths for rfc3686(ctr(aes))
Tushar Gohad
1
-2
/
+2
2011-07-18
net: Add ->neigh_lookup() operation to dst_ops
David S. Miller
1
-0
/
+7
2011-07-17
net: Abstract dst->neighbour accesses behind helpers.
David S. Miller
1
-1
/
+1
[next]