Commit Graph

642 Commits (732d35fd08058a678327ec908528fcc9514c9e48)

Author SHA1 Message Date
David S. Miller d1e31fb02b xfrm: No need to copy generic neighbour pointer. 13 years ago
David S. Miller f894cbf847 net: Add optional SKB arg to dst_ops->neigh_lookup(). 13 years ago
Pablo Neira Ayuso a31f2d17b3 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create 13 years ago
David S. Miller 1d1e34ddd4 xfrm_user: Propagate netlink error codes properly. 13 years ago
Gao feng 0c1833797a ipv6: fix incorrect ipsec fragment 13 years ago
David S. Miller bc9b35ad41 xfrm: Convert several xfrm policy match functions to bool. 13 years ago
Jan Beulich 71b697fcc7 xfrm_algo: drop an unnecessary inclusion 13 years ago
Jan Beulich 7e15252498 xfrm: make xfrm_algo.c a module 13 years ago
Eric W. Biederman ec8f23ce0f net: Convert all sysctl registrations to register_net_sysctl 13 years ago
Eric Dumazet 95c9617472 net: cleanup unsigned to unsigned int 13 years ago
Eric Paris 6ce74ec75c SELinux: include flow.h where used rather than get it indirectly 13 years ago
David S. Miller d0fde795d2 xfrm_user: Stop using NLA_PUT*(). 13 years ago
Steffen Klassert 1265fd6167 xfrm: Access the replay notify functions via the registered callbacks 13 years ago
Steffen Klassert 26b2072e75 xfrm: Remove unused xfrm_state from xfrm_state_check_space 13 years ago
Pablo Neira Ayuso 80d326fab5 netlink: add netlink_dump_control structure for netlink_dump_start() 13 years ago
Eric Dumazet cf778b00e9 net: reintroduce missing rcu_assign_pointer() calls 13 years ago
Eric Paris fd77846152 security: remove the security_netlink_recv hook as it is equivalent to capable() 13 years ago
Steffen Klassert c0ed1c14a7 net: Add a flow_cache_flush_deferred function 13 years ago
Eric Dumazet dfd56b8b38 net: use IS_ENABLED(CONFIG_IPV6) 13 years ago
David Miller 2721745501 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. 13 years ago
Steffen Klassert 618f9bc74a net: Move mtu handling down to the protocol depended handlers 13 years ago
Steffen Klassert ebb762f27f net: Rename the dst_opt default_mtu method to mtu 13 years ago
Alexey Dobriyan 4e3fd7a06d net: remove ipv6_addr_copy() 13 years ago
Alexey Dobriyan 26bff940dd xfrm: optimize ipv4 selector matching 13 years ago
Paul Gortmaker bc3b2d7fb9 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules 13 years ago
Eric Dumazet 9e903e0852 net: add skb frag size accessors 14 years ago
Steffen Klassert 1d9743745b xfrm: Simplify the replay check and advance functions 14 years ago
Madalin Bucur d4cae56219 net: check return value for dst_alloc 14 years ago
Steffen Klassert bcf66bf54a xfrm: Perform a replay check after return from async codepaths 14 years ago
Ian Campbell 804cf14ea5 net: xfrm: convert to SKB frag APIs 14 years ago
Stephen Hemminger a9b3cd7f32 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER 14 years ago
Tushar Gohad 4203223a1a xfrm: Fix key lengths for rfc3686(ctr(aes)) 14 years ago
David S. Miller d3aaeb38c4 net: Add ->neigh_lookup() operation to dst_ops 14 years ago
David S. Miller 69cce1d140 net: Abstract dst->neighbour accesses behind helpers. 14 years ago
Tushar Gohad 8fcbc63701 XFRM: Fix memory leak in xfrm_state_update 14 years ago
Steffen Klassert 12fdb4d3ba xfrm: Remove family arg from xfrm_bundle_ok 14 years ago
Greg Rose c7ac8679be rtnetlink: Compute and store minimum ifinfo dump size 14 years ago
Steffen Klassert e756682c8b xfrm: Fix off by one in the replay advance functions 14 years ago
Steffen Klassert 6fa5ddcc67 xfrm: Don't allow esn with disabled anti replay detection 14 years ago
Steffen Klassert 43a4dea4c9 xfrm: Assign the inner mode output function to the dst entry 14 years ago
David S. Miller cf91166223 net: Use non-zero allocations in dst_alloc(). 14 years ago
David S. Miller 5c1e6aa300 net: Make dst_alloc() take more explicit initializations. 14 years ago
Steffen Klassert 7833aa05b8 xfrm: Check for the new replay implementation if an esn state is inserted 14 years ago
Steffen Klassert 3f602b08de xfrm: Fix replay window size calculation on initialization 14 years ago
Eric Dumazet b71d1d426d inet: constify ip headers and in6_addr 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Steffen Klassert 02aadf72fe xfrm: Restrict extended sequence numbers to esp 14 years ago
Steffen Klassert e2b19125e9 xfrm: Check for esn buffer len in xfrm_new_ae 14 years ago
Steffen Klassert af2f464e32 xfrm: Assign esn pointers when cloning a state 14 years ago
Steffen Klassert 36ae0148db xfrm: Move the test on replay window size into the replay check functions 14 years ago