aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_pe_sip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-20ipvs: handle connections started by real-serversMarco Angaroni1-0/+15
2016-03-07ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni1-1/+1
2016-03-07ipvs: handle ip_vs_fill_iph_skb_off failureArnd Bergmann1-2/+2
2015-09-01ipvs: Add hdr_flags to iphdrAlex Gartrell1-1/+1
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko1-7/+1
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2013-04-29ipvs: ip_vs_sip_fill_param() BUG: bad check of return valueHans Schillstrom1-5/+1
2013-04-23ipvs: Use min3() in ip_vs_dbg_callid()Simon Horman1-1/+2
2013-04-02ipvs: convert locks used in persistence enginesJulian Anastasov1-0/+1
2012-09-28ipvs: SIP fragment handlingJesper Dangaard Brouer1-4/+12
2012-09-28ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer1-1/+1
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
2011-03-15netfilter:ipvs: use kmemdupShan Wei1-5/+4
2010-11-25IPVS: skb defrag in L7 helpersHans Schillstrom1-0/+3
2010-10-13IPVS: ip_vs_dbg_callid() is only needed for debuggingSimon Horman1-0/+2
2010-10-04IPVS: sip persistence engineSimon Horman1-0/+167