summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2010-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-7/+9
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet-6/+8
2010-05-26ipmr: off by one in __ipmr_fill_mroute()Dan Carpenter-1/+1
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan-4/+4
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-1001/+1277
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches-7/+0
2010-05-17net: Introduce skb_tunnel_rx() helperEric Dumazet-18/+6
2010-05-17tcp: tcp_synack_options() fix Eric Dumazet-5/+4
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches-3/+4
2010-05-17net: No dst refcounting in ip_queue_xmit()Eric Dumazet-2/+7
2010-05-17net: Use ip_route_input_noref() in input pathEric Dumazet-5/+5
2010-05-17net: implements ip_route_input_noref()Eric Dumazet-5/+10
2010-05-17net: add a noref bit on skb dstEric Dumazet-11/+12
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-10/+24
2010-05-16net: Introduce sk_route_nocapsEric Dumazet-4/+4
2010-05-16tcp: fix MD5 (RFC2385) supportEric Dumazet-10/+24
2010-05-15net: reserve ports for applications using fixed port numbersAmerigo Wang-2/+34
2010-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller-166/+130
2010-05-13netfilter: remove unnecessary returns from void function()sJoe Perches-1/+0
2010-05-13netfilter: cleanup printk messagesStephen Hemminger-27/+27
2010-05-13netfilter: change NF_ASSERT to WARN_ONStephen Hemminger-12/+2
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-7/+8
2010-05-11Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy-126/+101
2010-05-11netfilter: xtables: combine built-in extension structsJan Engelhardt-58/+48
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt-10/+9
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt-6/+5
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt-18/+19
2010-05-11netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt-25/+23
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy-178/+192
2010-05-10net: Fix FDDI and TR config checks in ipv4 arp and LLC.David S. Miller-3/+3
2010-05-10IPv4: unresolved multicast route cleanupAndreas Meissner-1/+2
2010-05-08ipv4: remove ip_rt_secret timer (v4)Neil Horman-100/+8
2010-05-06ipv4: udp: fix short packet and bad checksum loggingBjørn Mork-3/+3
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-11/+5
2010-05-02netfilter: xtables: dissolve do_match functionJan Engelhardt-17/+5
2010-05-02netfilter: ip_tables: fix compilation when debug is enabledJan Engelhardt-2/+2
2010-04-28net: ip_queue_rcv_skb() helperEric Dumazet-2/+19
2010-04-28net: speedup udp receive pathEric Dumazet-6/+6
2010-04-28Revert "tcp: bind() fix when many ports are bound"David S. Miller-11/+5
2010-04-27net: sk_add_backlog() take rmem_alloc into accountEric Dumazet-0/+4
2010-04-27net: Make RFS socket operations not be inet specific.David S. Miller-7/+7
2010-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller-11/+93
2010-04-27TCP: avoid to send keepalive probes if receiving dataFlavio Leitner-3/+3
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-5/+11
2010-04-26net: ipmr: add support for dumping routing tables over netlinkPatrick McHardy-7/+89
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy-2/+2
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy-2/+2
2010-04-23netfilter: nf_conntrack: extend with extra stat counterJesper Dangaard Brouer-3/+4
2010-04-22tcp: bind() fix when many ports are boundEric Dumazet-5/+11