summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2022-11-18sctp: change to include linux/sctp.h in net/sctp/checksum.hXin Long1-1/+1
2022-11-18devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski1-1/+3
2022-11-18devlink: Enable creation of the devlink-rate nodes from the driverMichal Wilczynski1-0/+3
2022-11-18devlink: Introduce new attribute 'tx_weight' to devlink-rateMichal Wilczynski1-0/+5
2022-11-18devlink: Introduce new attribute 'tx_priority' to devlink-rateMichal Wilczynski1-0/+6
2022-11-18net: dsa: stop exposing tag proto module helpers to the worldVladimir Oltean1-70/+0
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+3
2022-11-17net: use struct_group to copy ip/ipv6 header addressesHangbin Liu2-2/+2
2022-11-16l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki1-1/+1
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-3/+2
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima1-0/+2
2022-11-16udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima1-0/+1
2022-11-16wifi: cfg80211: Avoid clashing function prototypesGustavo A. R. Silva1-10/+10
2022-11-16net: dsa: remove phylink_validate() methodVladimir Oltean1-3/+0
2022-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski4-6/+8
2022-11-15netfilter: nf_tables: Introduce NFT_MSG_GETRULE_RESETPhil Sutter1-1/+1
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter4-5/+7
2022-11-14net: flow_offload: add support for ARP frame matchingSteen Hegelund1-0/+6
2022-11-14RDMA/mana: Remove redefinition of basic u64 typeLeon Romanovsky1-17/+14
2022-11-11RDMA/mana_ib: Add a driver for Microsoft Azure Network AdapterLong Li1-0/+3
2022-11-10Merge branch 'mana-shared-6.2' of https://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski5-0/+1708
2022-11-10net: mana: Define data structures for protection domain and memory registrationAjay Sharma1-5/+116
2022-11-10net: mana: Define data structures for allocating doorbell page from GDMALong Li1-0/+24
2022-11-10net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIESAjay Sharma1-0/+2
2022-11-10net: mana: Define max values for SGL entriesLong Li2-3/+8
2022-11-10net: mana: Move header files to a common locationLong Li5-0/+1565
2022-11-10devlink: Add packet traps for 802.1X operationIdo Schimmel1-0/+9
2022-11-10bridge: switchdev: Allow device drivers to install locked FDB entriesHans J. Schultz1-0/+1
2022-11-09Merge tag 'rxrpc-next-20221108' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller1-2/+2
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells1-2/+2
2022-11-08net: sched: add helper support in act_ctXin Long1-0/+1
2022-11-08net: move add ct helper function to nf_conntrack_helper for ovs and tcXin Long1-0/+2
2022-11-08net: move the ct helper function to nf_conntrack_helper for ovs and tcXin Long1-0/+3
2022-11-07genetlink: allow families to use split ops directlyJakub Kicinski1-0/+5
2022-11-07genetlink: introduce split op representationJakub Kicinski1-4/+56
2022-11-07genetlink: move the private fields in struct genl_familyJakub Kicinski1-5/+6
2022-11-04net: expose devlink port over rtnetlinkJiri Pirko1-0/+14
2022-11-04net: devlink: store copy netdevice ifindex and ifname to allow port_fill() wi...Jiri Pirko1-0/+2
2022-11-04net: devlink: remove netdev arg from devlink_port_type_eth_set()Jiri Pirko1-2/+1
2022-11-04net: devlink: convert devlink port type-specific pointers to unionJiri Pirko1-3/+10
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-21/+34
2022-11-03net: dcb: add new apptrust attributeDaniel Machon1-0/+4
2022-11-03bonding (gcc13): synchronize bond_{a,t}lb_xmit() typesJiri Slaby (SUSE)1-2/+2
2022-11-02netlink: introduce bigendian integer typesFlorian Westphal1-9/+10
2022-11-01net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAREric Dumazet1-0/+6
2022-11-01net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUTEric Dumazet3-2/+10
2022-11-01net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet1-0/+3
2022-11-01net: dropreason: add SKB_CONSUMED reasonEric Dumazet1-0/+2
2022-11-01rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu1-1/+1
2022-11-01rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2-1/+13