summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: Introduce skb_tunnel_rx() helperEric Dumazet2010-05-183-18/+6Star
* tcp: tcp_synack_options() fix Eric Dumazet2010-05-181-5/+4Star
* net: Remove unnecessary semicolons after switch statementsJoe Perches2010-05-182-3/+4
* net: No dst refcounting in ip_queue_xmit()Eric Dumazet2010-05-181-2/+7
* net: Use ip_route_input_noref() in input pathEric Dumazet2010-05-183-5/+5
* net: implements ip_route_input_noref()Eric Dumazet2010-05-181-5/+10
* net: add a noref bit on skb dstEric Dumazet2010-05-184-11/+12
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-171-10/+24
|\
| * tcp: fix MD5 (RFC2385) supportEric Dumazet2010-05-161-10/+24
* | net: Introduce sk_route_nocapsEric Dumazet2010-05-162-4/+4
* | net: reserve ports for applications using fixed port numbersAmerigo Wang2010-05-165-2/+34
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-1321-166/+130Star
|\ \
| * | netfilter: remove unnecessary returns from void function()sJoe Perches2010-05-131-1/+0Star
| * | netfilter: cleanup printk messagesStephen Hemminger2010-05-137-27/+27
| * | netfilter: change NF_ASSERT to WARN_ONStephen Hemminger2010-05-132-12/+2Star
| * | Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2010-05-1115-126/+101Star
| |\ \
| | * | netfilter: xtables: combine built-in extension structsJan Engelhardt2010-05-112-58/+48Star
| | * | netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-114-10/+9Star
| | * | netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-114-6/+5Star
| | * | netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-1115-18/+19
| | * | netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2010-05-112-25/+23Star
| | * | netfilter: xtables: dissolve do_match functionJan Engelhardt2010-05-021-17/+5Star
| | * | netfilter: ip_tables: fix compilation when debug is enabledJan Engelhardt2010-05-021-2/+2
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-123-7/+8
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | net: Fix FDDI and TR config checks in ipv4 arp and LLC.David S. Miller2010-05-101-3/+3
| * | IPv4: unresolved multicast route cleanupAndreas Meissner2010-05-101-1/+2
| * | ipv4: udp: fix short packet and bad checksum loggingBjørn Mork2010-05-071-3/+3
* | | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-05-1015-178/+192
|\ \ \ | |_|/ |/| |
| * | ipv4: remove ip_rt_secret timer (v4)Neil Horman2010-05-081-100/+8Star
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-031-11/+5Star
| |\|
| | * Revert "tcp: bind() fix when many ports are bound"David S. Miller2010-04-281-11/+5Star
| * | net: ip_queue_rcv_skb() helperEric Dumazet2010-04-294-2/+19
| * | net: speedup udp receive pathEric Dumazet2010-04-281-6/+6
| * | net: sk_add_backlog() take rmem_alloc into accountEric Dumazet2010-04-281-0/+4
| * | net: Make RFS socket operations not be inet specific.David S. Miller2010-04-283-7/+7
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-04-272-11/+93
| |\ \
| | * | net: ipmr: add support for dumping routing tables over netlinkPatrick McHardy2010-04-261-7/+89
| | * | net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy2010-04-262-2/+2
| | * | net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy2010-04-262-2/+2
| * | | TCP: avoid to send keepalive probes if receiving dataFlavio Leitner2010-04-272-3/+3
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-271-5/+11
| |\ \ \ | | |/ / | |/| / | | |/
| | * tcp: bind() fix when many ports are boundEric Dumazet2010-04-231-5/+11
| * | tcp: fix outsegs stat for TSO segmentsTom Herbert2010-04-231-2/+3
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-212-2/+4
| |\|
| | * ip: Fix ip_dev_loopback_xmit()Eric Dumazet2010-04-151-1/+1
| | * fib: suppress lockdep-RCU false positive in FIB trie.Eric Dumazet2010-04-151-1/+3
| * | net: Fix various endianness glitchesEric Dumazet2010-04-217-39/+39
| * | net: sk_sleep() helperEric Dumazet2010-04-213-6/+6
* | | netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer2010-04-231-3/+4
* | | netfilter: ip_tables: convert pr_devel() to pr_debug()Patrick McHardy2010-04-221-5/+5