summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | tcp: fix skb vs fack_count out-of-sync conditionIlpo Järvinen2008-06-041-3/+3
| * | tcp: Fix inconsistency source (CA_Open only when !tcp_left_out(tp))Ilpo Järvinen2008-06-041-10/+19
| * | route: Remove unused ifa_anycast fieldThomas Graf2008-06-031-9/+0
| * | route: Mark unused routing attributes as suchThomas Graf2008-06-031-1/+0
| * | route: Mark unused route cache flags as such.Thomas Graf2008-06-031-1/+1
| |/
* | netfilter: {ip,ip6,nfnetlink}_queue: misc cleanupsRami Rosen2008-06-091-3/+0
* | netfilter: nf_conntrack: properly account terminating packetsFabian Hugelshofer2008-06-091-1/+1
* | netfilter: nf_conntrack: add nf_ct_kill()Patrick McHardy2008-06-091-3/+2
* | netfilter: ip_tables: add iptables security table for mandatory access contro...James Morris2008-06-093-0/+193
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-05-255-282/+11
|\|
| * net: The world is not perfect patch.Rami Rosen2008-05-212-274/+2
| * net/ipv4/arp.c: Use common hex_asc helpersDenis Cheng2008-05-211-3/+2
| * tcp: TCP connection times out if ICMP frag needed is delayedSridhar Samudrala2008-05-211-4/+6
| * ipsec: Use the correct ip_local_out functionHerbert Xu2008-05-201-1/+1
* | ipmr: Use on-device stats instead of private ones.Pavel Emelyanov2008-05-211-16/+9
* | ipmr: Ipip tunnel uses on-device stats.Pavel Emelyanov2008-05-211-2/+2
* | ipip: Use on-device stats instead of private ones.Pavel Emelyanov2008-05-211-14/+8
* | ipgre: Use on-device stats instead of private ones.Pavel Emelyanov2008-05-211-18/+14
* | inet: Register fragmentation some ctls at read-only root.Pavel Emelyanov2008-05-191-2/+14
* | inet: Rename fragmentation sysctl-related functions/variables.Pavel Emelyanov2008-05-191-9/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-146-19/+24
|\
| * cipso: Relax too much careful cipso hash function.Pavel Emelyanov2008-05-131-2/+2
| * tcp FRTO: work-around inorder receiversIlpo Järvinen2008-05-131-4/+11
| * tcp FRTO: Fix fallback to conventional recoveryIlpo Järvinen2008-05-131-1/+1
| * net: Allow netdevices to specify needed head/tailroomJohannes Berg2008-05-124-12/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-082-6/+9
|\|
| * net/ipv4: correct RFC 1122 section reference in commentJ.H.M. Dassen (Ray)2008-05-081-1/+1
| * tcp FRTO: SACK variant is errorneously used with NewRenoIlpo Järvinen2008-05-081-5/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-062-16/+17
|\|
| * ip: Use inline function dst_metric() instead of direct access to dst->metric[]Satoru SATOH2008-05-042-15/+16
| * ip: Make use of the inline function dst_metric_locked()Satoru SATOH2008-05-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-038-39/+38
|\|
| * net: use get/put_unaligned_* helpersHarvey Harrison2008-05-022-19/+17
| * ipv4: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-022-11/+6
| * netfilter: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-021-3/+3
| * net: fix returning void-valued expression warningsHarvey Harrison2008-05-013-6/+12
* | rename div64_64 to div64_u64Roman Zippel2008-05-011-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-3016-77/+126
|\
| * tcp: Overflow bug in VegasLachlan Andrew2008-04-302-7/+11
| * [IPv4] UFO: prevent generation of chained skb destined to UFO deviceKostya B2008-04-291-15/+7
| * ipv4: annotate a few functions __init in ipconfig.cSam Ravnborg2008-04-291-4/+4
| * netfilter: nf_conntrack: padding breaks conntrack hash on ARMPhilip Craig2008-04-291-1/+1
| * ipv4: Update MTU to all related cache entries in ip_rt_frag_needed()Timo Teras2008-04-292-17/+24
| * net: Add compat support for getsockopt (MCAST_MSFILTER)David L Stevens2008-04-291-1/+8
| * ipvs: fix oops in backup for fwmark conn templatesJulian Anastasov2008-04-296-22/+64
| * netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packetsArnaud Ebalard2008-04-291-3/+2
| * tcp: Limit cwnd growth when deferring for GSOJohn Heffner2008-04-291-1/+2
| * tcp: Allow send-limited cwnd to grow up to max_burst when gso disabledJohn Heffner2008-04-291-7/+4
* | Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-282-2/+6
|\|