summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | wifi: mac80211: Drop not needed check for NULLAlexander Wetzel2022-12-011-1/+1
| * | | | | | wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() failsChen Zhongjin2022-12-011-1/+3
| * | | | | | wifi: cfg80211: fix comparison of BSS frequenciesJUN-KYU SHIN2022-12-011-1/+2
| * | | | | | wifi: mac80211: fix maybe-unused warningÍñigo Huguet2022-12-011-1/+1
| * | | | | | wifi: mac80211: fix memory leak in ieee80211_if_add()Zhengchao Shao2022-12-011-0/+1
| * | | | | | wifi: nl80211: Add checks for nla_nest_start() in nl80211_send_iface()Yuan Can2022-12-011-0/+3
* | | | | | | net: devlink: convert port_list into xarrayJiri Pirko2022-12-021-30/+27
* | | | | | | hsr: Use a single struct for self_node.Sebastian Andrzej Siewior2022-12-013-37/+35
* | | | | | | hsr: Synchronize sequence number updates.Sebastian Andrzej Siewior2022-12-012-1/+10
* | | | | | | hsr: Synchronize sending frames to have always incremented outgoing seq nr.Sebastian Andrzej Siewior2022-12-012-7/+8
* | | | | | | hsr: Disable netpoll.Sebastian Andrzej Siewior2022-12-012-11/+8
* | | | | | | hsr: Avoid double remove of a node.Sebastian Andrzej Siewior2022-12-012-5/+12
* | | | | | | hsr: Add a rcu-read lock to hsr_forward_skb().Sebastian Andrzej Siewior2022-12-011-0/+3
* | | | | | | Revert "net: hsr: use hlist_head instead of list_head for mac addresses"Sebastian Andrzej Siewior2022-12-017-187/+106
* | | | | | | sctp: delete free member from struct sctp_sched_opsXin Long2022-12-013-51/+20
* | | | | | | mptcp: add pm listener eventsGeliang Tang2022-12-013-0/+62
* | | | | | | net/tcp: Separate initialization of twskDmitry Safonov2022-12-011-26/+35
* | | | | | | net/tcp: Do cleanup on tcp_md5_key_copy() failureDmitry Safonov2022-12-012-14/+10
* | | | | | | net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov2022-12-015-29/+77
* | | | | | | net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()Dmitry Safonov2022-12-011-9/+21
* | | | | | | net: devlink: make the devlink_ops::info_get() callback optionalVincent Mailhol2022-11-301-7/+6
* | | | | | | net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-8/+18
* | | | | | | devlink: support directly reading from region memoryJacob Keller2022-11-301-17/+63
* | | | | | | devlink: refactor region_read_snapshot_fill to use a callback functionJacob Keller2022-11-301-9/+35
* | | | | | | devlink: remove unnecessary parameter from chunk_fill functionJacob Keller2022-11-301-8/+2
* | | | | | | devlink: find snapshot in devlink_nl_cmd_region_read_dumpitJacob Keller2022-11-301-11/+14
* | | | | | | devlink: report extended error message in region_read_dumpit()Jacob Keller2022-11-301-4/+12
* | | | | | | devlink: use min_t to calculate data_sizeJacob Keller2022-11-301-4/+2
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-11-297-46/+109
|\ \ \ \ \ \
| * | | | | | xfrm: add extack to xfrm_set_spdinfoSabrina Dubroca2022-11-251-4/+12
| * | | | | | xfrm: add extack to xfrm_alloc_userspiSabrina Dubroca2022-11-253-10/+23
| * | | | | | xfrm: add extack to xfrm_do_migrateSabrina Dubroca2022-11-253-14/+32
| * | | | | | xfrm: add extack to xfrm_new_ae and xfrm_replay_verify_lenSabrina Dubroca2022-11-251-9/+28
| * | | | | | xfrm: add extack to xfrm_del_saSabrina Dubroca2022-11-251-1/+1
| * | | | | | xfrm: add extack to xfrm_add_sa_expireSabrina Dubroca2022-11-251-1/+4
| * | | | | | xfrm: a few coding style clean upsSabrina Dubroca2022-11-252-6/+9
| * | | | | | xfrm: Remove not-used total variableLeon Romanovsky2022-10-251-2/+2
| * | | | | | xfrm: update x->lastused for every packetAntony Antony2022-10-252-2/+2
| * | | | | | esp6: remove redundant variable errColin Ian King2022-10-191-2/+1
* | | | | | | mptcp: add support for TCP_FASTOPEN_KEY sockoptMatthieu Baerts2022-11-291-3/+3
* | | | | | | mptcp: add TCP_FASTOPEN sock optionDmytro Shytyi2022-11-291-1/+4
* | | | | | | mptcp: add subflow_v(4,6)_send_synack()Dmytro Shytyi2022-11-294-1/+92
* | | | | | | mptcp: implement delayed seq generation for passive fastopenDmytro Shytyi2022-11-296-15/+54
* | | | | | | mptcp: consolidate initial ack seq generationPaolo Abeni2022-11-294-45/+45
* | | | | | | mptcp: track accurately the incoming MPC suboption typePaolo Abeni2022-11-291-3/+8
* | | | | | | mptcp: add MSG_FASTOPEN sendmsg flag supportDmytro Shytyi2022-11-291-6/+3
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-2955-263/+400
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-11-2913-29/+83
| |\ \ \ \ \ \
| | * | | | | | sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao2022-11-294-7/+47
| | * | | | | | packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn2022-11-291-4/+2