summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt2008-01-2819-362/+295
* [NETFILTER]: replace list_for_each with list_for_each_entryLi Zefan2008-01-281-4/+2
* [IPSEC]: Use the correct family for input state lookupHerbert Xu2008-01-281-0/+1
* [UDP]: Counter increment should be in USER mode for recvmsgWang Chen2008-01-281-1/+1
* [UDP]: Clean up for IS_UDPLITE macroWang Chen2008-01-281-8/+11
* [UDP]: Defer InDataGrams increment until recvmsg() does checksumWang Chen2008-01-281-4/+3
* [TCP]: Abstract tp->highest_sack accessing & point to next skbIlpo Järvinen2008-01-282-20/+18
* [TCP]: Cleanup local variables of clean_rtx_queueIlpo Järvinen2008-01-281-14/+12
* [TCP]: Add unlikely() to urgent handling in clean_rtx_queueIlpo Järvinen2008-01-281-2/+2
* [TCP]: Remove duplicated code block from clean_rtx_queueIlpo Järvinen2008-01-281-29/+21
* [TCP]: Add tcp_for_write_queue_from_safe and use it in mtu_probeIlpo Järvinen2008-01-281-4/+4
* [TCP]: Remove local variable and use packets_in_flight directlyIlpo Järvinen2008-01-281-6/+3
* [TCP]: MTUprobe: prepare skb fields earlierIlpo Järvinen2008-01-281-1/+2
* [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen2008-01-2813-33/+22
* [TCP]: Unite identical code from two seqno split blocksIlpo Järvinen2008-01-281-6/+1
* [TCP]: Remove superflucious FLAG_DATA_SACKEDIlpo Järvinen2008-01-281-7/+3
* [TCP]: Move LOSTRETRANS MIB outside !(L|S) checkIlpo Järvinen2008-01-281-1/+1
* [IPV4]: Use ctl paths to register devinet sysctlsPavel Emelyanov2008-01-281-49/+20
* [IPV4]: Unify and cleanup calls to devinet_sysctl_registerPavel Emelyanov2008-01-281-18/+16
* [IPV4]: Cleanup the devinet_sysctl_registerPavel Emelyanov2008-01-281-8/+9
* [NETFILTER]: Convert old checksum helper namesPatrick McHardy2008-01-288-25/+25
* [TCP]: Two fixes to new sacktag codeIlpo Järvinen2008-01-281-2/+2
* [NET]: Eliminate unused argument from sk_stream_alloc_pskbPavel Emelyanov2008-01-282-8/+5
* [NET]: Uninline the sk_stream_alloc_pskbPavel Emelyanov2008-01-281-0/+27
* [IPV4] fib_hash: kmalloc + memset conversion to kzallocJoonwoo Park2008-01-281-5/+2
* [IPV4] fib_semantics: kmalloc + memset conversion to kzallocJoonwoo Park2008-01-281-7/+3
* [TCP]: Move FRTO checks out from write queue abstraction funcsIlpo Järvinen2008-01-281-0/+4
* [NET]: Name magic constants in sock_wake_async()Pavel Emelyanov2008-01-281-6/+6
* [IPVS]: Relax the module get/put in ip_vs_app.cPavel Emelyanov2008-01-281-7/+2
* [PATCH] IPV4 : Move ip route cache flush (secret_rebuild) from softirq to wor...Eric Dumazet2008-01-281-24/+59
* [RAW]: Consolidate proc interface.Pavel Emelyanov2008-01-281-18/+34
* [RAW]: Consolidate proto->unhash callbackPavel Emelyanov2008-01-281-4/+10
* [RAW]: Consolidate proto->hash callbackPavel Emelyanov2008-01-281-5/+12
* [RAW]: Introduce raw_hashinfo structurePavel Emelyanov2008-01-281-25/+25
* [IPv4] RAW: Compact the API for the kernelPavel Emelyanov2008-01-283-31/+53
* [NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev2008-01-284-7/+7
* [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev2008-01-283-0/+28
* [IPCONFIG]: Mark vendor_class_identifier as __initdata.David S. Miller2008-01-281-1/+2
* [IPVS]: Create synced connections with their real stateRumen G. Bogdanovski2008-01-282-7/+41
* [IPVS]: Flag synced connections and expose them in procRumen G. Bogdanovski2008-01-282-1/+54
* [TCP]: Correct DSACK check placingIlpo Järvinen2008-01-281-10/+5
* [NET]: NET_CLS_ROUTE : convert ip_rt_acct to per_cpu variablesEric Dumazet2008-01-282-13/+4
* [TCP]: Rewrite SACK block processing & sack_recv_cache useIlpo Järvinen2008-01-282-113/+172
* [TCP]: Earlier SACK block verification & simplify access to themIlpo Järvinen2008-01-281-34/+51
* [TCP]: Create tcp_sacktag_one().Ilpo Järvinen2008-01-281-96/+96
* [TCP]: Prior_fackets can be replaced by highest_sack seqIlpo Järvinen2008-01-281-3/+2
* [TCP]: Make lost retrans detection more self-containedIlpo Järvinen2008-01-281-9/+11
* [TCP]: Convert highest_sack to sk_buff to allow direct accessIlpo Järvinen2008-01-282-15/+16
* [TCP]: non-FACK SACK follows conservative SACK loss recoveryIlpo Järvinen2008-01-281-18/+62
* [TCP]: Extend reordering detection to cover CA_Loss partiallyIlpo Järvinen2008-01-281-1/+2
OpenPOWER on IntegriCloud