aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_xmit.c
AgeCommit message (Expand)Author
2013-10-13ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-04-02ipvs: do not disable bh for long timeJulian Anastasov
2013-04-02ipvs: optimize dst usage for real serverJulian Anastasov
2013-04-02ipvs: consolidate all dst checks on transmit in one placeJulian Anastasov
2013-04-02ipvs: do not use skb_share_checkJulian Anastasov
2013-04-02ipvs: no need to reroute anymore on DNAT over loopbackJulian Anastasov
2013-04-02ipvs: rename functions related to dst_cache resetJulian Anastasov
2013-04-02ipvs: convert the IP_VS_XMIT macros to functionsJulian Anastasov
2013-04-02ipvs: avoid routing by TOS for real serverJulian Anastasov
2012-10-28ipvs: remove silly double assignmentAlan Cox
2012-10-26Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-10-08ipvs: fix ARP resolving for direct routing modeJulian Anastasov
2012-09-28ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer
2012-09-28ipvs: Complete IPv6 fragment handling for IPVSJesper Dangaard Brouer
2012-09-28ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer
2012-09-28ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer
2012-08-30netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy
2012-08-30ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer
2012-08-10ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov
2012-08-10ipvs: implement passive PMTUD for IPIP packetsJulian Anastasov
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-01ipvs: Remove unused parameter from ip_vs_confirm_conntrack()Simon Horman
2011-05-12ipvs: Remove all remaining references to rt->rt_{src,dst}Julian Anastasov
2011-05-12ipvs: Eliminate rt->rt_dst usage in __ip_vs_get_out_rt().David S. Miller
2011-05-12ipvs: Use IP_VS_RT_MODE_* instead of magic constants.David S. Miller
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller
2011-02-24ipvs: use enum to instead of magic numbersChangli Gao
2011-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman
2010-11-17net: use the macros defined for the members of flowiChangli Gao
2010-11-16ipvs: allow transmit of GRO aggregated skbsSimon Horman
2010-11-16ipvs: remove shadow rt variableEric Dumazet
2010-11-11ipv4: Make rt->fl.iif tests lest obscure.David S. Miller
2010-10-21ipvs: provide address family for debuggingJulian Anastasov
2010-10-21ipvs: changes for local clientJulian Anastasov
2010-10-21ipvs: changes for local real serverJulian Anastasov
2010-10-21ipvs: fix CHECKSUM_PARTIAL for TUN methodJulian Anastasov
2010-10-21ipvs: switch to notrack modeJulian Anastasov
2010-10-19ipvs: IPv6 tunnel modeHans Schillstrom
2010-09-21ipvs: netfilter connection tracking changesJulian Anastasov
2010-09-08ipvs: fix active FTPJulian Anastasov
2010-07-23IPVS: make friends with nf_conntrackHannes Eder