summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-14net: add inline function skb_csum_is_sctpXin Long1-0/+5
2023-01-14net: switch to storing KCOV handle directly in sk_buffMarco Elver1-24/+13
2022-10-26io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov1-0/+2
2022-09-05bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao1-0/+8
2021-09-22net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet1-1/+1
2021-09-12net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handlingRandy Dunlap1-2/+2
2021-07-28net: add kcov handle to skb extensionsAleksandr Nogikh1-0/+33
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+8
2020-10-13Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-10-04net/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-04Merge 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-25net: Get rid of consume_skb when tracing is offHerbert Xu1-0/+9
2020-08-24treewide: 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-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2020-08-04net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu1-0/+1
2020-07-25net/flow_dissector: add packet hash dissectionAriel Levkovich1-0/+4
2020-07-16net: 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-02net: 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-30net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu1-2/+2
2020-03-26Merge 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-17skbuff.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-10skb: add helpers to allocate ext independently from sk_buffPaolo Abeni1-0/+3
2020-01-10mptcp: Add MPTCP to skb extensionsMat Martineau1-0/+3
2020-01-09net: 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-05net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-1/+1
2019-12-03Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-1/+2
2019-12-02Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds1-2/+5
2019-11-23Merge 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-08net: 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