summaryrefslogtreecommitdiffstats
path: root/net/xfrm
AgeCommit message (Expand)Author
2012-09-20xfrm_user: don't copy esn replay window twice for new statesMathias Krause
2012-09-20xfrm_user: ensure user supplied esn replay window is validMathias Krause
2012-09-20xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause
2012-09-20xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause
2012-09-20xfrm_user: fix info leak in copy_to_user_state()Mathias Krause
2012-09-20xfrm_user: fix info leak in copy_to_user_auth()Mathias Krause
2012-09-18xfrm: fix a read lock imbalance in make_blackholeLi RongQing
2012-09-18xfrm_user: return error pointer instead of NULL #2Mathias Krause
2012-09-18xfrm_user: return error pointer instead of NULLMathias Krause
2012-09-18xfrm: invalidate dst on policy insertion/deletionNicolas Dichtel
2012-09-04xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert
2012-08-31net/xfrm/xfrm_state.c: fix error return codeJulia Lawall
2012-08-20net: ipv6: fix oops in inet_putpeer()Patrick McHardy
2012-08-02Fix unexpected SA hard expiration after changing dateFan Du
2012-07-20net: Document dst->obsolete better.David S. Miller
2012-07-14xfrm: Initialize the struct xfrm_dst behind the dst_enty fieldSteffen Klassert
2012-07-05xfrm: No need to copy generic neighbour pointer.David S. Miller
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso
2012-06-27xfrm_user: Propagate netlink error codes properly.David S. Miller
2012-05-27ipv6: fix incorrect ipsec fragmentGao feng
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-05-15xfrm: Convert several xfrm policy match functions to bool.David S. Miller
2012-05-15xfrm_algo: drop an unnecessary inclusionJan Beulich
2012-05-15xfrm: make xfrm_algo.c a moduleJan Beulich
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-09SELinux: include flow.h where used rather than get it indirectlyEric Paris
2012-04-01xfrm_user: Stop using NLA_PUT*().David S. Miller
2012-03-22xfrm: Access the replay notify functions via the registered callbacksSteffen Klassert
2012-03-22xfrm: Remove unused xfrm_state from xfrm_state_check_spaceSteffen Klassert
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-21net: Add a flow_cache_flush_deferred functionSteffen Klassert
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-22xfrm: optimize ipv4 selector matchingAlexey Dobriyan
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-18xfrm: Simplify the replay check and advance functionsSteffen Klassert
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-27net: check return value for dst_allocMadalin Bucur
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller