Commit Graph

166 Commits (2577046740fe6d77864128c6187c11125c2449ea)

Author SHA1 Message Date
Randy Dunlap 553a56726b skbuff: fix missing kernel-doc notation 17 years ago
Randy Dunlap f7d0e5a506 skbuff: fix missing kernel-doc notation 17 years ago
Gerrit Renker f5572855ec [SKB]: __skb_queue_tail = __skb_insert before 17 years ago
Gerrit Renker 7de6c03336 [SKB]: __skb_append = __skb_queue_after 17 years ago
Gerrit Renker bf29927588 [SKB]: __skb_queue_after(prev) = __skb_insert(prev, prev->next) 17 years ago
Gerrit Renker f525c06d12 [SKB]: __skb_dequeue = skb_peek + __skb_unlink 17 years ago
YOSHIFUJI Hideaki de357cc013 [IPV6] NDISC: Don't rely on node-type hint from L2 unless required. 17 years ago
Templin, Fred L fadf6bf060 [IPV6] SIT: Add PRL management for ISATAP. 17 years ago
Ilpo Järvinen 419ae74ecc [NET]: uninline skb_trim, de-bloats 17 years ago
Ilpo Järvinen c2aa270ad7 [NET]: uninline skb_push, de-bloats a lot 17 years ago
Ilpo Järvinen f58518e678 [NET]: uninline dev_alloc_skb, de-bloats a lot 17 years ago
Ilpo Järvinen 6be8ac2fdc [NET]: uninline skb_pull, de-bloats a lot 17 years ago
Ilpo Järvinen 0dde3e1648 [NET]: uninline skb_put, de-bloats a lot 17 years ago
Eric Dumazet ee6b967301 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts 17 years ago
Randy Dunlap 3172936341 net: fix kernel-doc warnings in header files 17 years ago
Rusty Russell f35d9d8aae virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets. 17 years ago
Patrick McHardy 2fd8e526f4 [NETFILTER]: bridge netfilter: remove nf_bridge_info read-only netoutdev member 17 years ago
Herbert Xu a59322be07 [UDP]: Only increment counter on first peek/recv 17 years ago
Herbert Xu 27ab256864 [UDP]: Avoid repeated counting of checksum errors due to peeking 17 years ago
Jens Axboe 9c55e01c0c [TCP]: Splice receive support. 17 years ago
Herbert Xu 2d4baff8da [SKBUFF]: Free old skb properly in skb_morph 17 years ago
Chuck Lever 78608ba032 [NET]: Fix skb_truesize_check() assertion 17 years ago
Chuck Lever c2636b4d9e [NET]: Treat the sign of the result of skb_headroom() consistently 18 years ago
Pavel Emelyanov e3fa259bcb [NET]: Cut off the queue_mapping field from sk_buff 18 years ago
Pavel Emelyanov 4e3ab47a54 [NET]: Make and use skb_get_queue_mapping 18 years ago
Herbert Xu deea84b0ae [NET]: Fix SKB_WITH_OVERHEAD calculation 18 years ago
Herbert Xu e0053ec07e [SKBUFF]: Add skb_morph 18 years ago
Brice Goglin eabd7e35c0 Add skb_is_gso_v6 18 years ago
Herbert Xu d9cc20484e [NET] skbuff: Add skb_cow_head 18 years ago
David S. Miller a309bb072b [NET]: Page offsets and lengths need to be __u32. 18 years ago
Al Viro 4381ca3c23 fix return type of skb_checksum_complete() 18 years ago
Herbert Xu c6c6e3e05c [NET]: Update comments for skb checksums 18 years ago
Jozsef Kadlecsik ba9dda3ab5 [NETFILTER]: x_tables: add TRACE target 18 years ago
Peter P Waskiewicz Jr f25f4e4480 [CORE] Stack changes to add multiqueue hardware support API 18 years ago
Patrick McHardy 334a8132d9 [SKBUFF]: Keep track of writable header len of headerless clones 18 years ago
Ilpo Järvinen b9ce204f0a [TCP]: Congestion control API RTT sampling fix 18 years ago
Randy Dunlap be52178b9f [NET] skbuff: fix kernel-doc 18 years ago
James Chapman 46f8914e53 [SKB]: Introduce skb_queue_walk_safe() 18 years ago
Stephen Hemminger 164891aadf [TCP]: Congestion control API update. 18 years ago
Stephen Hemminger 0c6fcc8a8c [NET] skbuff: skb_store_bits const is backwards 18 years ago
Herbert Xu 604763722c [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY 18 years ago
Herbert Xu 663ead3bb8 [NET]: Use csum_start offset instead of skb_transport_header 18 years ago
David Howells 716ea3a7aa [NET]: Move generic skbuff stuff from XFRM code to generic code 18 years ago
Arnaldo Carvalho de Melo 27d7ff46a3 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} 18 years ago
Arnaldo Carvalho de Melo d626f62b11 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} 18 years ago
Herbert Xu 35fc92a9de [NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETE 18 years ago
Yasuyuki Kozakai de6e05c49f [NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for diet 18 years ago
Yasuyuki Kozakai 5f79e0f916 [NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabled 18 years ago
Arnaldo Carvalho de Melo 897933bcdf [SK_BUFF]: Remove skb_add_mtu() leftovers 18 years ago
Arnaldo Carvalho de Melo 4305b54135 [SK_BUFF]: Convert skb->end to sk_buff_data_t 18 years ago