aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/xfrm6_policy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-22xfrm6: fix a potential use after free in xfrm6_policy.cLi RongQing1-3/+8
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-11/+11
2014-03-14xfrm6: Add IPsec protocol multiplexerSteffen Klassert1-0/+7
2013-11-01xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert1-1/+5
2013-10-28xfrm: Increase the garbage collector thresholdSteffen Klassert1-1/+1
2013-09-16xfrm: Decode sessions with output interface.Steffen Klassert1-0/+1
2013-05-11xfrm6: release dev before returning errorCong Wang1-1/+3
2013-02-06xfrm: make gc_thresh configurable in all namespacesMichal Kubecek1-5/+47
2013-01-17ipv6: Complete neighbour entry removal from dst_entry.YOSHIFUJI Hideaki / 吉藤英明1-1/+0
2012-11-16xfrm6: Remove commented out function call to xfrm6_input_finiSteffen Klassert1-1/+0
2012-11-15xfrm: Use a static gc threshold value for ipv6Steffen Klassert1-15/+1
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang1-2/+2
2012-08-20net: ipv6: fix oops in inet_putpeer()Patrick McHardy1-0/+8
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller1-4/+6
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller1-0/+9
2012-07-05ipv6: Store route neighbour in rt6_info struct.David S. Miller1-0/+1
2012-06-11inet: Hide route peer accesses behind helpers.David S. Miller1-5/+5
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-2/+2
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-2/+2
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-1/+1
2011-03-12net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller1-6/+6
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-2/+1
2011-03-12net: Use flowi4 and flowi6 in xfrm layer.David S. Miller1-18/+21
2011-03-12net: Make flowi ports AF dependent.David S. Miller1-6/+6
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-5/+5
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller1-0/+1
2011-02-23xfrm: Const'ify address arguments to ->dst_lookup()David S. Miller1-2/+2
2011-02-22xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller1-1/+1
2011-02-22xfrm: Mark flowi arg to ->get_tos() const.David S. Miller1-1/+1
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller1-0/+2
2011-01-26xfrm6: Don't forget to propagate peer into ipsec route.David S. Miller1-0/+6
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet1-4/+6
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-07-04xfrm: fix xfrm by MARK logicPeter Kosyh1-0/+2
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-04-21xfrm6: ensure to use the same dev when building a bundleNicolas Dichtel1-1/+1
2010-04-07xfrm: cache bundles instead of policies for outgoing flowsTimo Teräs1-31/+0
2010-03-03ipsec: Fix bogus bundle flowiHerbert Xu1-1/+2
2010-01-24netns xfrm: deal with dst entries in netnsAlexey Dobriyan1-11/+14
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-1/+0
2009-08-04xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled.David S. Miller1-1/+6
2009-07-30xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman1-0/+15
2009-07-27xfrm: export xfrm garbage collector thresholds via sysctlNeil Horman1-0/+18
2009-07-03xfrm6: fix the proto and ports decode of sctp protocolWei Yongjun1-2/+4
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2008-11-25netns xfrm: ->get_saddr in netnsAlexey Dobriyan1-2/+3
2008-11-25netns xfrm: ->dst_lookup in netnsAlexey Dobriyan1-3/+4
2008-11-25netns xfrm: dst garbage-collecting in netnsAlexey Dobriyan1-1/+1
2008-11-11net: remove struct dst_entry::entry_sizeAlexey Dobriyan1-1/+0
2008-11-01xfrm6: handling fragmentNicolas Dichtel1-3/+6