summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-05-094-5/+5
|\
| * Fix occurrences of "the the "Michael Opdenacker2007-05-093-3/+3
| * Fix trivial typos in Kconfig* filesDavid Sterba2007-05-091-2/+2
* | unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov2007-05-091-1/+1
* | ipvs: flush defense_work before module unloadOleg Nesterov2007-05-091-0/+1
|/
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-083-3/+0
* [TCP]: zero out rx_opt in tcp_disconnect()Srinivas Aji2007-05-031-2/+1
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-033-16/+18
* [TCP] Highspeed: Limited slow-start is nowadays in tcp_slow_startIlpo Järvinen2007-05-031-21/+3
* [NETFILTER]: sip: Fix RTP address NATHerbert Xu2007-05-031-1/+25
* [NETFILTER]: nf_nat_proto_gre: do not modify/corrupt GREv0 packets through NATJorge Boncompte2007-05-031-12/+8
* [NETFILTER]: ipt_DNAT: accept port randomization optionPatrick McHardy2007-05-031-4/+0
* [TCP]: Delete unused header file net/ipv4/tcp_yeah.h.Robert P. J. Day2007-05-031-7/+0
* [UDP]: Do not allow specific bind when wildcard bind exists.David S. Miller2007-04-301-8/+33
* [IPV4] UDP: Fix endianness bugs in hashing changes.David S. Miller2007-04-301-18/+18
* [IPV4] SNMP: Support OutMcastPkts and OutBcastPktsMitsuru Chinen2007-04-301-0/+6
* [IPV4] SNMP: Support InMcastPkts and InBcastPktsMitsuru Chinen2007-04-301-0/+7
* [IPV4] SNMP: Support InTruncatedPktsMitsuru Chinen2007-04-301-1/+4
* [IPV4] SNMP: Support InNoRoutesMitsuru Chinen2007-04-301-0/+2
* [TCP] FRTO: RFC4138 allows Nagle override when new data must be sentIlpo Järvinen2007-04-302-7/+12
* [TCP] FRTO: Delay skb available check until it's mandatoryIlpo Järvinen2007-04-301-8/+11
* [PATCH] INET : IPV4 UDP lookups converted to a 2 pass algoEric Dumazet2007-04-301-57/+114
* [TCP]: Update references in two old commentsGerrit Renker2007-04-282-9/+7
* 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-251-13/+10
* | [IPV4] IPIP: Unify code path to get hash array index.YOSHIFUJI Hideaki2007-04-251-14/+8
* | [IPV4]: Consolidate common SNMP codeHerbert Xu2007-04-253-56/+56
* | [IPV4]: Fix build without procfs.YOSHIFUJI Hideaki2007-04-252-2/+4
* | [TCP]: Fix linkage errors on i386.YOSHIFUJI Hideaki2007-04-254-4/+4
* | [TCP] TCP YEAH: Use vegas dont copy it.Stephen Hemminger2007-04-254-178/+61
* | [TCP]: Congestion control API update.Stephen Hemminger2007-04-2513-51/+55
* | [TCP]: TCP Illinois update.Stephen Hemminger2007-04-251-112/+186
* | [TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...)Ilpo Järvinen2007-04-253-102/+136
* | [TCP]: Uninline tcp_done().Andi Kleen2007-04-251-0/+17
* | [NET]: cleanup extra semicolonsStephen Hemminger2007-04-256-12/+14
* | [TCP]: TCP Illinois congestion control (rev3)Stephen Hemminger2007-04-253-0/+298
* | [IPV4] SNMP: Move some statistic bits to net/ipv4/proc.c.YOSHIFUJI Hideaki2007-04-252-20/+64
* | [INET]: Add IP(V6)_PMTUDISC_RPOBEJohn Heffner2007-04-252-6/+16
* | [RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy2007-04-251-10/+2
* | [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-254-4/+5
* | [NETFILTER]: ipt_ULOG: add compat conversion functionsPatrick McHardy2007-04-251-0/+40
* | [NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloadingPatrick McHardy2007-04-251-8/+4
* | [NETFILTER]: nf_nat: use HW checksumming when possiblePatrick McHardy2007-04-251-12/+37
* | [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu2007-04-254-11/+8
* | [NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu2007-04-252-0/+3
* | [XFRM]: beet: fix worst case header_len calculationPatrick McHardy2007-04-252-2/+3
* | [XFRM]: Optimize MTU calculationPatrick McHardy2007-04-251-12/+18
OpenPOWER on IntegriCloud