summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2018-12-19xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal
2018-12-19xfrm: policy: remove set but not used variable 'priority'YueHaibing
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-11-28xfrm: policy: fix policy hash rebuildFlorian Westphal
2018-11-23xfrm_user: fix freeing of xfrm states on acquireMathias Krause
2018-11-22xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears th...Steffen Klassert
2018-11-15xfrm: policy: fix netlink/pf_key policy lookupsFlorian Westphal
2018-11-15xfrm: policy: add missing indentationColin Ian King
2018-11-09xfrm: policy: add 2nd-level saddr trees for inexact policiesFlorian Westphal
2018-11-09xfrm: policy: store inexact policies in a tree ordered by source addressFlorian Westphal
2018-11-09xfrm: policy: check reinserted policies match their nodeFlorian Westphal
2018-11-09xfrm: policy: store inexact policies in a tree ordered by destination addressFlorian Westphal
2018-11-09xfrm: policy: add inexact policy search tree infrastructureFlorian Westphal
2018-11-09xfrm: policy: consider if_id when hashing inexact policyFlorian Westphal
2018-11-09xfrm: policy: store inexact policies in an rhashtableFlorian Westphal
2018-11-09xfrm: policy: return NULL when inexact search neededFlorian Westphal
2018-11-09xfrm: policy: split list insertion into a helperFlorian Westphal
2018-11-09xfrm: security: iterate all, not inexact listsFlorian Westphal
2018-11-06xfrm: Fix bucket count reported to userspaceBenjamin Poirier
2018-11-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar
2018-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov
2018-10-31ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-28xfrm: Fix error return code in xfrm_output_one()Wei Yongjun
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-10-15xfrm: use complete IPv6 addresses for hashMichal Kubecek
2018-10-11xfrm: policy: use hlist rcu variants on insertFlorian Westphal
2018-10-08net: Add extack to nlmsg_parseDavid Ahern
2018-10-08xfrm: use correct size to initialise sp->ovecLi RongQing
2018-10-08xfrm: remove unnecessary check in xfrmi_get_stats64Li RongQing
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-02xfrm: fix gro_cells leak when remove virtual xfrm interfacesLi RongQing
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski
2018-09-20xfrm: validate template modeSean Tranchetti
2018-09-11xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.Steffen Klassert
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller
2018-09-04xfrm: reset crypto_done when iterating over multiple input xfrmsSowmini Varadhan
2018-08-29xfrm: allow driver to quietly refuse offloadShannon Nelson
2018-08-29xfrm: Make function xfrmi_get_link_net() staticWei Yongjun
2018-08-03xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-07-27xfrm: fix ptr_ret.cocci warningskbuild test robot
2018-07-26xfrm: Return detailed errors from xfrmi_newlinkBenedict Wong