summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipvs/ip_vs_xmit.c
Commit message (Expand)AuthorAgeFilesLines
* ipvs: Maintain all DSCP and ECN bits for ipv6 tun forwardingAlex Gartrell2014-07-171-1/+1
* inetpeer: get rid of ip_id_countEric Dumazet2014-06-021-1/+1
* net: rename local_df to ignore_dfWANG Cong2014-05-121-10/+10
* ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-09-191-1/+1
* ipvs: do not disable bh for long timeJulian Anastasov2013-04-021-8/+8
* ipvs: optimize dst usage for real serverJulian Anastasov2013-04-021-45/+143
* ipvs: consolidate all dst checks on transmit in one placeJulian Anastasov2013-04-021-392/+235
* ipvs: do not use skb_share_checkJulian Anastasov2013-04-021-43/+2
* ipvs: no need to reroute anymore on DNAT over loopbackJulian Anastasov2013-04-021-56/+2
* ipvs: rename functions related to dst_cache resetJulian Anastasov2013-04-021-14/+0
* ipvs: convert the IP_VS_XMIT macros to functionsJulian Anastasov2013-04-021-62/+72
* ipvs: avoid routing by TOS for real serverJulian Anastasov2013-04-021-33/+25
* ipvs: remove silly double assignmentAlan Cox2012-10-281-4/+4
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-10-261-31/+42
|\
| * ipvs: API change to avoid rescan of IPv6 exthdrJesper Dangaard Brouer2012-09-281-33/+25
| * ipvs: Complete IPv6 fragment handling for IPVSJesper Dangaard Brouer2012-09-281-9/+27
| * ipvs: Fix faulty IPv6 extension header handling in IPVSJesper Dangaard Brouer2012-09-281-2/+3
| * ipvs: Trivial changes, use compressed IPv6 address in outputJesper Dangaard Brouer2012-09-281-5/+5
* | ipvs: fix ARP resolving for direct routing modeJulian Anastasov2012-10-081-1/+5
|/
* netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy2012-08-301-1/+8
* ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer2012-08-301-6/+15
* ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov2012-08-101-3/+3
* ipvs: implement passive PMTUD for IPIP packetsJulian Anastasov2012-08-101-24/+55
* net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-2/+2
* net: use consume_skb() in place of kfree_skb()Eric Dumazet2012-06-041-2/+2
* ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller2011-12-281-1/+1
* net:netfilter: use IS_ENABLEDIgor Maravić2011-12-161-4/+4
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-5/+5
* ipvs: Remove unused parameter from ip_vs_confirm_conntrack()Simon Horman2011-11-011-1/+1
* ipvs: Remove all remaining references to rt->rt_{src,dst}Julian Anastasov2011-05-121-24/+48
* ipvs: Eliminate rt->rt_dst usage in __ip_vs_get_out_rt().David S. Miller2011-05-121-3/+4
* ipvs: Use IP_VS_RT_MODE_* instead of magic constants.David S. Miller2011-05-121-9/+15
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-7/+7
* ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-121-6/+6
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-1/+1
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-121-12/+2
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-3/+6
* xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-021-2/+7
* ipvs: use enum to instead of magic numbersChangli Gao2011-02-241-14/+27
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman2011-01-131-26/+8
|\
| * net: use the macros defined for the members of flowiChangli Gao2010-11-171-26/+8
* | ipvs: allow transmit of GRO aggregated skbsSimon Horman2010-11-161-10/+15
* | ipvs: remove shadow rt variableEric Dumazet2010-11-161-1/+0
|/
* ipv4: Make rt->fl.iif tests lest obscure.David S. Miller2010-11-111-3/+5
* ipvs: provide address family for debuggingJulian Anastasov2010-10-211-8/+10
* ipvs: changes for local clientJulian Anastasov2010-10-211-15/+36
* ipvs: changes for local real serverJulian Anastasov2010-10-211-87/+346
* ipvs: fix CHECKSUM_PARTIAL for TUN methodJulian Anastasov2010-10-211-1/+1
* ipvs: switch to notrack modeJulian Anastasov2010-10-211-2/+5
* ipvs: IPv6 tunnel modeHans Schillstrom2010-10-191-79/+92
OpenPOWER on IntegriCloud