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