17 Feb, 2017

1 commit

  • Steffen Klassert says:

    ====================
    pull request (net-next): ipsec-next 2017-02-16

    1) Make struct xfrm_input_afinfo const, nothing writes to it.
    From Florian Westphal.

    2) Remove all places that write to the afinfo policy backend
    and make the struct const then.
    From Florian Westphal.

    3) Prepare for packet consuming gro callbacks and add
    ESP GRO handlers. ESP packets can be decapsulated
    at the GRO layer then. It saves a round through
    the stack for each ESP packet.

    Please note that this has a merge coflict between commit

    63fca65d0863 ("net: add confirm_neigh method to dst_ops")

    from net-next and

    3d7d25a68ea5 ("xfrm: policy: remove garbage_collect callback")
    a2817d8b279b ("xfrm: policy: remove family field")

    from ipsec-next.

    The conflict can be solved as it is done in linux-next.

    Please pull or let me know if there are problems.
    ====================

    Signed-off-by: David S. Miller

    David S. Miller
     

15 Feb, 2017

1 commit


09 Feb, 2017

1 commit


12 Jan, 2013

1 commit

  • The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
    while now and is almost always enabled by default. As agreed during the
    Linux kernel summit, remove it from any "depends on" lines in Kconfigs.

    CC: "David S. Miller"
    CC: Jan Beulich
    Signed-off-by: Kees Cook
    Acked-by: David S. Miller

    Kees Cook
     

16 May, 2012

1 commit

  • By making this a standalone config option (auto-selected as needed),
    selecting CRYPTO from here rather than from XFRM (which is boolean)
    allows the core crypto code to become a module again even when XFRM=y.

    Signed-off-by: Jan Beulich
    Signed-off-by: David S. Miller

    Jan Beulich
     

25 Jul, 2008

1 commit


15 Feb, 2008

1 commit

  • net/built-in.o: In function `xfrm_policy_init':
    /home/pmundt/devel/git/sh-2.6.25/net/xfrm/xfrm_policy.c:2338: undefined reference to `snmp_mib_init'

    snmp_mib_init() is only built in if CONFIG_INET is set.

    Signed-off-by: Paul Mundt
    Signed-off-by: Andrew Morton
    Signed-off-by: David S. Miller

    Paul Mundt
     

29 Jan, 2008

2 commits


09 Feb, 2007

2 commits

  • Add CONFIG_NET_KEY_MIGRATE option which makes it possible for user
    application to send or receive MIGRATE message to/from PF_KEY socket.

    Signed-off-by: Shinta Sugimoto
    Signed-off-by: Masahide NAKAMURA
    Signed-off-by: YOSHIFUJI Hideaki
    Signed-off-by: David S. Miller

    Shinta Sugimoto
     
  • Add CONFIG_XFRM_MIGRATE option which makes it possible for for user
    application to send or receive MIGRATE message to/from netlink socket.

    Signed-off-by: Shinta Sugimoto
    Signed-off-by: Masahide NAKAMURA
    Signed-off-by: YOSHIFUJI Hideaki
    Signed-off-by: David S. Miller

    Shinta Sugimoto
     

23 Sep, 2006

2 commits


12 Jul, 2005

1 commit

  • Move the protocol specific config options out to the specific protocols.
    With this change net/Kconfig now starts to become readable and serve as a
    good basis for further re-structuring.

    The menu structure is left almost intact, except that indention is
    fixed in most cases. Most visible are the INET changes where several
    "depends on INET" are replaced with a single ifdef INET / endif pair.

    Several new files were created to accomplish this change - they are
    small but serve the purpose that config options are now distributed
    out where they belongs.

    Signed-off-by: Sam Ravnborg
    Signed-off-by: David S. Miller

    Sam Ravnborg
     

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