summaryrefslogtreecommitdiff
path: root/include/net/dst.h
AgeCommit message (Expand)Author
2007-05-24[XFRM]: Allow packet drops during larval state resolution.David S. Miller
2007-02-10[NET]: Reorder fields of struct dst_entryEric Dumazet
2007-02-10[NET]: Introduce union in struct dst_entry to hold 'next' pointerEric Dumazet
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-09-28[NET]: Annotate dst_ops protocolAl Viro
2006-09-22[XFRM] STATE: Support non-fragment outbound transformation headers.Masahide NAKAMURA
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2006-01-07[XFRM]: Netfilter IPsec output hooksPatrick McHardy
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo
2005-10-26[IPSEC]: Kill obsolete get_mss functionHerbert Xu
2005-04-19[NET]: Shave sizeof(ptr) bytes off dst_entryHerbert Xu
2005-03-17[NET]: Make dst_allfrag use dst instead of dst->pathHerbert Xu
2005-03-17[NET]: Kill dst_pmtu/dst_path_metricHerbert Xu
2005-03-16[IPV4]: Multipath cache algorithm support.elueck@de.ibm.com
2005-03-10[NET]: Move dst_release out of dst->ops->checkHerbert Xu
2005-03-09MergeDavid S. Miller
2005-03-06[IPSEC]: Check dst validity harder in xfrm_bundle_okHerbert Xu
2005-03-06[IPSEC]: Use dst_mtu i n xfrm[46]_outputHerbert Xu
2005-03-04[IPV6] Always add a fragment header after receiving TOO BIG w/ pmtu < 1280.Hideaki Yoshifuji
2005-02-14[NET]: Add netdev argument to dst ifdown.Herbert Xu
2005-02-05[NET]: Add barriers for dst refcnt.Herbert Xu
2004-10-25[NET]: Give skb_checksum_help() an skb_buff * againHerbert Xu
2004-10-21[NET]: Replace dst_release refcount error with standard WARN_ONStephen Hemminger
2004-10-20[NET]: dst: use const in accessorsStephen Hemminger
2004-07-09[NET]: Fix dst_underflow_bug_msg printk args.Hideaki Yoshifuji
2004-07-05[NET]: Save space for dst underflow message.Hideaki Yoshifuji
2004-06-23[PATCH] rcu: avoid passing an argument to the callback functionAndrew Morton
2004-06-11[NET]: Add dst->ifdown callback.Hideaki Yoshifuji
2004-06-03[NETFILTER]: Fix checksum bug for multicast/broadcast packets on postrouting ...James Morris
2003-08-08[NET]: Allow XFRM subsystem to be optional.Andi Kleen
2003-06-27[NET]: Scale DST/ipv6 intervals like we did for ipv4.David S. Miller
2003-04-13[NET]: Use time_before in dst_set_expires.David S. Miller
2003-03-25[IPSEC]: Remove duplicate / obsolete entry in include/linux/dst.hHideaki Yoshifuji
2003-03-19[IPSEC]: fragmentation & tcp mss calculation.Alexey Kuznetsov
2003-03-04[IPSEC]: Add full ipv6 support.Kazunori Miyazawa
2002-12-22[IPV4]: lockfree ipv4 route cacheDipankar Sarma
2002-11-04Avoid gcc warning, and clean up current text addressLinus Torvalds
2002-11-04[IPSEC]: Bug fixes and updates.Alexey Kuznetsov
2002-11-03[NET]: IPSEC updates.Alexey Kuznetsov
2002-10-28[IPSEC]: Add transform engine and AH implementation.Alexey Kuznetsov
2002-10-24[NET]: Add DST_NOXFRM and DST_NOPOLICY flags.Alexey Kuznetsov
2002-10-24[NET]: Cleanup DST metrics and abstract MSS/PMTU further.Alexey Kuznetsov
2002-10-24[NET]: Kill reroute from DST ops, unused.Alexey Kuznetsov
2002-10-15[NET]: Prepare for zerocopy NFS and IPSEC.Alexey Kuznetsov
2002-02-04Import changesetLinus Torvalds