summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-nextAlexei Starovoitov2022-12-071-3/+11
|\
| * bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_retBenjamin Tissoires2022-12-071-3/+11
* | xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...Eyal Birger2022-12-055-2/+150
* | xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.cEyal Birger2022-12-052-0/+2
* | bpf, sockmap: fix race in sock_map_free()Eric Dumazet2022-12-041-0/+2
* | bpf: Add dummy type reference to nf_conn___init to fix type deduplicationToke Høiland-Jørgensen2022-12-041-0/+14
* | bpf: Fix a compilation failure with clang lto buildYonghong Song2022-11-301-2/+1
* | bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang2022-12-011-1/+4
* | bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang2022-12-013-10/+16
* | bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang2022-12-011-1/+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
| | * | | net: hsr: Fix potential use-after-freeYueHaibing2022-11-281-2/+3
| | * | | tipc: re-fetch skb cb after tipc_msg_validateXin Long2022-11-281-0/+3
| | * | | mptcp: fix sleep in atomic at close timePaolo Abeni2022-11-281-3/+3
| | * | | mptcp: don't orphan ssk in mptcp_close()Menglong Dong2022-11-281-7/+6
| | * | | Merge tag 'wireless-2022-11-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-11-282-2/+11
| | |\ \ \
| | | * | | wifi: mac8021: fix possible oob access in ieee80211_get_rate_durationLorenzo Bianconi2022-11-251-0/+3
| | | * | | wifi: cfg80211: don't allow multi-BSSID in S1GJohannes Berg2022-11-251-1/+6
| | | * | | wifi: cfg80211: fix buffer overflow in elem comparisonJohannes Berg2022-11-251-1/+2
| | * | | | ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel2022-11-281-3/+5
| | * | | | net/9p: Fix a potential socket leak in p9_socket_openWang Hai2022-11-281-1/+3
| * | | | | Merge tag 'net-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-2441-223/+295
| |\| | | |
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-11-238-15/+57
| | |\ \ \ \
| | | * | | | xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin2022-11-221-1/+5
| | | * | | | xfrm: Fix oops in __xfrm_state_delete()Thomas Jarosch2022-11-221-1/+1
| | | * | | | af_key: Fix send_acquire race with pfkey_registerHerbert Xu2022-10-271-10/+22
| | | * | | | xfrm: replay: Fix ESN wrap around for GSOChristian Langrock2022-10-194-2/+21
| | | * | | | xfrm: lwtunnel: squelch kernel warning in case XFRM encap type is not availableEyal Birger2022-10-121-1/+3
| | | * | | | xfrm: fix "disable_policy" on ipv4 early demuxEyal Birger2022-10-121-0/+5