aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-14xfrm: Initialize the struct xfrm_dst behind the dst_enty fieldSteffen Klassert1-2/+3
2012-07-05xfrm: No need to copy generic neighbour pointer.David S. Miller1-3/+0
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller1-2/+4
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-2/+5
2012-06-27xfrm_user: Propagate netlink error codes properly.David S. Miller1-190/+204
2012-05-27ipv6: fix incorrect ipsec fragmentGao feng1-0/+3
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+1
2012-05-15xfrm: Convert several xfrm policy match functions to bool.David S. Miller1-13/+14
2012-05-15xfrm_algo: drop an unnecessary inclusionJan Beulich1-3/+0
2012-05-15xfrm: make xfrm_algo.c a moduleJan Beulich3-5/+13
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-4/+4
2012-04-09SELinux: include flow.h where used rather than get it indirectlyEric Paris1-0/+1
2012-04-01xfrm_user: Stop using NLA_PUT*().David S. Miller1-43/+62
2012-03-22xfrm: Access the replay notify functions via the registered callbacksSteffen Klassert1-3/+3
2012-03-22xfrm: Remove unused xfrm_state from xfrm_state_check_spaceSteffen Klassert1-2/+2
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-2/+7
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-1/+1
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris1-1/+1
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+14
2011-12-21net: Add a flow_cache_flush_deferred functionSteffen Klassert1-4/+14
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2-9/+9
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-1/+1
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert1-1/+3
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert1-3/+3
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-8/+4
2011-11-22xfrm: optimize ipv4 selector matchingAlexey Dobriyan1-2/+2
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2-0/+2
2011-10-19net: add skb frag size accessorsEric Dumazet1-1/+1
2011-10-18xfrm: Simplify the replay check and advance functionsSteffen Klassert1-64/+34
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-4/+6
2011-09-27net: check return value for dst_allocMadalin Bucur1-4/+6
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-0/+5
2011-09-21xfrm: Perform a replay check after return from async codepathsSteffen Klassert1-0/+5
2011-08-24net: xfrm: convert to SKB frag APIsIan Campbell1-4/+7
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-07-28xfrm: Fix key lengths for rfc3686(ctr(aes))Tushar Gohad1-2/+2
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller1-0/+7
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-1/+1
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2011-07-08XFRM: Fix memory leak in xfrm_state_updateTushar Gohad1-0/+2
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2011-07-01xfrm: Remove family arg from xfrm_bundle_okSteffen Klassert1-3/+3
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-1/+2
2011-06-07xfrm: Fix off by one in the replay advance functionsSteffen Klassert1-2/+2
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller2-1/+16
2011-05-10xfrm: Don't allow esn with disabled anti replay detectionSteffen Klassert1-0/+3