aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-11Bluetooth: Consolidate code around sk_alloc into a helper functionGravatar Luiz Augusto von Dentz 1-0/+2
2023-08-11Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingGravatar Pauli Virtanen 2-2/+4
2023-08-11Bluetooth: ISO: Add support for connecting multiple BISesGravatar Iulia Tanasescu 1-0/+30
2023-08-11Bluetooth: Check for ISO support in controllerGravatar Claudia Draghicescu 3-0/+4
2023-08-11net: mana: Add gdma stats to ethtool output for manaGravatar Shradha Gupta 1-0/+87
2023-08-10sctp: Remove unused declaration sctp_backlog_migrate()Gravatar Yue Haibing 1-2/+0
2023-08-10net: caif: Remove unused declaration cfsrvl_ctrlcmd()Gravatar Yue Haibing 1-3/+0
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-75/+48
2023-08-10Merge tag 'nf-23-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Gravatar Jakub Kicinski 1-75/+45
2023-08-10netfilter: nf_tables: remove busy mark and gc batch APIGravatar Pablo Neira Ayuso 1-95/+3
2023-08-10netfilter: nf_tables: GC transaction API to avoid race with control planeGravatar Pablo Neira Ayuso 1-1/+63
2023-08-09Merge tag 'wireless-2023-08-09' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Jakub Kicinski 1-0/+3
2023-08-09Merge tag 'nf-next-2023-08-08' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Jakub Kicinski 4-10/+0
2023-08-09net: switchdev: Remove unused declaration switchdev_port_fwd_mark_set()Gravatar Yue Haibing 1-4/+0
2023-08-08docs: net: page_pool: de-duplicate the intro commentGravatar Jakub Kicinski 1-12/+12
2023-08-08devlink: Remove unused devlink_dpipe_table_resource_set() declarationGravatar Yue Haibing 1-3/+0
2023-08-08net: fq: Remove unused typedef fq_flow_get_default_tGravatar Yue Haibing 1-5/+0
2023-08-08netfilter: conntrack: Remove unused function declarationsGravatar Yue Haibing 3-7/+0
2023-08-08netfilter: helper: Remove unused function declarationsGravatar Yue Haibing 1-3/+0
2023-08-08wifi: cfg80211: fix sband iftype data lookup for AP_VLANGravatar Felix Fietkau 1-0/+3
2023-08-07page_pool: place frag_* fields in one cachelineGravatar Alexander Lobakin 1-5/+5
2023-08-07net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>Gravatar Alexander Lobakin 1-2/+0
2023-08-07page_pool: split types and declarations from page_pool.hGravatar Yunsheng Lin 2-237/+243
2023-08-07udp/udplite: Remove unused function declarations udp{,lite}_get_port()Gravatar Yue Haibing 2-5/+0
2023-08-07ndisc: Remove unused ndisc_ifinfo_sysctl_strategy() declarationGravatar Yue Haibing 1-3/+0
2023-08-07net: pkt_cls: Remove unused inline helpersGravatar Yue Haibing 1-13/+0
2023-08-07neighbour: Remove unused function declaration pneigh_for_each()Gravatar Yue Haibing 1-2/+0
2023-08-06net: mana: Add page pool for RX buffersGravatar Haiyang Zhang 1-0/+3
2023-08-04af_vsock: Remove unused declaration vsock_release_pending()/vsock_init_tap()Gravatar Yue Haibing 1-2/+0
2023-08-04net: 802: Remove unused function declarationsGravatar Yue Haibing 1-3/+0
2023-08-04net: llc: Remove unused function declarationsGravatar Yue Haibing 2-2/+0
2023-08-04tcp/dccp: cache line align inet_hashinfoGravatar Eric Dumazet 1-1/+1
2023-08-04net: mana: Configure hwc timeout from hardwareGravatar Souradeep Chakrabarti 2-1/+24
2023-08-03net: Space.h: Remove unused function declarationsGravatar Yue Haibing 1-7/+0
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 7-17/+230
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 5-8/+52
2023-08-03docs: net: page_pool: use kdoc to avoid duplicating the informationGravatar Jakub Kicinski 1-30/+104
2023-08-03net: invert the netdevice.h vs xdp.h dependencyGravatar Jakub Kicinski 2-4/+26
2023-08-03net: move struct netdev_rx_queue out of netdevice.hGravatar Jakub Kicinski 1-0/+53
2023-08-03eth: add missing xdp.h includes in driversGravatar Jakub Kicinski 1-0/+2
2023-08-02sctp: Remove unused function declarationsGravatar Yue Haibing 2-5/+0
2023-08-02net: switchdev: Remove unused typedef switchdev_obj_dump_cb_t()Gravatar Yue Haibing 1-2/+0
2023-08-02ila: Remove unnecessary file net/ila.hGravatar Yue Haibing 1-16/+0
2023-08-02udp: Remove unused function declaration udp_bpf_get_proto()Gravatar Yue Haibing 1-1/+0
2023-08-02vxlan: Fix nexthop hash sizeGravatar Benjamin Poirier 1-2/+2
2023-08-02tc: flower: Enable offload support IPSEC SPI field.Gravatar Ratheesh Kannoth 1-0/+6
2023-08-02net: flow_dissector: Add IPSEC dissectorGravatar Ratheesh Kannoth 1-0/+9
2023-08-01inet6: Remove unused function declaration udpv6_connect()Gravatar Yue Haibing 1-2/+0
2023-08-01net/sched: wrap open coded Qdics class filter counterGravatar Pedro Tammela 1-0/+26
2023-07-31tcp: Remove unused function declarationsGravatar Yue Haibing 1-3/+0