aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_proto_sctp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert1-1/+1
2015-09-24ipvs: Pass ipvs into .conn_schedule and ip_vs_try_to_scheduleEric W. Biederman1-6/+2
2015-09-24ipvs: Pass ipvs not net into init_netns and exit_netnsEric W. Biederman1-4/+2
2015-09-24ipvs: Pass ipvs not net into register_app and unregister_appEric W. Biederman1-4/+3
2015-09-24ipvs: Pass ipvs not net to ip_vs_proto_data_getEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to ip_vs_service_findEric W. Biederman1-2/+2
2015-09-24ipvs: Store ipvs not net in struct ip_vs_connEric W. Biederman1-1/+1
2015-09-24ipvs: Hoist computation of ipvs earlier in sctp_conn_scheduleEric W. Biederman1-2/+3
2015-09-01ipvs: support scheduling inverse and icmp SCTP packetsAlex Gartrell1-17/+23
2015-09-01ipvs: attempt to schedule icmp packetsAlex Gartrell1-0/+6
2014-09-18ipvs: use the new dest addr family fieldJulian Anastasov1-1/+1
2013-10-30net: ipvs: sctp: do not recalc sctp csum when ports didn't changeDaniel Borkmann1-6/+33
2013-10-28net: ipvs: sctp: add missing verdict assignments in sctp_conn_scheduleDaniel Borkmann1-2/+7
2013-07-27net/sctp: Refactor SCTP skb checksum computationJoe Stringer1-20/+3
2013-06-26ipvs: replace the SCTP state machineJulian Anastasov1-701/+153
2013-06-26ipvs: sloppy TCP and SCTPAlexander Frolkin1-8/+10
2013-04-23ipvs: off by one in set_sctp_state()Dan Carpenter1-1/+1
2013-04-02ipvs: do not disable bh for long timeJulian Anastasov1-2/+2
2013-04-02ipvs: convert services to rcuJulian Anastasov1-7/+7
2013-04-02ipvs: convert app locksJulian Anastasov1-12/+6
2013-03-19ipvs: fix sctp chunk length orderJulian Anastasov1-7/+9
2013-02-06ipvs: sctp: fix checksumming on snat and dnat handlersDaniel Borkmann1-18/+17
2012-09-28ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer1-26/+16
2012-09-28ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer1-9/+13
2012-04-30ipvs: take care of return value from protocol init_netnsHans Schillstrom1-1/+4
2011-11-01ipvs: Remove unused return value of protocol state transitionsSimon Horman1-10/+4
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-02-03IPVS: Use correct lock in SCTP moduleSimon Horman1-1/+1
2011-01-13IPVS: netns, ip_vs_ctl local vars moved to ipvs struct.Hans Schillstrom1-1/+1
2011-01-13IPVS: netns, connection hash got net as param.Hans Schillstrom1-1/+1
2011-01-13IPVS: netns awareness to ip_vs_appHans Schillstrom1-6/+6
2011-01-13IPVS: netns, common protocol changes and use of appcnt.Hans Schillstrom1-2/+2
2011-01-13IPVS: netns, use ip_vs_proto_data as param.Hans Schillstrom1-9/+7
2011-01-13IPVS: netns preparation for proto_sctpHans Schillstrom1-63/+58
2011-01-13IPVS: netns to services part 1Hans Schillstrom1-2/+3
2010-11-25IPVS: Handle Scheduling errors.Hans Schillstrom1-3/+8
2010-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller1-3/+5
2010-10-21ipvs: provide address family for debuggingJulian Anastasov1-1/+1
2010-10-21ipvs: do not schedule conns from real serversJulian Anastasov1-2/+4
2010-10-05ipvs: Use frag walker helper in SCTP proto support.David S. Miller1-9/+10
2010-08-02ipvs: provide default ip_vs_conn_{in,out}_get_protoSimon Horman1-51/+2
2010-07-09ipvs: lvs sctp protocol handler is incorrectly invoked ip_vs_app_pkt_outXiaoyu Du1-1/+1
2010-02-18ipvs: SCTP Trasport Loadbalancing SupportVenkata Mohan Reddy1-0/+1183