summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2022-12-05Merge tag 'rxrpc-next-20221201-b' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-1/+1
2022-12-03Merge tag 'wireless-next-2022-12-02' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski3-7/+16
2022-12-02sctp: delete free member from struct sctp_sched_opsXin Long1-2/+0
2022-12-02net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov1-3/+7
2022-12-01wifi: mac80211: add support for restricting netdev features per vifFelix Fietkau2-6/+15
2022-12-01rxrpc: Remove decl for rxrpc_kernel_call_is_complete()David Howells1-1/+0
2022-12-01rxrpc: Implement an in-kernel rxperf server for testing purposesDavid Howells1-0/+1
2022-12-01wifi: cfg80211: Correct example of ieee80211_iface_limitPhilipp Hortmann1-1/+1
2022-12-01net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-2/+0
2022-12-01devlink: support directly reading from region memoryJacob Keller1-0/+16
2022-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski1-3/+5
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+5
2022-11-29sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao1-0/+2
2022-11-25xfrm: add extack to xfrm_alloc_userspiSabrina Dubroca1-2/+3
2022-11-25xfrm: add extack to xfrm_do_migrateSabrina Dubroca1-1/+2
2022-11-23net: dsa: move tag_8021q headers to their proper placeVladimir Oltean1-0/+1
2022-11-23net: dsa: unexport dsa_dev_to_net_device()Vladimir Oltean1-2/+0
2022-11-23dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima1-0/+1
2022-11-23dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima1-1/+1
2022-11-21mptcp: more detailed error reporting on endpoint creationPaolo Abeni1-0/+3
2022-11-18mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi1-0/+1
2022-11-18Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller1-10/+10
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long3-5/+13
2022-11-18sctp: add skb_sdif in struct sctp_afXin Long1-0/+1
2022-11-18net: neigh: decrement the family specific qlenThomas Zeitlhofer1-1/+1
2022-11-18sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long1-5/+0
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-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