index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
skbuff.c
Age
Commit message (
Expand
)
Author
2016-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-07-01
net_sched: fix mirrored packets checksum
WANG Cong
2016-06-04
net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()
David S. Miller
2016-06-03
sctp: Add GSO support
Marcelo Ricardo Leitner
2016-06-03
skbuff: introduce skb_gso_validate_mtu
Marcelo Ricardo Leitner
2016-06-03
sk_buff: allow segmenting based on frag sizes
Marcelo Ricardo Leitner
2016-06-03
skbuff: export skb_gro_receive
Marcelo Ricardo Leitner
2016-05-10
skbuff: remove unused variable `doff'
Sowmini Varadhan
2016-05-04
gso: Only allow GSO_PARTIAL if we can checksum the inner protocol
Alexander Duyck
2016-05-04
gso: Do not perform partial GSO if number of partial segments is 1 or less
Alexander Duyck
2016-04-25
skbuff: Add pskb_extract() helper function
Sowmini Varadhan
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-04-16
vlan: pull on __vlan_insert_tag error path and fix csum correction
Daniel Borkmann
2016-04-14
GSO: Support partial segmentation offload
Alexander Duyck
2016-03-20
net: remove a dubious unlikely() clause
Eric Dumazet
2016-03-14
net: adjust napi_consume_skb to handle non-NAPI callers
Jesper Dangaard Brouer
2016-03-09
net: Walk fragments in __skb_splice_bits
Tom Herbert
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-03-01
net: remove skb_sender_cpu_clear()
WANG Cong
2016-02-25
net: fix bridge multicast packet checksum validation
Linus Lüssing
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-02-20
net: use skb_postpush_rcsum instead of own implementations
Daniel Borkmann
2016-02-11
net: bulk free SKBs that were delay free'ed due to IRQ context
Jesper Dangaard Brouer
2016-02-11
net: bulk free infrastructure for NAPI context, use napi_consume_skb
Jesper Dangaard Brouer
2016-02-11
net: Allow tunnels to use inner checksum offloads with outer checksums needed
Alexander Duyck
2016-02-11
net: Move skb_has_shared_frag check out of GRE code and into segmentation
Alexander Duyck
2016-02-11
net: Update remote checksum segmentation to support use of GSO checksum
Alexander Duyck
2016-02-11
net: Move GSO csum into SKB_GSO_CB
Alexander Duyck
2016-02-09
net:Add sysctl_max_skb_frags
Hans Westgaard Ry
2015-12-17
net: check both type and procotol for tcp sockets
WANG Cong
2015-12-15
skbuff: Fix offset error in skb_reorder_vlan_header
Vlad Yasevich
2015-11-17
vlan: Fix untag operations of stacked vlans with REORDER_HEADER off
Vlad Yasevich
2015-11-07
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-09-29
skbuff: Fix skb checksum partial check.
Pravin B Shelar
2015-08-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-25
net-next: Fix warning while make xmldocs caused by skbuff.c
Masanari Iida
2015-08-21
mm: make page pfmemalloc check more robust
Michal Hocko
2015-08-14
net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code
Linus Lüssing
2015-06-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-06-12
net: don't wait for order-3 page allocation
Shaohua Li
2015-05-25
net: af_unix: implement splice for stream af_unix sockets
Hannes Frederic Sowa
2015-05-25
net: make skb_splice_bits more configureable
Hannes Frederic Sowa
2015-05-25
net: skbuff: add skb_append_pagefrags and use it
Hannes Frederic Sowa
2015-05-13
net: Reserve skb headroom and set skb->dev even if using __alloc_skb
Alexander Duyck
2015-05-12
net: Add skb_free_frag to replace use of put_page in freeing skb->head
Alexander Duyck
2015-05-12
mm/net: Rename and move page fragment handling from net/ to mm/
Alexander Duyck
2015-05-12
net: Store virtual address instead of page in netdev_alloc_cache
Alexander Duyck
2015-05-12
net: Use cached copy of pfmemalloc to avoid accessing page
Alexander Duyck
2015-05-04
net: fix two sparse warnings introduced by IGMP/MLD parsing exports
Linus Lüssing
2015-05-04
net: Export IGMP/MLD message validation code
Linus Lüssing
[next]