aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-11/+10
2009-02-06ipmr: use goto to common label instead of opencodingIlpo Järvinen1-2/+1
2009-02-06udp: Fix potential wrong ip_hdr(skb) pointersJesper Dangaard Brouer1-2/+4
2009-02-05Revert "tcp: Always set urgent pointer if it's beyond snd_nxt"David S. Miller1-8/+4
2009-02-05udp: Fix UDP short packet false positiveJesper Dangaard Brouer1-1/+2
2009-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2009-02-02udp: increments sk_drops in __udp_queue_rcv_skb()Eric Dumazet1-1/+3
2009-02-01ipv4: Delete redundant sk_family assignmentHerbert Xu1-1/+0
2009-02-01net: move bsockets outside of read only beginning of struct inet_hashinfoEric Dumazet2-3/+4
2009-02-01inet: Fix virt-manager regression due to bind(0) changes.Stephen Hemminger1-1/+2
2009-02-01net: add ARP notify option for devicesStephen Hemminger1-0/+9
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison6-11/+11
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-20/+44
2009-01-29gro: Avoid copying headers of unmerged packetsHerbert Xu3-14/+14
2009-01-29ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores1-3/+3
2009-01-26tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis1-1/+2
2009-01-26udp: optimize bind(0) if many ports are in useEric Dumazet1-16/+39
2009-01-26gre: optimize hash lookupTimo Teras1-29/+40
2009-01-22netns: ipmr: enable namespace support in ipv4 multicast routing codeBenjamin Thery2-113/+141
2009-01-22netns: ipmr: declare ipmr /proc/net entries per-namespaceBenjamin Thery1-39/+62
2009-01-22netns: ipmr: declare reg_vif_num per-namespaceBenjamin Thery1-10/+12
2009-01-22netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery1-13/+11
2009-01-22netns: ipmr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery1-18/+21
2009-01-22netns: ipmr: dynamically allocate mfc_cache_arrayBenjamin Thery1-13/+28
2009-01-22netns: ipmr: store netns in struct mfc_cacheBenjamin Thery1-9/+17
2009-01-22netns: ipmr: dynamically allocate vif_tableBenjamin Thery1-41/+68
2009-01-22netns: ipmr: allocate mroute_socket per-namespace.Benjamin Thery1-15/+13
2009-01-21gre: strict physical device bindingTimo Teras1-40/+88
2009-01-21inet: Allowing more than 64k connections and heavily optimize bind(0) time.Evgeniy Polyakov2-8/+44
2009-01-14gso: Ensure that the packet is long enoughHerbert Xu1-6/+7
2009-01-13tcp: splice as many packets as possible at onceWilly Tarreau1-2/+9
2009-01-12netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy1-1/+1
2009-01-12netfilter 01/09: remove "happy cracking" messagePatrick McHardy5-25/+5
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds3-5/+4
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-21/+65
2009-01-08tcp6: Add GRO supportHerbert Xu1-0/+2
2009-01-07Merge branch 'next' into for-linusJames Morris1-21/+65
2009-01-06net_dma: convert to dma_find_channelDan Williams3-4/+4
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams1-1/+0
2009-01-05tcp: Kill extraneous SPLICE_F_NONBLOCK checks.David S. Miller1-4/+0
2009-01-05tcp: don't mask EOF and socket errors on nonblocking splice receiveLennert Buytenhek1-4/+4
2009-01-04gro: Use gso_size to store MSSHerbert Xu1-4/+1
2008-12-31netlabel: Update kernel configuration APIPaul Moore1-21/+65
2008-12-29net: Fix percpu counters deadlockHerbert Xu4-7/+16
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell2-4/+4
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds62-1286/+2136
2008-12-26ipsec: Remove useless ret variableHerbert Xu1-3/+1
2008-12-25tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu1-4/+8
2008-12-25netns: igmp: make /proc/net/{igmp,mcfilter} per netnsAlexey Dobriyan1-9/+40
2008-12-25netns: igmp: allow IPPROTO_IGMP sockets in netnsAlexey Dobriyan1-0/+1