summaryrefslogtreecommitdiffstats
path: root/include/linux/skbuff.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-11net: compound page support in skb_seq_readWillem de Bruijn1-0/+1
2021-01-11net: support kmap_local forced debugging in skb_frag_foreachWillem de Bruijn1-1/+1
2020-12-01net: switch to storing KCOV handle directly in sk_buffMarco Elver1-24/+13
2020-11-17net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handlingRandy Dunlap1-2/+2
2020-11-02net: add kcov handle to skb extensionsAleksandr Nogikh1-0/+33
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+8
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault1-0/+3
2020-09-30bpf: Add redirect_neigh helper as redirect drop-inDaniel Borkmann1-0/+5
2020-09-09net: add __must_check to skb_put_padto()Eric Dumazet1-3/+4
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+11
2020-08-27net: Fix some commentsMiaohe Lin1-2/+2
2020-08-24net: Get rid of consume_skb when tracing is offHerbert Xu1-0/+9
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro1-1/+1
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu1-0/+1
2020-07-24net/flow_dissector: add packet hash dissectionAriel Levkovich1-0/+4
2020-07-15net: skbuff.h: drop duplicate words in commentsRandy Dunlap1-2/+2
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu1-0/+1
2020-06-02bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann1-0/+8
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki1-26/+0
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal1-1/+1
2020-04-18skbuff.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-06skbuff.h: Improve the checksum related commentsDexuan Cui1-19/+19
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu1-2/+2
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+32
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso1-4/+32
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni1-10/+2
2020-02-16skbuff.h: fix all kernel-doc warningsRandy Dunlap1-0/+30
2020-02-06skbuff: fix a data race in skb_queue_len()Qian Cai1-1/+13
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert1-0/+2
2020-01-27net: Add fraglist GRO/GSO feature flagsSteffen Klassert1-0/+2
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-3/+8
2020-01-14net: skbuff: disambiguate argument and member for skb_list_walk_safe helperJason A. Donenfeld1-3/+3
2020-01-09skb: add helpers to allocate ext independently from sk_buffPaolo Abeni1-0/+3
2020-01-09mptcp: Add MPTCP to skb extensionsMat Martineau1-0/+3
2020-01-08net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld1-0/+5
2019-12-09net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...Sabrina Dubroca1-3/+8
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-1/+1
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-1/+2
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds1-2/+5
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2019-11-22udp: drop skb extensions before marking skb statelessFlorian Westphal1-0/+6
2019-11-15y2038: socket: use __kernel_old_timespec instead of timespecArnd Bergmann1-2/+5
2019-11-07net: add a READ_ONCE() in skb_peek_tail()Eric Dumazet1-2/+4
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+26
2019-10-28net: add skb_queue_empty_lockless()Eric Dumazet1-9/+24
2019-10-23net/flow_dissector: switch to siphashEric Dumazet1-1/+2
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+3