summaryrefslogtreecommitdiff
path: root/include/linux/skbuff.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-26net: neigh: use kfree_skb_reason() for __neigh_event_send()Menglong Dong1-0/+5
2022-02-26net: ip: add skb drop reasons for ip egress pathMenglong Dong1-0/+9
2022-02-23net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet1-9/+9
2022-02-23net: add skb_set_end_offset() helperEric Dumazet1-0/+10
2022-02-20net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()Menglong Dong1-0/+4
2022-02-20net: tcp: use tcp_drop_reason() for tcp_data_queue()Menglong Dong1-0/+13
2022-02-20net: tcp: use tcp_drop_reason() for tcp_rcv_established()Menglong Dong1-0/+1
2022-02-20net: tcp: add skb drop reasons to tcp_add_backlog()Menglong Dong1-0/+4
2022-02-20net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()Menglong Dong1-0/+12
2022-02-07net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong1-0/+5
2022-02-07net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()Menglong Dong1-0/+2
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong1-0/+9
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong1-0/+9
2022-02-07net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong1-0/+1
2022-02-07net: skb_drop_reason: add document for drop reasonsMenglong Dong1-6/+6
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-01-27net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong1-1/+1
2022-01-27net: remove net_invalid_timestamp()Jakub Kicinski1-5/+0
2022-01-22net: skbuff: add size metadata to skb_shared_info for xdpLorenzo Bianconi1-0/+1
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-01-10net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong1-0/+1
2022-01-10net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong1-0/+4
2022-01-10net: skb: introduce kfree_skb_reason()Menglong Dong1-1/+22
2022-01-10net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey1-1/+3
2021-12-30Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-0/+2
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-12-18net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey1-0/+1
2021-12-18net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey1-1/+1
2021-12-09skbuff: Extract list pointers to silence compiler warningsKees Cook1-8/+10
2021-12-07skbuff: introduce skb_pull_dataLuiz Augusto von Dentz1-0/+2
2021-12-07net: fix recent csum changesEric Dumazet1-1/+2
2021-11-26net: optimize skb_postpull_rcsum()Eric Dumazet1-1/+5
2021-11-22skbuff: Switch structure bounds to struct_group()Kees Cook1-7/+3
2021-11-22skbuff: Move conditional preprocessor directives out of struct sk_buffKees Cook1-17/+19
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-11-18tcp: add missing htmldocs for skb->ll_node and sk->defer_listEric Dumazet1-0/+1
2021-11-16tcp: defer skb freeing after socket lock is releasedEric Dumazet1-0/+2
2021-11-15net: Clean up some inconsistent indentingJiapeng Chong1-1/+1
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad1-1/+18
2021-11-03net: add and use skb_unclone_keeptruesize() helperEric Dumazet1-0/+16
2021-11-02Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski1-18/+1
2021-11-02net: avoid double accounting for pure zerocopy skbsTalal Ahmad1-1/+18
2021-10-29mctp: Add flow extension to skbJeremy Kerr1-0/+3
2021-10-15netfilter: Introduce egress hookLukas Wunner1-0/+4
2021-09-09net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet1-1/+1
2021-08-10page_pool: keep pp info as long as page pool owns the pageYunsheng Lin1-3/+1
2021-08-03skbuff: introduce skb_expand_head()Vasily Averin1-0/+1
2021-07-30sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni1-1/+1
2021-07-29sk_buff: track dst status in slow_groPaolo Abeni1-0/+2
2021-07-29sk_buff: introduce 'slow_gro' flagsPaolo Abeni1-0/+4