summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-04-271-9/+32
|\
| * NetLabel: convert a BUG_ON in the CIPSO code to a runtime checkPaul Moore2007-04-261-1/+3
| * NetLabel: cleanup and document CIPSO constantsPaul Moore2007-04-261-8/+29
* | [IPV4] nl_fib_lookup: Initialise res.r before fib_res_put(&res)Sergey Vlasov2007-04-271-0/+4
* | [IPV4] IP_GRE: Unify code path to get hash array index.YOSHIFUJI Hideaki2007-04-261-13/+10Star
* | [IPV4] IPIP: Unify code path to get hash array index.YOSHIFUJI Hideaki2007-04-261-14/+8Star
* | [IPV4]: Consolidate common SNMP codeHerbert Xu2007-04-263-56/+56
* | [IPV4]: Fix build without procfs.YOSHIFUJI Hideaki2007-04-262-2/+4
* | [TCP]: Fix linkage errors on i386.YOSHIFUJI Hideaki2007-04-264-4/+4
* | [TCP] TCP YEAH: Use vegas dont copy it.Stephen Hemminger2007-04-264-178/+61Star
* | [TCP]: Congestion control API update.Stephen Hemminger2007-04-2613-51/+55
* | [TCP]: TCP Illinois update.Stephen Hemminger2007-04-261-112/+186
* | [TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...)Ilpo Järvinen2007-04-263-102/+136
* | [TCP]: Uninline tcp_done().Andi Kleen2007-04-261-0/+17
* | [NET]: cleanup extra semicolonsStephen Hemminger2007-04-266-12/+14
* | [TCP]: TCP Illinois congestion control (rev3)Stephen Hemminger2007-04-263-0/+298
* | [IPV4] SNMP: Move some statistic bits to net/ipv4/proc.c.YOSHIFUJI Hideaki2007-04-262-20/+64
* | [INET]: Add IP(V6)_PMTUDISC_RPOBEJohn Heffner2007-04-262-6/+16
* | [RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy2007-04-261-10/+2Star
* | [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-264-4/+5
* | [NETFILTER]: ipt_ULOG: add compat conversion functionsPatrick McHardy2007-04-261-0/+40
* | [NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloadingPatrick McHardy2007-04-261-8/+4Star
* | [NETFILTER]: nf_nat: use HW checksumming when possiblePatrick McHardy2007-04-261-12/+37
* | [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu2007-04-264-11/+8Star
* | [NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu2007-04-262-0/+3
* | [XFRM]: beet: fix worst case header_len calculationPatrick McHardy2007-04-262-2/+3
* | [XFRM]: Optimize MTU calculationPatrick McHardy2007-04-261-12/+18
* | [XFRM]: esp: fix skb_tail_pointer conversion bugPatrick McHardy2007-04-261-1/+1
* | [XFRM]: beet: minor cleanupsPatrick McHardy2007-04-261-6/+2Star
* | [SK_BUFF]: Some more conversions to skb_copy_from_linear_dataArnaldo Carvalho de Melo2007-04-261-1/+3
* | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-264-4/+4
* | [NET] fib_rules: delay route cache flush by ip_rt_min_delayThomas Graf2007-04-261-1/+1
* | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+1
* | [IPV4]: align inet_protos[] on SMPEric Dumazet2007-04-261-1/+1
* | [TCP]: tcp_memory_pressure and tcp_socket are__read_mostly candidatesEric Dumazet2007-04-262-2/+2
* | [NET] fib_rules: Flush route cache after rule modificationsThomas Graf2007-04-261-0/+6
* | [NET]: inet_ehash_secret should be __read_mostly and set only onceEric Dumazet2007-04-261-3/+13
* | [NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETEHerbert Xu2007-04-261-1/+1
* | [IPV4] LVS: Allow to send ICMP unreachable responses when real-servers are re...Janusz Krzysztofik2007-04-261-2/+2
* | [TCP] tcp_probe: improvements for net-2.6.22Stephen Hemminger2007-04-261-29/+39
* | [TCP]: cubic update for net-2.6.22Stephen Hemminger2007-04-261-3/+5
* | [NET] Move DF check to ip_forwardJohn Heffner2007-04-261-0/+8
* | [INET]: Use jhash + random secret for ehash.David S. Miller2007-04-261-0/+16
* | [NETFILTER]: Use setup_timerPatrick McHardy2007-04-261-5/+2Star
* | [NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy2007-04-2612-76/+0Star
* | [NETLINK]: Directly return -EINTR from netlink_dump_start()Thomas Graf2007-04-261-7/+2Star
* | [IPv4] diag: Use netlink_run_queue() to process the receive queueThomas Graf2007-04-261-47/+27Star
* | [TCP] westwood: Use type safe netlink interfaceThomas Graf2007-04-261-10/+7Star
* | [TCP] vegas: Use type safe netlink interfaceThomas Graf2007-04-261-10/+8Star
* | [TCP]: cubic optimizationStephen Hemminger2007-04-261-11/+39