summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-18/+0Star
|\
| * net_sched: fix mirrored packets checksumWANG Cong2016-07-011-18/+0Star
* | net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller2016-06-041-0/+1
* | sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-041-0/+3
* | skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner2016-06-041-0/+31
* | sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner2016-06-041-3/+7
* | skbuff: export skb_gro_receiveMarcelo Ricardo Leitner2016-06-041-0/+1
|/
* skbuff: remove unused variable `doff'Sowmini Varadhan2016-05-101-6/+0Star
* gso: Only allow GSO_PARTIAL if we can checksum the inner protocolAlexander Duyck2016-05-041-3/+3
* gso: Do not perform partial GSO if number of partial segments is 1 or lessAlexander Duyck2016-05-041-1/+4
* skbuff: Add pskb_extract() helper functionSowmini Varadhan2016-04-251-0/+242
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-241-2/+5
|\
| * vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann2016-04-161-2/+5
* | GSO: Support partial segmentation offloadAlexander Duyck2016-04-141-1/+28
|/
* net: remove a dubious unlikely() clauseEric Dumazet2016-03-201-1/+1
* net: adjust napi_consume_skb to handle non-NAPI callersJesper Dangaard Brouer2016-03-141-2/+2
* net: Walk fragments in __skb_splice_bitsTom Herbert2016-03-091-23/+16Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-2/+20
|\
| * net: fix bridge multicast packet checksum validationLinus Lüssing2016-02-251-2/+20
* | net: remove skb_sender_cpu_clear()WANG Cong2016-03-011-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-0/+2
|\|
| * net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-02-091-0/+2
* | net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-02-201-3/+1Star
* | net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer2016-02-111-2/+6
* | net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer2016-02-111-6/+77
* | net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck2016-02-111-2/+1Star
* | net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck2016-02-111-0/+5
* | net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck2016-02-111-4/+6
* | net: Move GSO csum into SKB_GSO_CBAlexander Duyck2016-02-111-7/+9
|/
* net: check both type and procotol for tcp socketsWANG Cong2015-12-171-1/+2
* skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich2015-12-151-1/+1
* vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich2015-11-171-1/+2
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-4/+4
* skbuff: Fix skb checksum partial check.Pravin B Shelar2015-09-301-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-281-1/+1
|\
| * mm: make page pfmemalloc check more robustMichal Hocko2015-08-211-1/+1
* | net-next: Fix warning while make xmldocs caused by skbuff.cMasanari Iida2015-08-251-2/+2
|/
* net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing2015-08-141-19/+18Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-141-1/+1
|\
| * net: don't wait for order-3 page allocationShaohua Li2015-06-121-1/+1
* | net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa2015-05-251-0/+1
* | net: make skb_splice_bits more configureableHannes Frederic Sowa2015-05-251-17/+28
* | net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa2015-05-251-0/+18
* | net: Reserve skb headroom and set skb->dev even if using __alloc_skbAlexander Duyck2015-05-141-4/+16
* | net: Add skb_free_frag to replace use of put_page in freeing skb->headAlexander Duyck2015-05-121-4/+6
* | mm/net: Rename and move page fragment handling from net/ to mm/Alexander Duyck2015-05-121-94/+6Star
* | net: Store virtual address instead of page in netdev_alloc_cacheAlexander Duyck2015-05-121-23/+32
* | net: Use cached copy of pfmemalloc to avoid accessing pageAlexander Duyck2015-05-121-62/+79
* | net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing2015-05-051-1/+1
* | net: Export IGMP/MLD message validation codeLinus Lüssing2015-05-041-0/+87
|/