summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-12-02Revert "net: hsr: use hlist_head instead of list_head for mac addresses"Sebastian Andrzej Siewior7-187/+106
2022-12-02sctp: delete free member from struct sctp_sched_opsXin Long3-51/+20
2022-12-02mptcp: add pm listener eventsGeliang Tang3-0/+62
2022-12-02net/tcp: Separate initialization of twskDmitry Safonov1-26/+35
2022-12-02net/tcp: Do cleanup on tcp_md5_key_copy() failureDmitry Safonov2-14/+10
2022-12-02net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov5-29/+77
2022-12-02net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()Dmitry Safonov1-9/+21
2022-12-01net: devlink: make the devlink_ops::info_get() callback optionalVincent Mailhol1-7/+6
2022-12-01net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-8/+18
2022-12-01devlink: support directly reading from region memoryJacob Keller1-17/+63
2022-12-01devlink: refactor region_read_snapshot_fill to use a callback functionJacob Keller1-9/+35
2022-12-01devlink: remove unnecessary parameter from chunk_fill functionJacob Keller1-8/+2
2022-12-01devlink: find snapshot in devlink_nl_cmd_region_read_dumpitJacob Keller1-11/+14
2022-12-01devlink: report extended error message in region_read_dumpit()Jacob Keller1-4/+12
2022-12-01devlink: use min_t to calculate data_sizeJacob Keller1-4/+2
2022-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski7-46/+109
2022-11-30mptcp: add support for TCP_FASTOPEN_KEY sockoptMatthieu Baerts1-3/+3
2022-11-30mptcp: add TCP_FASTOPEN sock optionDmytro Shytyi1-1/+4
2022-11-30mptcp: add subflow_v(4,6)_send_synack()Dmytro Shytyi4-1/+92
2022-11-30mptcp: implement delayed seq generation for passive fastopenDmytro Shytyi6-15/+54
2022-11-30mptcp: consolidate initial ack seq generationPaolo Abeni4-45/+45
2022-11-30mptcp: track accurately the incoming MPC suboption typePaolo Abeni1-3/+8
2022-11-30mptcp: add MSG_FASTOPEN sendmsg flag supportDmytro Shytyi1-6/+3
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski55-263/+400
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds13-29/+83
2022-11-29udp_tunnel: Add checks for nla_nest_start() in __udp_tunnel_nic_dump_write()Yuan Can1-0/+2
2022-11-29sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao4-7/+47
2022-11-29packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn1-4/+2
2022-11-29net: devlink: add WARN_ON_ONCE to check return value of unregister_netdevice_...Jiri Pirko1-2/+2
2022-11-29of: net: export of_get_mac_address_nvmem()Miquel Raynal1-2/+3
2022-11-29Daniel Borkmann says:Jakub Kicinski6-59/+53
2022-11-29net: hsr: Fix potential use-after-freeYueHaibing1-2/+3
2022-11-29tipc: re-fetch skb cb after tipc_msg_validateXin Long1-0/+3
2022-11-29mptcp: fix sleep in atomic at close timePaolo Abeni1-3/+3
2022-11-29mptcp: don't orphan ssk in mptcp_close()Menglong Dong1-7/+6
2022-11-29Merge tag 'wireless-2022-11-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2-2/+11
2022-11-29ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel1-3/+5
2022-11-28net/9p: Fix a potential socket leak in p9_socket_openWang Hai1-1/+3
2022-11-25wifi: mac8021: fix possible oob access in ieee80211_get_rate_durationLorenzo Bianconi1-0/+3
2022-11-25wifi: cfg80211: don't allow multi-BSSID in S1GJohannes Berg1-1/+6
2022-11-25wifi: cfg80211: fix buffer overflow in elem comparisonJohannes Berg1-1/+2
2022-11-25xfrm: add extack to xfrm_set_spdinfoSabrina Dubroca1-4/+12
2022-11-25xfrm: add extack to xfrm_alloc_userspiSabrina Dubroca3-10/+23
2022-11-25xfrm: add extack to xfrm_do_migrateSabrina Dubroca3-14/+32
2022-11-25xfrm: add extack to xfrm_new_ae and xfrm_replay_verify_lenSabrina Dubroca1-9/+28
2022-11-25xfrm: add extack to xfrm_del_saSabrina Dubroca1-1/+1
2022-11-25xfrm: add extack to xfrm_add_sa_expireSabrina Dubroca1-1/+4
2022-11-25xfrm: a few coding style clean upsSabrina Dubroca2-6/+9
2022-11-24Merge tag 'net-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds41-223/+295
2022-11-24ethtool: avoiding integer overflow in ethtool_phys_id()Maxim Korotkov1-1/+2