summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)Author
2020-12-01net: switch to storing KCOV handle directly in sk_buffMarco Elver
2020-11-17net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handlingRandy Dunlap
2020-11-02net: add kcov handle to skb extensionsAleksandr Nogikh
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault
2020-09-30bpf: Add redirect_neigh helper as redirect drop-inDaniel Borkmann
2020-09-09net: add __must_check to skb_put_padto()Eric Dumazet
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-27net: Fix some commentsMiaohe Lin
2020-08-24net: Get rid of consume_skb when tracing is offHerbert Xu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu
2020-07-24net/flow_dissector: add packet hash dissectionAriel Levkovich
2020-07-15net: skbuff.h: drop duplicate words in commentsRandy Dunlap
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu
2020-06-02bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal
2020-04-18skbuff.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-04-06skbuff.h: Improve the checksum related commentsDexuan Cui
2020-03-29net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni
2020-02-16skbuff.h: fix all kernel-doc warningsRandy Dunlap
2020-02-06skbuff: fix a data race in skb_queue_len()Qian Cai
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert
2020-01-27net: Add fraglist GRO/GSO feature flagsSteffen Klassert
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-01-14net: skbuff: disambiguate argument and member for skb_list_walk_safe helperJason A. Donenfeld
2020-01-09skb: add helpers to allocate ext independently from sk_buffPaolo Abeni
2020-01-09mptcp: Add MPTCP to skb extensionsMat Martineau
2020-01-08net: introduce skb_list_walk_safe for skb segment walkingJason A. Donenfeld
2019-12-09net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...Sabrina Dubroca
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-22udp: drop skb extensions before marking skb statelessFlorian Westphal
2019-11-15y2038: socket: use __kernel_old_timespec instead of timespecArnd Bergmann
2019-11-07net: add a READ_ONCE() in skb_peek_tail()Eric Dumazet
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-28net: add skb_queue_empty_lockless()Eric Dumazet
2019-10-23net/flow_dissector: switch to siphashEric Dumazet
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti
2019-10-07net: core: change return type of pskb_may_pull to boolHeiner Kallweit