Commit Graph

363 Commits (aafe77cc45a595ca1d4536f2412ddf671ea9108c)

Author SHA1 Message Date
Patrick McHardy 0ebd0ac5ff net: add function to allocate sk_buff head without data area 12 years ago
Patrick McHardy 86a9bad3ab net: vlan: add protocol argument to packet tagging functions 12 years ago
Patrick McHardy 124dff01af netfilter: don't reset nf_trace in nf_reset() 12 years ago
Julian Anastasov 932bc4d7a5 net: add skb_dst_set_noref_force 12 years ago
Ying Xue fbbdb8f096 net: fix compile error of implicit declaration of skb_probe_transport_header 12 years ago
Jason Wang 5203cd28db net: core: introduce skb_probe_transport_header() 12 years ago
Gao feng 130549fed8 netfilter: reset nf_trace in nf_reset 12 years ago
Daniel Borkmann f77668dc25 net: flow_dissector: add __skb_get_poff to get a start offset to payload 12 years ago
Pavel Emelyanov cca7af3889 skb: Propagate pfmemalloc on skb from head page only 12 years ago
Eric Dumazet 16fad69cfe tcp: fix skb_availroom() 12 years ago
Pravin B Shelar 7313626745 tunneling: Add generic Tunnel segmentation. 12 years ago
Pravin B Shelar aefbd2b3c2 tunneling: Capture inner mac header during encapsulation. 12 years ago
Pravin B Shelar 68c3316311 v4 GRE: Add TCP segmentation offload for GRE 12 years ago
Pravin B Shelar 14bbd6a565 net: Add skb_unclone() helper function. 12 years ago
Pravin B Shelar c9af6db4c1 net: Fix possible wrong checksum generation. 12 years ago
Alexander Duyck e5e6730588 skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZE 12 years ago
Eric Dumazet cef401de7b net: fix possible wrong checksum generation 12 years ago
Eric Dumazet fda55eca5a net: introduce skb_transport_header_was_set() 12 years ago
Joseph Gasparakis 6a674e9c75 net: Add support for hardware-offloaded encapsulation 12 years ago
Michael S. Tsirkin 25121173f7 skb: api to report errors for zero copy skbs 12 years ago
Michael S. Tsirkin e19d6763cc skb: report completion status for zero copy skbs 12 years ago
Willem de Bruijn ecd5cf5dc5 net: compute skb->rxhash if nic hash may be 3-tuple 12 years ago
Eric Dumazet acb600def2 net: remove skb recycling 13 years ago
Eric Dumazet 47061bc440 net: skb_share_check() should use consume_skb() 13 years ago
Mel Gorman 0614002bb5 netvm: propagate page->pfmemalloc from skb_alloc_page to skb 13 years ago
Mel Gorman c48a11c7ad netvm: propagate page->pfmemalloc to skb 13 years ago
Mel Gorman c93bdd0e03 netvm: allow skb allocation to use PFMEMALLOC reserves 13 years ago
Michael S. Tsirkin a353e0ce0f skbuff: add an api to orphan frags 13 years ago
Eric Dumazet 62b1a8ab9b net: remove skb_orphan_try() 13 years ago
Felix Fietkau 617c8c1123 skb: avoid unnecessary reallocations in __skb_cow 13 years ago
Eric Dumazet bad43ca832 net: introduce skb_try_coalesce() 13 years ago
Eric Dumazet 6f532612cc net: introduce netdev_alloc_frag() 13 years ago
Alexander Duyck ec47ea8247 skb: Add inline helper for getting the skb end offset from head 13 years ago
Alexander Duyck 3a7c1ee4ab skb: Add skb_head_is_locked helper function 13 years ago
Eric Dumazet d961949660 net: fix two typos in skbuff.h 13 years ago
Eric Dumazet 18d0700024 net: skb_peek()/skb_peek_tail() cleanups 13 years ago
Eric Dumazet d7e8883cfc net: make GRO aware of skb->head_frag 13 years ago
Eric Dumazet d3836f21b0 net: allow skb->head to be a page fragment 13 years ago
Eric Dumazet 38ba0a65fa net: skb_can_coalesce returns a boolean 13 years ago
Eric Dumazet bf1ac5ca6f nf_bridge: remove holes in struct nf_bridge_info 13 years ago
Michael S. Tsirkin ca8f4fb21d skbuff: struct ubuf_info callback type safety 13 years ago
Eric Dumazet a21d45726a tcp: avoid order-1 allocations on wifi and tx path 13 years ago
David Howells 9ffc93f203 Remove all #inclusions of asm/system.h 13 years ago
Eric Dumazet 50269e19ad net: add a truesize parameter to skb_add_rx_frag() 13 years ago
Yi Zou 3af79302b4 net: update the usage of CHECKSUM_UNNECESSARY 13 years ago
David S. Miller bdcc0924c8 net: Use bool in skbuff.h helper functions. 13 years ago
Paul Gortmaker 187f1882b5 BUG: headers with BUG/BUG_ON etc. need linux/bug.h 13 years ago
Ben Greear 3bdc0eba0b net: Add framework to allow sending packets with customized CRC. 13 years ago
Eric Dumazet 03606895cd ipsec: be careful of non existing mac headers 13 years ago
Pavel Emelyanov da5ef6e51b skb: Add skb_peek_next helper 13 years ago