aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-192-3/+3
* remove asm/bitops.h includesJiri Slaby2007-10-191-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-1810-162/+175
|\
| * [TCP]: Remove lost_retrans zero seqno special casesIlpo Järvinen2007-10-181-3/+3
| * [NET]: Fix uninitialised variable in ip_frag_reasm()David Howells2007-10-171-2/+1
| * [IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu2007-10-173-4/+4
| * [IPSEC]: Use the top IPv4 route's peer instead of the bottomHerbert Xu2007-10-171-6/+6
| * [IPSEC]: Store afinfo pointer in xfrm_modeHerbert Xu2007-10-172-12/+2
| * [IPSEC]: Add missing BEET checksHerbert Xu2007-10-175-3/+5
| * [IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_inputHerbert Xu2007-10-172-27/+18
| * [IPSEC]: Fix pure tunnel modes involving IPv6Herbert Xu2007-10-171-1/+1
| * [INET]: Consolidate frag queues freeingPavel Emelyanov2007-10-172-2/+3
| * [INET]: Remove no longer needed ->equal callbackPavel Emelyanov2007-10-172-18/+3
| * [INET]: Consolidate xxx_find() in fragment managementPavel Emelyanov2007-10-172-39/+43
| * [INET]: Consolidate xxx_frag_create()Pavel Emelyanov2007-10-172-30/+44
| * [INET]: Consolidate xxx_frag_alloc()Pavel Emelyanov2007-10-172-13/+24
| * [INET]: Consolidate xxx_frag_internPavel Emelyanov2007-10-172-36/+55
| * [INET]: Omit double hash calculations in xxx_frag_internPavel Emelyanov2007-10-171-7/+4
* | sysctl: remove broken netfilter binary sysctlsEric W. Biederman2007-10-181-2/+0
* | sysctl: ipv4 remove binary sysctl paths where they are brokenEric W. Biederman2007-10-181-2/+0
|/
* [INET]: kmalloc+memset -> kzalloc in frag_alloc_queueDenis V. Lunev2007-10-151-6/+1
* [INET]: Consolidate the xxx_putPavel Emelyanov2007-10-151-2/+1
* [INET]: Small cleanup for xxx_put after evictor consolidationPavel Emelyanov2007-10-151-5/+5
* [INET]: Consolidate the xxx_evictorPavel Emelyanov2007-10-152-26/+36
* [INET]: Consolidate the xxx_frag_destroyPavel Emelyanov2007-10-152-29/+50
* [INET]: Consolidate xxx_the secret_rebuildPavel Emelyanov2007-10-152-29/+40
* [INET]: Consolidate the xxx_frag_killPavel Emelyanov2007-10-152-22/+24
* [INET]: Collect common frag sysctl variables togetherPavel Emelyanov2007-10-152-25/+31
* [INET]: Collect frag queues management objects togetherPavel Emelyanov2007-10-154-59/+101
* [INET]: Move common fields from frag_queues in one place.Pavel Emelyanov2007-10-151-94/+83
* [TCP]: high_seq parameter removed (all callers use tp->high_seq)Ilpo Järvinen2007-10-151-6/+5
* [IPV4]: Uninline netfilter okfnsPatrick McHardy2007-10-153-4/+4
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-1544-484/+463
* [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroomHerbert Xu2007-10-154-56/+21
* [IPVS]: Replace local version of skb_make_writableHerbert Xu2007-10-156-50/+16
* [NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu2007-10-1511-16/+16
* [IPV4]: Change ip_defrag to return an integerHerbert Xu2007-10-154-33/+25
* [IPV4]: Make ip_defrag return the same packetHerbert Xu2007-10-151-21/+55
* fix endianness bug in inet_lroAl Viro2007-10-141-1/+1
* inet_lro: trivial endianness annotationsAl Viro2007-10-141-7/+7
* [TCP]: Limit processing lost_retrans loop to work-to-do casesIlpo Järvinen2007-10-112-3/+13
* [TCP]: Fix lost_retrans loop vs fastpath problemsIlpo Järvinen2007-10-111-15/+22
* [TCP]: No need to re-count fackets_out/sacked_out at RTOIlpo Järvinen2007-10-111-10/+16
* [TCP]: Extract tcp_match_queue_to_sack from sacktag codeIlpo Järvinen2007-10-111-19/+35
* [TCP]: Kill almost unused variable pcount from sacktagIlpo Järvinen2007-10-111-6/+3
* [TCP]: Fix mark_head_lost to ignore R-bit when trying to mark LIlpo Järvinen2007-10-111-1/+1
* [TCP]: Add bytes_acked (ABC) clearing to FRTO tooIlpo Järvinen2007-10-111-0/+2
* [NETLINK]: fib_frontend build fixesDavid S. Miller2007-10-101-11/+5
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-103-24/+14
* [INET]: local port range robustnessStephen Hemminger2007-10-105-19/+98