summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2023-05-30devlink: introduce port ops placeholderJiri Pirko
2023-05-29devlink: Spelling correctionsSimon Horman
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-26tcp: remove unused TCP_SYNQ_INTERVAL definitionNeal Cardwell
2023-05-26net: dsa: add support for mac_prepare() and mac_finish() callsRussell King (Oracle)
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-25net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECVAntoine Tenart
2023-05-24net/handshake: Enable the SNI extension to work properlyChuck Lever
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-24devlink: pass devlink_port pointer to ops->port_del() instead of indexJiri Pirko
2023-05-24devlink: remove no longer true locking comment from port_new/del()Jiri Pirko
2023-05-24devlink: remove duplicate port notificationJiri Pirko
2023-05-24raw: Stop using RTO_ONLINK.Guillaume Nault
2023-05-24ping: Stop using RTO_ONLINK.Guillaume Nault
2023-05-23ip: Remove ip_append_page()David Howells
2023-05-23tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()David Howells
2023-05-23tls: Inline do_tcp_sendpages()David Howells
2023-05-23page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin
2023-05-23bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel
2023-05-19Merge tag 'for-net-2023-05-19' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2023-05-19net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo
2023-05-19udp: seq_file: Remove bpf_seq_afinfo from udp_iter_stateAditi Ghag
2023-05-19Bluetooth: Fix UAF in hci_conn_hash_flush againRuihan Li
2023-05-19tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski
2023-05-18inet: factor out locked section of inet_accept() in a new helperPaolo Abeni
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-18netfilter: flowtable: simplify route logicPablo Neira Ayuso
2023-05-18netfilter: Reorder fields in 'struct nf_conntrack_expect'Christophe JAILLET
2023-05-16Revert "net: Remove low_thresh in ip defrag"Jakub Kicinski
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-16net: bonding: Add SPDX identifier to remaining filesBagas Sanjaya
2023-05-15sch_htb: Allow HTB priority parameter in offload modeNaveen Mamindlapalli
2023-05-15net: Remove low_thresh in ip defragAngus Chen
2023-05-13net: vxlan: Add nolocalbypass option to vxlan.Vladimir Nikishkin
2023-05-12net/handshake: Enable the SNI extension to work properlyChuck Lever
2023-05-11ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet
2023-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-11tcp: make the first N SYN RTO backoffs linearDavid Morley
2023-05-10macsec: Use helper macsec_netdev_priv for offload driversSubbaraya Sundeep
2023-05-10bonding: fix send_peer_notif overflowHangbin Liu
2023-05-09net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski
2023-05-05bonding: add xdp_features supportLorenzo Bianconi
2023-05-04Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-05-03netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso
2023-05-01rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells
2023-04-27SUNRPC: Recognize control messages in server-side TCP socket codeChuck Lever
2023-04-27xsk: Use pool->dma_pages to check for DMAKal Conley