aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAge
* ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly2009-02-16
* gro: Optimise TCP packet receptionHerbert Xu2009-02-08
* gro: Optimise IPv4 packet receptionHerbert Xu2009-02-08
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-07
|\
| * udp: Fix potential wrong ip_hdr(skb) pointersJesper Dangaard Brouer2009-02-06
| * Revert "tcp: Always set urgent pointer if it's beyond snd_nxt"David S. Miller2009-02-05
| * udp: Fix UDP short packet false positiveJesper Dangaard Brouer2009-02-05
* | ipmr: use goto to common label instead of opencodingIlpo Järvinen2009-02-07
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-03
|\|
| * udp: increments sk_drops in __udp_queue_rcv_skb()Eric Dumazet2009-02-02
* | ipv4: Delete redundant sk_family assignmentHerbert Xu2009-02-02
* | net: move bsockets outside of read only beginning of struct inet_hashinfoEric Dumazet2009-02-01
* | inet: Fix virt-manager regression due to bind(0) changes.Stephen Hemminger2009-02-01
* | net: add ARP notify option for devicesStephen Hemminger2009-02-01
* | net: replace uses of __constant_{endian}Harvey Harrison2009-02-01
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-30
|\|
| * ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores2009-01-29
| * tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis2009-01-27
| * udp: optimize bind(0) if many ports are in useEric Dumazet2009-01-27
* | gro: Avoid copying headers of unmerged packetsHerbert Xu2009-01-29
* | gre: optimize hash lookupTimo Teras2009-01-26
* | netns: ipmr: enable namespace support in ipv4 multicast routing codeBenjamin Thery2009-01-22
* | netns: ipmr: declare ipmr /proc/net entries per-namespaceBenjamin Thery2009-01-22
* | netns: ipmr: declare reg_vif_num per-namespaceBenjamin Thery2009-01-22
* | netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery2009-01-22
* | netns: ipmr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery2009-01-22
* | netns: ipmr: dynamically allocate mfc_cache_arrayBenjamin Thery2009-01-22
* | netns: ipmr: store netns in struct mfc_cacheBenjamin Thery2009-01-22
* | netns: ipmr: dynamically allocate vif_tableBenjamin Thery2009-01-22
* | netns: ipmr: allocate mroute_socket per-namespace.Benjamin Thery2009-01-22
* | gre: strict physical device bindingTimo Teras2009-01-21
* | inet: Allowing more than 64k connections and heavily optimize bind(0) time.Evgeniy Polyakov2009-01-21
|/
* gso: Ensure that the packet is long enoughHerbert Xu2009-01-14
* tcp: splice as many packets as possible at onceWilly Tarreau2009-01-13
* netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endianPatrick McHardy2009-01-13
* netfilter 01/09: remove "happy cracking" messagePatrick McHardy2009-01-13
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-01-09
|\
| * net_dma: convert to dma_find_channelDan Williams2009-01-06
| * dmaengine: up-level reference counting to the module levelDan Williams2009-01-06
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-01-08
|\ \
| * \ Merge branch 'next' into for-linusJames Morris2009-01-06
| |\ \
| | * | netlabel: Update kernel configuration APIPaul Moore2008-12-31
| | |/
* | / tcp6: Add GRO supportHerbert Xu2009-01-08
|/ /
* | tcp: Kill extraneous SPLICE_F_NONBLOCK checks.David S. Miller2009-01-05
* | tcp: don't mask EOF and socket errors on nonblocking splice receiveLennert Buytenhek2009-01-05
* | gro: Use gso_size to store MSSHerbert Xu2009-01-04
|/
* net: Fix percpu counters deadlockHerbert Xu2008-12-30
* cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell2008-12-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-28
|\
| * ipsec: Remove useless ret variableHerbert Xu2008-12-26