summaryrefslogtreecommitdiff
path: root/net/core/skbuff.c
AgeCommit message (Expand)Author
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-03net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac headerShmulik Ladkani
2016-10-03skb_splice_bits(): get rid of callbackAl Viro
2016-09-22net: skbuff: Coding: Use eth_type_vlan() instead of open coding itShmulik Ladkani
2016-09-22net: skbuff: Remove errornous length validation in skb_vlan_pop()Shmulik Ladkani
2016-09-22net: skbuff: Export __skb_vlan_popShmulik Ladkani
2016-09-19gso: Support partial splitting at the frag_list pointerSteffen Klassert
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-01net_sched: fix mirrored packets checksumWANG Cong
2016-06-03net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner
2016-06-03sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner
2016-06-03skbuff: export skb_gro_receiveMarcelo Ricardo Leitner
2016-05-10skbuff: remove unused variable `doff'Sowmini Varadhan
2016-05-04gso: Only allow GSO_PARTIAL if we can checksum the inner protocolAlexander Duyck
2016-05-04gso: Do not perform partial GSO if number of partial segments is 1 or lessAlexander Duyck
2016-04-25skbuff: Add pskb_extract() helper functionSowmini Varadhan
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-15vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck
2016-03-20net: remove a dubious unlikely() clauseEric Dumazet
2016-03-13net: adjust napi_consume_skb to handle non-NAPI callersJesper Dangaard Brouer
2016-03-09net: Walk fragments in __skb_splice_bitsTom Herbert
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong
2016-02-25net: fix bridge multicast packet checksum validationLinus Lüssing
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann
2016-02-11net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer
2016-02-11net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer
2016-02-11net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck
2016-02-11net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck
2016-02-11net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck
2016-02-11net: Move GSO csum into SKB_GSO_CBAlexander Duyck
2016-02-09net:Add sysctl_max_skb_fragsHans Westgaard Ry
2015-12-17net: check both type and procotol for tcp socketsWANG Cong
2015-12-15skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich
2015-11-17vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-09-29skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-25net-next: Fix warning while make xmldocs caused by skbuff.cMasanari Iida
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko
2015-08-13net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-11net: don't wait for order-3 page allocationShaohua Li
2015-05-25net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa
2015-05-25net: make skb_splice_bits more configureableHannes Frederic Sowa