aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller1-2/+2
2008-09-21tcp: advertise MSS requested by userTom Quetchenbach2-3/+14
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-2/+2
2008-09-20tcp: back retransmit_high when it over-estimatedIlpo Järvinen1-2/+10
2008-09-20tcp: don't clear lost_skb_hint when not necessaryIlpo Järvinen1-1/+13
2008-09-20tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen2-4/+8
2008-09-20tcp: remove retransmit_skb_hint clearing from failureIlpo Järvinen1-3/+1
2008-09-20tcp: reorganize retransmit code loopsIlpo Järvinen1-46/+33
2008-09-20tcp: remove tp->lost_out guard to make joining diff nicerIlpo Järvinen1-37/+38
2008-09-20tcp: Reorganize skb tagbit checksIlpo Järvinen1-19/+19
2008-09-20tcp: remove obsolete validity concernIlpo Järvinen1-4/+0
2008-09-20tcp: add tcp_can_forward_retransmitIlpo Järvinen1-18/+28
2008-09-20tcp: No need to clear retransmit_skb_hint when SACKingIlpo Järvinen1-7/+0
2008-09-20tcp: Kill precaution that's very likely obsoleteIlpo Järvinen1-4/+0
2008-09-20tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen2-32/+27
2008-09-20tcp: add helper for lost bit togglingIlpo Järvinen1-10/+12
2008-09-20tcp: move tcp_verify_retransmit_hintIlpo Järvinen1-13/+13
2008-09-20tcp: Partial hint clearing has again become meaninglessIlpo Järvinen2-5/+4
2008-09-17ipvs: change some __constant_htons() to htons()Brian Haley2-2/+2
2008-09-17ipvs: add __aquire/__release annotations to ip_vs_info_seq_start/ip_vs_info_seq_stopSimon Horman1-0/+2
2008-09-17ipvs: supply a valid 0 address to ip_vs_conn_new()Simon Horman1-1/+2
2008-09-17ipvs: only unlock in ip_vs_edit_service() if already lockedSimon Horman1-3/+4
2008-09-12net: ip_vs_proto_{tcp,udp} build fixStephen Rothwell2-0/+2
2008-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into lvs-next-2.6Simon Horman3-3/+48
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker1-2/+15
2008-09-08Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_expDavid S. Miller1-15/+2
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller3-3/+48
2008-09-09ipvs: Embed user stats structure into kernel stats structureSven Wegener3-67/+56
2008-09-09ipvs: Restrict connection table size via KconfigSven Wegener1-1/+2
2008-09-09IPVS: Remove incorrect ip_route_me_harder(), fix IPv6Julius Volz1-9/+0
2008-09-09ipvs: handle PARTIAL_CHECKSUMSimon Horman2-4/+70
2008-09-08netns : fix kernel panic in timewait socket destructionDaniel Lezcano2-0/+36
2008-09-08IPVS: use ipv6_addr_copy()Simon Horman1-2/+2
2008-09-08IPVS: fix bogus indentationSimon Horman1-1/+1
2008-09-08ipvs: Reject ipv6 link-local addresses for destinationsSven Wegener1-1/+2
2008-09-08ipvs: Mark tcp/udp v4 and v6 debug functions staticSven Wegener1-2/+2
2008-09-08ipvs: Return negative error values from ip_vs_edit_service()Sven Wegener1-2/+2
2008-09-08ipvs: Use pointer to address from sync messageSven Wegener1-3/+3
2008-09-05ipvs: load balance ipv6 connections from a local processSimon Horman1-50/+41
2008-09-05ipvs: load balance IPv4 connections from a local processMalcolm Turnbull2-94/+134
2008-09-05IPVS: Allow adding IPv6 services from userspaceJulius Volz1-5/+48
2008-09-05IPVS: Activate IPv6 Netfilter hooksJulius Volz1-0/+37
2008-09-05IPVS: Adjust various debug outputs to use new macrosJulius Volz4-63/+78
2008-09-05IPVS: Add function to determine if IPv6 address is localVince Busam1-7/+49
2008-09-05IPVS: Turn off FTP application helper for IPv6Julius Volz1-0/+16
2008-09-05IVPS: Disable sync daemon for IPv6 connectionsJulius Volz1-1/+2
2008-09-05IPVS: Convert procfs files for IPv6 entry outputVince Busam2-18/+73
2008-09-05IPVS: Convert real server lookup functionsJulius Volz4-34/+62
2008-09-05IPVS: Add/adjust Netfilter hook functions and helpers for v6Julius Volz1-36/+329
2008-09-05IPVS: Extend scheduling functions for IPv6 supportJulius Volz1-25/+31