summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-11mld, igmp: Fix reserved tailroom calculationBenjamin Poirier1-0/+24
2016-03-02net:Add sysctl_max_skb_fragsHans Westgaard Ry1-0/+1
2015-10-28skbuff: Fix skb checksum partial check.Pravin B Shelar1-1/+1
2015-10-28skbuff: Fix skb checksum flag on skb pullPravin B Shelar1-0/+3
2015-10-26net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca1-1/+2
2015-04-30net: fix crash in build_skb()Eric Dumazet1-0/+1
2014-10-17net: Always untag vlan-tagged traffic on input.Vlad Yasevich1-0/+1
2014-02-26net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal1-0/+17
2014-02-26net: add and use skb_gso_transport_seglen()Florian Westphal1-0/+2
2014-01-16ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs1-0/+5
2013-12-08netfilter: push reasm skb through instead of original frag skbsJiri Pirko1-32/+0
2013-10-01skbuff: size of hole is wrong in a commentNicolas Dichtel1-1/+1
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel1-1/+1
2013-09-04net: fix comment typo for __skb_alloc_pages()Florian Fainelli1-2/+2
2013-08-08net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang1-0/+4
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-08-02net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang1-1/+1
2013-08-01net: add a temporary sanity check in skb_orphan()Eric Dumazet1-0/+2
2013-08-01net: skb_orphan() changesEric Dumazet1-3/+4
2013-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-06-28dev: introduce skb_scrub_packet()Nicolas Dichtel1-0/+1
2013-06-26gre: fix a possible skb leakEric Dumazet1-0/+1
2013-06-11net: remove last caller of skb_tail_offset() and itselfCong Wang1-8/+0
2013-06-11net: add low latency socket pollEliezer Tamir1-2/+6
2013-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+15
2013-06-01udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar1-0/+15
2013-06-01net: clean up skb headers codeCong Wang1-2/+2
2013-05-29net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman1-0/+9
2013-05-28MPLS: Add limited GSO supportSimon Horman1-0/+4
2013-05-28net: Use 16bits for *_headers fields of struct skbuffSimon Horman1-113/+6
2013-04-19net: add function to allocate sk_buff head without data areaPatrick McHardy1-0/+6
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-0/+2
2013-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2013-04-05netfilter: don't reset nf_trace in nf_reset()Patrick McHardy1-0/+4
2013-04-02net: add skb_dst_set_noref_forceJulian Anastasov1-1/+34
2013-03-28net: fix compile error of implicit declaration of skb_probe_transport_headerYing Xue1-13/+13
2013-03-27net: core: introduce skb_probe_transport_header()Jason Wang1-0/+14
2013-03-25netfilter: reset nf_trace in nf_resetGao feng1-0/+3
2013-03-20net: flow_dissector: add __skb_get_poff to get a start offset to payloadDaniel Borkmann1-0/+2
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+9
2013-03-14skb: Propagate pfmemalloc on skb from head page onlyPavel Emelyanov1-2/+4
2013-03-14tcp: fix skb_availroom()Eric Dumazet1-2/+5
2013-03-10tunneling: Add generic Tunnel segmentation.Pravin B Shelar1-0/+2
2013-03-10tunneling: Capture inner mac header during encapsulation.Pravin B Shelar1-0/+34
2013-02-16v4 GRE: Add TCP segmentation offload for GREPravin B Shelar1-0/+17
2013-02-16net: Add skb_unclone() helper function.Pravin B Shelar1-0/+10
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar1-8/+9
2013-02-09skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck1-0/+4
2013-01-28net: fix possible wrong checksum generationEric Dumazet1-0/+19
2013-01-09net: introduce skb_transport_header_was_set()Eric Dumazet1-0/+10