| Commit message (Expand) | Author | Age | Files | Lines |
* | net/xfrm/xfrm_state.c: fix error return code | Julia Lawall | 2012-08-31 | 1 | -1/+3 |
* | net: ipv6: fix oops in inet_putpeer() | Patrick McHardy | 2012-08-20 | 1 | -0/+2 |
* | Fix unexpected SA hard expiration after changing date | Fan Du | 2012-08-02 | 1 | -4/+17 |
* | net: Document dst->obsolete better. | David S. Miller | 2012-07-20 | 1 | -11/+12 |
* | xfrm: Initialize the struct xfrm_dst behind the dst_enty field | Steffen Klassert | 2012-07-14 | 1 | -2/+3 |
* | xfrm: No need to copy generic neighbour pointer. | David S. Miller | 2012-07-05 | 1 | -3/+0 |
* | net: Add optional SKB arg to dst_ops->neigh_lookup(). | David S. Miller | 2012-07-05 | 1 | -2/+4 |
* | netlink: add netlink_kernel_cfg parameter to netlink_kernel_create | Pablo Neira Ayuso | 2012-06-29 | 1 | -2/+5 |
* | xfrm_user: Propagate netlink error codes properly. | David S. Miller | 2012-06-27 | 1 | -190/+204 |
* | ipv6: fix incorrect ipsec fragment | Gao feng | 2012-05-27 | 1 | -0/+3 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2012-05-21 | 1 | -0/+1 |
|\ |
|
| * | SELinux: include flow.h where used rather than get it indirectly | Eric Paris | 2012-04-09 | 1 | -0/+1 |
* | | xfrm: Convert several xfrm policy match functions to bool. | David S. Miller | 2012-05-15 | 1 | -13/+14 |
* | | xfrm_algo: drop an unnecessary inclusion | Jan Beulich | 2012-05-15 | 1 | -3/+0 |
* | | xfrm: make xfrm_algo.c a module | Jan Beulich | 2012-05-15 | 3 | -5/+13 |
* | | net: Convert all sysctl registrations to register_net_sysctl | Eric W. Biederman | 2012-04-20 | 1 | -1/+1 |
* | | net: cleanup unsigned to unsigned int | Eric Dumazet | 2012-04-15 | 1 | -4/+4 |
* | | xfrm_user: Stop using NLA_PUT*(). | David S. Miller | 2012-04-01 | 1 | -43/+62 |
|/ |
|
* | xfrm: Access the replay notify functions via the registered callbacks | Steffen Klassert | 2012-03-22 | 1 | -3/+3 |
* | xfrm: Remove unused xfrm_state from xfrm_state_check_space | Steffen Klassert | 2012-03-22 | 1 | -2/+2 |
* | netlink: add netlink_dump_control structure for netlink_dump_start() | Pablo Neira Ayuso | 2012-02-26 | 1 | -2/+7 |
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2012-01-14 | 1 | -1/+1 |
|\ |
|
| * | security: remove the security_netlink_recv hook as it is equivalent to capable() | Eric Paris | 2012-01-05 | 1 | -1/+1 |
* | | net: reintroduce missing rcu_assign_pointer() calls | Eric Dumazet | 2012-01-12 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-12-23 | 1 | -4/+14 |
|\ \ |
|
| * | | net: Add a flow_cache_flush_deferred function | Steffen Klassert | 2011-12-21 | 1 | -4/+14 |
* | | | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 2011-12-11 | 2 | -9/+9 |
* | | | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. | David Miller | 2011-12-05 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-11-26 | 1 | -4/+6 |
|\ \ \
| |/ / |
|
| * | | net: Move mtu handling down to the protocol depended handlers | Steffen Klassert | 2011-11-26 | 1 | -1/+3 |
| * | | net: Rename the dst_opt default_mtu method to mtu | Steffen Klassert | 2011-11-26 | 1 | -3/+3 |
* | | | net: remove ipv6_addr_copy() | Alexey Dobriyan | 2011-11-22 | 1 | -8/+4 |
* | | | xfrm: optimize ipv4 selector matching | Alexey Dobriyan | 2011-11-22 | 1 | -2/+2 |
|/ / |
|
* | | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2011-10-31 | 2 | -0/+2 |
* | | net: add skb frag size accessors | Eric Dumazet | 2011-10-19 | 1 | -1/+1 |
* | | xfrm: Simplify the replay check and advance functions | Steffen Klassert | 2011-10-18 | 1 | -64/+34 |
* | | Merge branch 'master' of github.com:davem330/net | David S. Miller | 2011-10-07 | 1 | -4/+6 |
|\ \
| |/ |
|
| * | net: check return value for dst_alloc | Madalin Bucur | 2011-09-27 | 1 | -4/+6 |
* | | Merge branch 'master' of github.com:davem330/net | David S. Miller | 2011-09-22 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | xfrm: Perform a replay check after return from async codepaths | Steffen Klassert | 2011-09-21 | 1 | -0/+5 |
* | | net: xfrm: convert to SKB frag APIs | Ian Campbell | 2011-08-24 | 1 | -4/+7 |
* | | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER | Stephen Hemminger | 2011-08-02 | 1 | -2/+2 |
|/ |
|
* | xfrm: Fix key lengths for rfc3686(ctr(aes)) | Tushar Gohad | 2011-07-28 | 1 | -2/+2 |
* | net: Add ->neigh_lookup() operation to dst_ops | David S. Miller | 2011-07-18 | 1 | -0/+7 |
* | net: Abstract dst->neighbour accesses behind helpers. | David S. Miller | 2011-07-17 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-07-14 | 1 | -0/+2 |
|\ |
|
| * | XFRM: Fix memory leak in xfrm_state_update | Tushar Gohad | 2011-07-08 | 1 | -0/+2 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-07-05 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | xfrm: Remove family arg from xfrm_bundle_ok | Steffen Klassert | 2011-07-01 | 1 | -3/+3 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-06-20 | 1 | -2/+2 |
|\ \
| |/ |
|