aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-01-29gro: Avoid copying headers of unmerged packetsHerbert Xu
2009-01-29ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores
2009-01-26tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis
2009-01-26udp: optimize bind(0) if many ports are in useEric Dumazet
2009-01-26gre: optimize hash lookupTimo Teras
2009-01-22netns: ipmr: enable namespace support in ipv4 multicast routing codeBenjamin Thery
2009-01-22netns: ipmr: declare ipmr /proc/net entries per-namespaceBenjamin Thery
2009-01-22netns: ipmr: declare reg_vif_num per-namespaceBenjamin Thery
2009-01-22netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery
2009-01-22netns: ipmr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery
2009-01-22netns: ipmr: dynamically allocate mfc_cache_arrayBenjamin Thery
2009-01-22netns: ipmr: store netns in struct mfc_cacheBenjamin Thery
2009-01-22netns: ipmr: dynamically allocate vif_tableBenjamin Thery
2009-01-22netns: ipmr: allocate mroute_socket per-namespace.Benjamin Thery
2009-01-21gre: strict physical device bindingTimo Teras
2009-01-21inet: Allowing more than 64k connections and heavily optimize bind(0) time.Evgeniy Polyakov
2009-01-14gso: Ensure that the packet is long enoughHerbert Xu
2009-01-13tcp: splice as many packets as possible at onceWilly Tarreau
2009-01-12netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy
2009-01-12netfilter 01/09: remove "happy cracking" messagePatrick McHardy
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-01-08tcp6: Add GRO supportHerbert Xu
2009-01-07Merge branch 'next' into for-linusJames Morris
2009-01-06net_dma: convert to dma_find_channelDan Williams
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams
2009-01-05tcp: Kill extraneous SPLICE_F_NONBLOCK checks.David S. Miller
2009-01-05tcp: don't mask EOF and socket errors on nonblocking splice receiveLennert Buytenhek
2009-01-04gro: Use gso_size to store MSSHerbert Xu
2008-12-31netlabel: Update kernel configuration APIPaul Moore
2008-12-29net: Fix percpu counters deadlockHerbert Xu
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2008-12-26ipsec: Remove useless ret variableHerbert Xu
2008-12-25tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu
2008-12-25netns: igmp: make /proc/net/{igmp,mcfilter} per netnsAlexey Dobriyan
2008-12-25netns: igmp: allow IPPROTO_IGMP sockets in netnsAlexey Dobriyan
2008-12-25Merge branch 'next' into for-linusJames Morris
2008-12-18tcp: Stop scaring users with "treason uncloaked!"Matt Mackall
2008-12-16ipmr: merge common codeIlpo Järvinen
2008-12-15tcp: Add GRO supportHerbert Xu
2008-12-15ipv4: Add GRO infrastructureHerbert Xu
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-15netfilter: update rwlock initialization for nat_tableSteven Rostedt
2008-12-14icsk: join error paths using gotoIlpo Järvinen
2008-12-09tcp: tcp_vegas cong avoid fix Doug Leith
2008-12-05tcp: fix tso_should_defer in 64bitIlpo Järvinen
2008-12-05tcp: use tcp_write_xmit also in tcp_push_oneIlpo Järvinen