aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds3-19/+127
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore1-12/+118
2009-03-28lsm: Relocate the IPv4 security_inet_conn_request() hooksPaul Moore2-7/+9
2009-03-28Merge branch 'linus' into percpu-cpumask-x86-for-linus-2Ingo Molnar6-64/+58
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2-3/+3
2009-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller6-64/+58
2009-03-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+5
2009-03-25netfilter: nf_conntrack: calculate per-protocol nlattr sizeHolger Eitzenberger2-0/+12
2009-03-25netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()Eric Dumazet2-28/+37
2009-03-25netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy2-2/+6
2009-03-25netfilter: factorize ifname_compare()Eric Dumazet2-34/+3
2009-03-24ipv6: Fix conflict resolutions during ipv6 bindingVlad Yasevich1-1/+2
2009-03-24arp_tables: ifname_compare() can assume 16bit alignmentEric Dumazet1-2/+6
2009-03-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller16-272/+249
2009-03-23udp: Wrong locking code in udp seq_file infrastructureVitaly Mayatskikh1-1/+5
2009-03-22tcp: Discard segments that ack data not yet sentJohn Dykstra1-10/+17
2009-03-21net/*: use linux/kernel.h swap()Ilpo Järvinen1-20/+3
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2009-03-18netns: oops in ip[6]_frag_reasm incrementing statsJorge Boncompte [DTI2]1-1/+2
2009-03-18tcp: remove parameter from tcp_recv_urg().Rami Rosen1-3/+2
2009-03-16netfilter: auto-load ip_queue module when socket openedScott James Remnant1-0/+2
2009-03-16netfilter: conntrack: increase drop stats if sequence adjustment failsPablo Neira Ayuso1-1/+3
2009-03-16netfilter: Kconfig spelling fixes (trivial)Stephen Hemminger1-3/+3
2009-03-16netfilter: use a linked list of loggersEric Leblond2-2/+2
2009-03-15tcp: make sure xmit goal size never becomes zeroIlpo Järvinen1-1/+1
2009-03-15tcp: cache result of earlier divides when mss-aligning thingsIlpo Järvinen1-2/+12
2009-03-15tcp: simplify tcp_current_mssIlpo Järvinen3-43/+43
2009-03-15tcp: don't check mtu probe completion in the loopIlpo Järvinen1-7/+6
2009-03-15tcp: consolidate paws checkIlpo Järvinen2-8/+7
2009-03-15tcp: kill dead end_seq variable in clean_rtx_queueIlpo Järvinen1-3/+0
2009-03-15tcp: remove pointless .dsack/.num_sacks codeIlpo Järvinen2-7/+3
2009-03-13tcp: '< 0' test on unsignedRoel Kluin1-2/+3
2009-03-13ipv4: arp announce, arp_proxy and windows ip conflict verificationDenys Fedoryshchenko1-2/+5
2009-03-13Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbsNeil Horman2-2/+2
2009-03-11tcp: allow timestamps even if SYN packet has tsval=0Eric Dumazet1-9/+0
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger2-2/+2
2009-03-04Merge branch 'x86/core' into core/percpuIngo Molnar3-6/+6
2009-03-03tcp: Like icmp use register_pernet_subsysEric W. Biederman1-1/+1
2009-03-03netns: Fix icmp shutdown.Eric W. Biederman1-1/+1
2009-03-02tcp: tcp_init_wl / tcp_update_wl argument cleanupHantzis Fotis3-7/+6
2009-03-02tcp: get rid of two unnecessary u16s in TCP skb flags copyingIlpo Järvinen1-2/+2
2009-03-02tcp: in sendmsg/pages open code the real goto targetIlpo Järvinen1-2/+2
2009-03-02tcp: kill eff_sacks "cache", the sole user can calculate itselfIlpo Järvinen3-21/+9
2009-03-02tcp: add helper for AI algorithmIlpo Järvinen6-49/+20
2009-03-02htcp: merge icsk_ca_state compareIlpo Järvinen1-2/+1
2009-03-02tcp: drop unnecessary local var in collapseIlpo Järvinen1-5/+2
2009-03-02tcp: cleanup ca_state mess in tcp_timerIlpo Järvinen1-13/+10
2009-03-02tcp: separate timeout marking loop to it's own functionIlpo Järvinen1-24/+39
2009-03-02tcp: remove redundant code from tcp_mark_lost_retransIlpo Järvinen1-4/+12
2009-03-02tcp: fix corner case issue in segmentation during rexmittingIlpo Järvinen1-0/+2