summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2022-11-17devlink: Introduce new attribute 'tx_priority' to devlink-rateMichal Wilczynski-0/+6
2022-11-17net: dsa: stop exposing tag proto module helpers to the worldVladimir Oltean-70/+0
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2022-11-17net: use struct_group to copy ip/ipv6 header addressesHangbin Liu-2/+2
2022-11-16l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki-1/+1
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet-3/+2
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima-0/+2
2022-11-16udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima-0/+1
2022-11-16wifi: cfg80211: Avoid clashing function prototypesGustavo A. R. Silva-10/+10
2022-11-15net: dsa: remove phylink_validate() methodVladimir Oltean-3/+0
2022-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski-6/+8
2022-11-15netfilter: nf_tables: Introduce NFT_MSG_GETRULE_RESETPhil Sutter-1/+1
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter-5/+7
2022-11-14net: flow_offload: add support for ARP frame matchingSteen Hegelund-0/+6
2022-11-14RDMA/mana: Remove redefinition of basic u64 typeLeon Romanovsky-17/+14
2022-11-11RDMA/mana_ib: Add a driver for Microsoft Azure Network AdapterLong Li-0/+3
2022-11-10Merge branch 'mana-shared-6.2' of https://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski-0/+1708
2022-11-10net: mana: Define data structures for protection domain and memory registrationAjay Sharma-5/+116
2022-11-10net: mana: Define data structures for allocating doorbell page from GDMALong Li-0/+24
2022-11-10net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIESAjay Sharma-0/+2
2022-11-10net: mana: Define max values for SGL entriesLong Li-3/+8
2022-11-10net: mana: Move header files to a common locationLong Li-0/+1565
2022-11-09devlink: Add packet traps for 802.1X operationIdo Schimmel-0/+9
2022-11-09bridge: switchdev: Allow device drivers to install locked FDB entriesHans J. Schultz-0/+1
2022-11-09Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller-2/+2
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells-2/+2
2022-11-08net: sched: add helper support in act_ctXin Long-0/+1
2022-11-08net: move add ct helper function to nf_conntrack_helper for ovs and tcXin Long-0/+2
2022-11-08net: move the ct helper function to nf_conntrack_helper for ovs and tcXin Long-0/+3
2022-11-07genetlink: allow families to use split ops directlyJakub Kicinski-0/+5
2022-11-07genetlink: introduce split op representationJakub Kicinski-4/+56
2022-11-07genetlink: move the private fields in struct genl_familyJakub Kicinski-5/+6
2022-11-03net: expose devlink port over rtnetlinkJiri Pirko-0/+14
2022-11-03net: devlink: store copy netdevice ifindex and ifname to allow port_fill() wi...Jiri Pirko-0/+2
2022-11-03net: devlink: remove netdev arg from devlink_port_type_eth_set()Jiri Pirko-2/+1
2022-11-03net: devlink: convert devlink port type-specific pointers to unionJiri Pirko-3/+10
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-21/+34
2022-11-03net: dcb: add new apptrust attributeDaniel Machon-0/+4
2022-11-02bonding (gcc13): synchronize bond_{a,t}lb_xmit() typesJiri Slaby (SUSE)-2/+2
2022-11-01netlink: introduce bigendian integer typesFlorian Westphal-9/+10
2022-10-31net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAREric Dumazet-0/+6
2022-10-31net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUTEric Dumazet-2/+10
2022-10-31net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet-0/+3
2022-10-31net: dropreason: add SKB_CONSUMED reasonEric Dumazet-0/+2
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu-1/+1
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu-1/+13
2022-10-31net: geneve: fix array of flexible structures warningsJakub Kicinski-1/+1
2022-10-31netlink: split up copies in the ack constructionJakub Kicinski-0/+21
2022-10-28net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov-0/+7
2022-10-28netlink: hide validation union fields from kdocJakub Kicinski-13/+18