| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-09-12 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2016-09-08 | 1 | -1/+1 |
| |\ |
|
| | * | xfrm: Only add l3mdev oif to dst lookups | David Ahern | 2016-08-22 | 1 | -1/+1 |
* | | | net: l3mdev: remove redundant calls | David Ahern | 2016-09-10 | 1 | -1/+1 |
|/ / |
|
* | | net: xfrm: fix old-style declaration | Arnd Bergmann | 2016-06-16 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2015-12-22 | 1 | -15/+38 |
|\ |
|
| * | xfrm: dst_entries_init() per-net dst_ops | Dan Streetman | 2015-11-03 | 1 | -15/+38 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2015-10-30 | 1 | -1/+1 |
|\ \ |
|
| * | | xfrm: Let the flowcache handle its size by default. | Steffen Klassert | 2015-09-29 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-24 | 1 | -2/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2015-10-22 | 1 | -2/+4 |
| |\ \ |
|
| | * | | xfrm6: Fix ICMPv6 and MH header checks in _decode_session6 | Mathias Krause | 2015-09-14 | 1 | -2/+4 |
| | |/ |
|
| * | | net: Fix vti use case with oif in dst lookups for IPv6 | David Ahern | 2015-10-07 | 1 | -0/+1 |
| |/ |
|
* | | net: Fix vti use case with oif in dst lookups for IPv6 | David Ahern | 2015-10-07 | 1 | -0/+1 |
* | | net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents | David Ahern | 2015-09-29 | 1 | -5/+3 |
|/ |
|
* | xfrm: Use VRF master index if output device is enslaved | David Ahern | 2015-08-25 | 1 | -2/+5 |
* | xfrm: Add oif to dst lookups | David Ahern | 2015-08-11 | 1 | -3/+4 |
* | ipv6: Add rt6_get_cookie() function | Martin KaFai Lau | 2015-05-25 | 1 | -4/+2 |
* | ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peer | Martin KaFai Lau | 2015-05-01 | 1 | -14/+0 |
* | xfrm: simplify xfrm_address_t use | Jiri Benc | 2015-03-31 | 1 | -3/+1 |
* | ipv6: coding style: comparison for equality with NULL | Ian Morris | 2015-03-31 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-03-20 | 1 | -0/+1 |
|\ |
|
| * | xfrm6: Fix a offset value for network header in _decode_session6 | Hajime Tazaki | 2015-02-06 | 1 | -0/+1 |
* | | net: Remove protocol from struct dst_ops | Eric W. Biederman | 2015-03-09 | 1 | -1/+0 |
|/ |
|
* | xfrm6: Fix the nexthdr offset in _decode_session6. | Steffen Klassert | 2014-12-08 | 1 | -1/+7 |
* | xfrm6: Fix transport header offset in _decode_session6. | Steffen Klassert | 2014-12-08 | 1 | -1/+1 |
* | xfrm6: fix a potential use after free in xfrm6_policy.c | Li RongQing | 2014-10-22 | 1 | -3/+8 |
* | ipv6: White-space cleansing : Line Layouts | Ian Morris | 2014-08-24 | 1 | -11/+11 |
* | xfrm6: Add IPsec protocol multiplexer | Steffen Klassert | 2014-03-14 | 1 | -0/+7 |
* | xfrm: Fix null pointer dereference when decoding sessions | Steffen Klassert | 2013-11-01 | 1 | -1/+5 |
* | xfrm: Increase the garbage collector threshold | Steffen Klassert | 2013-10-28 | 1 | -1/+1 |
* | xfrm: Decode sessions with output interface. | Steffen Klassert | 2013-09-16 | 1 | -0/+1 |
* | xfrm6: release dev before returning error | Cong Wang | 2013-05-11 | 1 | -1/+3 |
* | xfrm: make gc_thresh configurable in all namespaces | Michal Kubecek | 2013-02-06 | 1 | -5/+47 |
* | ipv6: Complete neighbour entry removal from dst_entry. | YOSHIFUJI Hideaki / 吉藤英明 | 2013-01-17 | 1 | -1/+0 |
* | xfrm6: Remove commented out function call to xfrm6_input_fini | Steffen Klassert | 2012-11-16 | 1 | -1/+0 |
* | xfrm: Use a static gc threshold value for ipv6 | Steffen Klassert | 2012-11-15 | 1 | -15/+1 |
* | ipv6: use IS_ENABLED() | Amerigo Wang | 2012-11-01 | 1 | -2/+2 |
* | net: ipv6: fix oops in inet_putpeer() | Patrick McHardy | 2012-08-20 | 1 | -0/+8 |
* | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() | David S. Miller | 2012-07-17 | 1 | -4/+6 |
* | ipv6: Add redirect support to all protocol icmp error handlers. | David S. Miller | 2012-07-12 | 1 | -0/+9 |
* | ipv6: Store route neighbour in rt6_info struct. | David S. Miller | 2012-07-05 | 1 | -0/+1 |
* | inet: Hide route peer accesses behind helpers. | David S. Miller | 2012-06-11 | 1 | -5/+5 |
* | net: Convert all sysctl registrations to register_net_sysctl | Eric W. Biederman | 2012-04-20 | 1 | -2/+2 |
* | net: remove ipv6_addr_copy() | Alexey Dobriyan | 2011-11-22 | 1 | -2/+2 |
* | inet: constify ip headers and in6_addr | Eric Dumazet | 2011-04-22 | 1 | -1/+1 |
* | net: Put fl6_* macros to struct flowi6 and use them again. | David S. Miller | 2011-03-12 | 1 | -6/+6 |
* | ipv6: Convert to use flowi6 where applicable. | David S. Miller | 2011-03-12 | 1 | -2/+1 |
* | net: Use flowi4 and flowi6 in xfrm layer. | David S. Miller | 2011-03-12 | 1 | -18/+21 |
* | net: Make flowi ports AF dependent. | David S. Miller | 2011-03-12 | 1 | -6/+6 |