aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-03net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller1-0/+1
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner1-0/+3
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner1-0/+31
2016-06-03sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner1-3/+7
2016-06-03skbuff: export skb_gro_receiveMarcelo Ricardo Leitner1-0/+1
2016-05-10skbuff: remove unused variable `doff'Sowmini Varadhan1-6/+0
2016-05-04gso: Only allow GSO_PARTIAL if we can checksum the inner protocolAlexander Duyck1-3/+3
2016-05-04gso: Do not perform partial GSO if number of partial segments is 1 or lessAlexander Duyck1-1/+4
2016-04-25skbuff: Add pskb_extract() helper functionSowmini Varadhan1-0/+242
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2016-04-15vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann1-2/+5
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck1-1/+28
2016-03-20net: remove a dubious unlikely() clauseEric Dumazet1-1/+1
2016-03-13net: adjust napi_consume_skb to handle non-NAPI callersJesper Dangaard Brouer1-2/+2
2016-03-09net: Walk fragments in __skb_splice_bitsTom Herbert1-23/+16
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+20
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong1-1/+0
2016-02-25net: fix bridge multicast packet checksum validationLinus Lüssing1-2/+20
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-02-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann1-3/+1
2016-02-11net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer1-2/+6
2016-02-11net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer1-6/+77
2016-02-11net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck1-2/+1
2016-02-11net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck1-0/+5
2016-02-11net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck1-4/+6
2016-02-11net: Move GSO csum into SKB_GSO_CBAlexander Duyck1-7/+9
2016-02-09net:Add sysctl_max_skb_fragsHans Westgaard Ry1-0/+2
2015-12-17net: check both type and procotol for tcp socketsWANG Cong1-1/+2
2015-12-15skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich1-1/+1
2015-11-17vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-4/+4
2015-09-29skbuff: Fix skb checksum partial check.Pravin B Shelar1-4/+5
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-08-25net-next: Fix warning while make xmldocs caused by skbuff.cMasanari Iida1-2/+2
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko1-1/+1
2015-08-13net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing1-19/+18
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-06-11net: don't wait for order-3 page allocationShaohua Li1-1/+1
2015-05-25net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa1-0/+1
2015-05-25net: make skb_splice_bits more configureableHannes Frederic Sowa1-17/+28
2015-05-25net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa1-0/+18
2015-05-13net: Reserve skb headroom and set skb->dev even if using __alloc_skbAlexander Duyck1-4/+16
2015-05-12net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck1-4/+6
2015-05-12mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck1-94/+6
2015-05-12net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck1-23/+32
2015-05-12net: Use cached copy of pfmemalloc to avoid accessing pageAlexander Duyck1-62/+79
2015-05-04net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing1-1/+1
2015-05-04net: Export IGMP/MLD message validation codeLinus Lüssing1-0/+87
2015-04-25net: fix crash in build_skb()Eric Dumazet1-9/+22
2015-04-22net: do not deplete pfmemalloc reserveEric Dumazet1-2/+7