Commit Graph

617 Commits (a561be7100cd610bd2e082f3211c1dfb45835817)

Author SHA1 Message Date
Steffen Klassert c0ed1c14a7 net: Add a flow_cache_flush_deferred function 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
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 13 years ago
Steffen Klassert 1d9743745b xfrm: Simplify the replay check and advance functions 13 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
Steffen Klassert e433430a0c dst: Clone child entry in skb_dst_pop 14 years ago
Steffen Klassert 3bc07321cc xfrm: Force a dst refcount before entering the xfrm type handlers 14 years ago
Wei Yongjun a454f0ccef xfrm: Fix initialize repl field of struct xfrm_state 14 years ago
Steffen Klassert fbd5060875 xfrm: Refcount destination entry on xfrm_lookup 14 years ago
Eric Dumazet 7313714775 xfrm: fix __xfrm_route_forward() 14 years ago
Steffen Klassert d8647b79c3 xfrm: Add user interface for esn and big anti-replay windows 14 years ago
Steffen Klassert 2cd084678f xfrm: Add support for IPsec extended sequence numbers 14 years ago
Steffen Klassert 97e15c3a85 xfrm: Support anti-replay window size bigger than 32 packets 14 years ago
Steffen Klassert 9fdc4883d9 xfrm: Move IPsec replay detection functions to a separate file 14 years ago
Steffen Klassert 1ce3644ade xfrm: Use separate low and high order bits of the sequence numbers in xfrm_skb_cb 14 years ago
David S. Miller 7e1dc7b6f7 net: Use flowi4 and flowi6 in xfrm layer. 14 years ago
David S. Miller 56bb8059e1 net: Break struct flowi out into AF specific instances. 14 years ago
David S. Miller 6281dcc94a net: Make flowi ports AF dependent. 14 years ago
David S. Miller 1d28f42c1b net: Put flowi_* prefix on AF independent members of struct flowi 14 years ago
David S. Miller ca116922af xfrm: Eliminate "fl" and "pol" args to xfrm_bundle_ok(). 14 years ago
Patrick McHardy c53fa1ed92 netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms 14 years ago
David S. Miller 452edd598f xfrm: Return dst directly from xfrm_lookup() 14 years ago
David S. Miller 2774c131b1 xfrm: Handle blackhole route creation via afinfo. 14 years ago
David S. Miller 80c0bc9e37 xfrm: Kill XFRM_LOOKUP_WAIT flag. 14 years ago
David S. Miller a70486f0e6 xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq. 14 years ago
David S. Miller 6f2f19ed95 xfrm: Pass name as const to xfrm_*_get_byname(). 14 years ago