15 Nov, 2005

1 commit

  • Staticaly linked nf_conntrack_ipv4 requires nf_conntrack. but currently
    nf_conntrack is linked after it. This changes the order of ipv4 and netfilter
    to fix this.

    Signed-off-by: Krzysztof Oledzki
    Signed-off-by: Yasuyuki Kozakai
    Signed-off-by: Harald Welte
    Signed-off-by: David S. Miller

    Krzysztof Oledzki
     

02 Sep, 2005

1 commit


30 Aug, 2005

2 commits

  • Development to this point was done on a subversion repository at:

    http://oops.ghostprotocols.net:81/cgi-bin/viewcvs.cgi/dccp-2.6/

    This repository will be kept at this site for the foreseable future,
    so that interested parties can see the history of this code,
    attributions, etc.

    If I ever decide to take this offline I'll provide the full history at
    some other suitable place.

    Signed-off-by: Arnaldo Carvalho de Melo
    Signed-off-by: David S. Miller

    Arnaldo Carvalho de Melo
     
  • Introduce "nfnetlink" (netfilter netlink) layer. This layer is used as
    transport layer for all userspace communication of the new upcoming
    netfilter subsystems, such as ctnetlink, nfnetlink_queue and some day even
    the mythical pkttables ;)

    Signed-off-by: Harald Welte
    Signed-off-by: David S. Miller

    Harald Welte
     

13 May, 2005

1 commit


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds