Commit Graph

251 Commits (257313b2a87795e07a0bdf58d0fffbdba8b31051)

Author SHA1 Message Date
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Jiri Pirko 8a4eb5734e net: introduce rx_handler results and logic around that 14 years ago
Herbert Xu 5a2ef92023 inet: Remove unused sk_sndmsg_* from UFO 14 years ago
Eric Dumazet c2aa3665cf net: add kmemcheck annotation in __alloc_skb() 14 years ago
Michał Mirosław 04ed3e741d net: change netdev->features to u32 14 years ago
Michal Schmidt d1dc7abf2f GRO: fix merging a paged skb after non-paged skbs 14 years ago
KOVACS Krisztian 2fc72c7b84 netfilter: fix compilation when conntrack is disabled but tproxy is enabled 14 years ago
Michał Mirosław 55508d601d net: Use skb_checksum_start_offset() 14 years ago
KOVACS Krisztian ae90bdeaea netfilter: fix compilation when conntrack is disabled but tproxy is enabled 14 years ago
Changli Gao ca44ac3861 net: don't reallocate skb->head unless the current one hasn't the needed extra size or is shared 14 years ago
Eric Dumazet 564824b0c5 net: allocate skbs on local node 15 years ago
Jarek Poplawski 64289c8e68 gro: Re-fix different skb headrooms 15 years ago
Koki Sanagi 07dc22e729 skb: Add tracepoints to freeing skb 15 years ago
Eric Dumazet 1fd63041c4 net: pskb_expand_head() optimization 15 years ago
Eric Dumazet 52ee7a04a0 net: remove two kmemcheck annotations 15 years ago
Eric Dumazet 3d3be4333f gro: fix different skb headrooms 15 years ago
Eric Dumazet 6602cebb5b net: skbuff.c cleanup 15 years ago
David S. Miller 21dc330157 net: Rename skb_has_frags to skb_has_frag_list 15 years ago
Oliver Hartkopp 2244d07bfa net: simplify flags for tx timestamping 15 years ago
Eric Dumazet fed66381d6 net: pskb_expand_head() optimization 15 years ago
David S. Miller be2b6e6235 net: Fix skb_copy_expand() handling of ->csum_start 15 years ago
Andrea Shepard 00c5a9834b net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.c 15 years ago
Eric Dumazet 9e34a5b516 net/core: EXPORT_SYMBOL cleanups 15 years ago
Eric Dumazet e8d15e6460 net: rxhash already set in __copy_skb_header 15 years ago
John Fastabend e897082fe7 net: fix deliver_no_wcard regression on loopback device 15 years ago
Eric Dumazet b1faf56664 net: sock_queue_err_skb() dont mess with sk_forward_alloc 15 years ago
Eric Dumazet 2903037400 net: fix sk_forward_alloc corruptions 15 years ago
Changli Gao 5b0daa3474 skb: make skb_recycle_check() return a bool value 15 years ago
Jens Axboe 35f3d14dbb pipe: add support for shrinking and growing pipes 15 years ago
Herbert Xu 622e0ca1cd gro: Fix bogus gso_size on the first fraglist entry 15 years ago
Eric Dumazet 7fee226ad2 net: add a noref bit on skb dst 15 years ago
Eric Dumazet ec7d2f2cf3 net: __alloc_skb() speedup 15 years ago
David S. Miller 47d29646a2 net: Inline skb_pull() in eth_type_trans(). 15 years ago
Rami Rosen ccb7c7732e net: Remove two unnecessary exports (skbuff). 15 years ago
Tom Herbert 0a9627f264 rps: Receive Packet Steering 15 years ago
Alexey Dobriyan 28dfef8feb const: constify remaining pipe_buf_operations 15 years ago
Eric Dumazet 8964be4a9a net: rename skb->iif to skb->skb_iif 15 years ago
Herbert Xu 69c0cab120 gro: Fix illegal merging of trailer trash 15 years ago
Anton Vorontsov e84af6ddef skbuff: Do not allow skb recycling with disabled IRQs 15 years ago
Johannes Berg 72bce62775 net: remove unused skb->do_not_encrypt 16 years ago
Stephen Hemminger 603a8bbe62 skbuff: don't corrupt mac_header on skb expansion 16 years ago
Stephen Hemminger 19633e129c skbuff: skb_mac_header_was_set is always true on >32 bit 16 years ago
Vegard Nossum fe55f6d5c0 net: use kmemcheck bitfields API for skbuff 16 years ago
Johannes Berg 8f77f3849c mac80211: do not pass PS frames out of mac80211 again 16 years ago
David S. Miller fbb398a832 net/core/skbuff.c: Use frag list abstraction interfaces. 16 years ago
Herbert Xu 5ff8dda303 net: Ensure partial checksum offset is inside the skb head 16 years ago
Eric Dumazet adf30907d6 net: skb->dst accessors 16 years ago
Herbert Xu 9aaa156cf9 gro: Store shinfo in local variable in skb_gro_receive 16 years ago
Herbert Xu 66e92fcf1d gro: Nasty optimisations for page frags in skb_gro_receive 16 years ago
Herbert Xu 67147ba99a gro: Localise offset/headlen in skb_gro_offset 16 years ago