Commit Graph

141 Commits (17f0f4a47df9aea9ee26c939f8057c35e0be1847)

Author SHA1 Message Date
Herbert Xu 6f85a124d8 net: Preserve netfilter attributes in skb_gso_segment using __copy_skb_header 17 years ago
Johannes Berg d0f0980414 mac80211: partially fix skb->cb use 17 years ago
Ilpo Järvinen 547b792cac net: convert BUG_TRAP to generic WARN_ON 17 years ago
Harvey Harrison 7b1c65faa2 net: make __skb_splice_bits static 17 years ago
Octavian Purdila 2870c43d17 net: refactor tcp splice receive path to improve readability 17 years ago
Patrick McHardy 6aa895b047 vlan: Don't store VLAN tag in cb 17 years ago
Octavian Purdila db43a282d3 tcp: fix for splice receive when used with software LRO 17 years ago
Ben Hutchings 4497b0763c net: Discard and warn about LRO'd skbs received for forwarding 17 years ago
Adrian Bunk 0b04082995 net: remove CVS keywords 17 years ago
Octavian Purdila 293ad60401 tcp: Fix for race due to temporary drop of the socket lock in skb_splice_bits. 17 years ago
Johannes Berg c800578510 net: Fix useless comment reference loop. 17 years ago
Gerrit Renker 7de6c03336 [SKB]: __skb_append = __skb_queue_after 17 years ago
Ben Hutchings 4c821d753d [NET]: Fix kernel-doc for skb_segment 17 years ago
David S. Miller a0f55e0e83 [NET]: Fix dev_alloc_skb() typo. 17 years ago
Denys Vlasenko 1483b8744e [NET]: Add inline intent commentary to dev_alloc_skb(). 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
Randy Dunlap bc2cda1ebd docbook: make a networking book and fix a few errors 17 years ago
Urs Thuermann fee54fa517 [NET]: Fix comment for skb_pull_rcsum 17 years ago
Rusty Russell f35d9d8aae virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets. 17 years ago
Jens Axboe 9c55e01c0c [TCP]: Splice receive support. 17 years ago
Paul Moore 02f1c89d6e [NET]: Clone the sk_buff 'iif' field in __skb_clone() 17 years ago
Herbert Xu 2d4baff8da [SKBUFF]: Free old skb properly in skb_morph 17 years ago
Jens Axboe c46f2334c8 [SG] Get rid of __sg_mark_end() 17 years ago
David S. Miller 51c739d1f4 [NET]: Fix incorrect sg_mark_end() calls. 17 years ago
Jamal Hadi Salim a057ae3c10 [NET_CLS_ACT]: Use skb_act_clone 18 years ago
Jens Axboe 642f149031 SG: Change sg_set_page() to take length and offset argument 18 years ago
Jens Axboe fa05f1286b Update net/ to use sg helpers 18 years ago
Herbert Xu 172a863f2b [NET]: Fix csum_start update in pskb_expand_head 18 years ago
Herbert Xu e0053ec07e [SKBUFF]: Add skb_morph 18 years ago
Herbert Xu dec18810c5 [SKBUFF]: Merge common code between copy_skb_header and skb_clone 18 years ago
Herbert Xu 52886051ff [SKBUFF]: Fix up csum_start when head room changes 18 years ago
Paul Mundt 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 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
Johannes Berg 2cd052e443 [NET] skbuff: remove export of static symbol 18 years ago
Olaf Kirch 5b5a60da28 [NET]: Make skb_seq_read unmap the last fragment 18 years ago
Patrick McHardy dbbeb2f991 [SKBUFF]: Fix incorrect config #ifdef around skb_copy_secmark 18 years ago
Mikael Pettersson b6ccc67d8e [NET]: Fix net/core/skbuff.c gcc-3.2.3 compilation error 18 years ago
David S. Miller 1a028e5072 [NET]: Revert sk_buff walker cleanups. 18 years ago
Jean Delvare eefa390628 [NET]: Clean up sk_buff walkers. 18 years ago
Stephen Hemminger 3ff50b7997 [NET]: cleanup extra semicolons 18 years ago
Stephen Hemminger 0c6fcc8a8c [NET] skbuff: skb_store_bits const is backwards 18 years ago
Patrick McHardy efd1e8d569 [SK_BUFF]: Fix missing offset adjustment in skb_copy_expand 18 years ago
Herbert Xu 663ead3bb8 [NET]: Use csum_start offset instead of skb_transport_header 18 years ago
Patrick McHardy 56eb88828b [SK_BUFF]: Fix missing offset adjustment in pskb_expand_head 18 years ago