aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+4
2017-04-21switch memcpy_from_msg() to copy_from_iter_full()Al Viro1-1/+1
2017-04-14net: Add ESP offload featuresSteffen Klassert1-0/+2
2017-04-08skbuff: Extend gso_type to unsigned int.Steffen Klassert1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-02-10net/skbuff: Introduce skb_mac_offset()Amir Vadai1-0/+5
2017-02-07net: add dst_pending_confirm flag to skbuffJulian Anastasov1-0/+12
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-14/+18
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal1-12/+9
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-3/+10
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-10mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_freeAlexander Duyck1-1/+1
2017-01-08net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn1-1/+4
2017-01-08net-tc: convert tc_at to tc_at_ingressWillem de Bruijn1-1/+2
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn1-4/+2
2017-01-08net-tc: extract skip classify bit from tc_verdWillem de Bruijn1-1/+4
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-12-09udp: copy skb->truesize in the first cache lineEric Dumazet1-1/+8
2016-12-08udp: under rx pressure, try to condense skbsEric Dumazet1-0/+2
2016-12-05make skb_add_data,{_nocache}() and skb_copy_to_page_nocache() advance only on successAl Viro1-3/+3
2016-11-19net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan1-3/+3
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni1-0/+4
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-10-29flow_dissector: __skb_get_hash_symmetric arg can be constFlorian Westphal1-1/+1
2016-10-26doc: update docbook annotations for socket and skbStephen Hemminger1-0/+1
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+1
2016-10-03skb_splice_bits(): get rid of callbackAl Viro1-7/+1
2016-09-22net: skbuff: Export __skb_vlan_popShmulik Ladkani1-0/+1
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann1-2/+12
2016-09-08tcp: use an RB tree for ooo receive queueYaogong Wang1-0/+2
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel1-8/+5
2016-08-18bpf: add bpf_skb_change_tail helperDaniel Borkmann1-1/+42
2016-08-08bpf: fix checksum fixups on bpf_skb_store_bytesDaniel Borkmann1-19/+33
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+20
2016-07-04net: simplify and make pkt_type_ok() available for other usersJamal Hadi Salim1-0/+10
2016-07-01net_sched: fix mirrored packets checksumWANG Cong1-0/+19
2016-07-01packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller1-0/+1
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner1-0/+2
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner1-0/+1
2016-06-03sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner1-0/+5
2016-05-20net: suppress warnings on dev_alloc_skbNeil Horman1-2/+2
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+2
2016-05-03net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet1-0/+10
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh1-5/+1
2016-04-25skbuff: Add pskb_extract() helper functionSowmini Varadhan1-0/+2
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck1-2/+7
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck1-9/+11
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar1-1/+6
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+24