summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-11-08rxrpc: Get rid of the Rx ringDavid Howells10-199/+279
2022-11-08rxrpc: Clone received jumbo subpackets and queue separatelyDavid Howells7-410/+240
2022-11-08rxrpc: Split the rxrpc_recvmsg tracepointDavid Howells1-19/+18
2022-11-08rxrpc: Clean up ACK handlingDavid Howells10-122/+50
2022-11-08rxrpc: Allocate ACK records at proposal and queue for transmissionDavid Howells9-256/+250
2022-11-08rxrpc: Define rxrpc_txbuf struct to carry data to be transmittedDavid Howells4-1/+156
2022-11-08rxrpc: Remove call->tx_phaseDavid Howells4-7/+1
2022-11-08rxrpc: Remove the flags from the rxrpc_skb tracepointDavid Howells3-15/+7
2022-11-08rxrpc: Remove unnecessary header inclusionsDavid Howells1-14/+0
2022-11-08rxrpc: Call udp_sendmsg() directlyDavid Howells2-10/+28
2022-11-08rxrpc: Use the core ICMP/ICMP6 parsersDavid Howells3-217/+42
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells6-57/+24
2022-11-08rxrpc: Fix ack.bufferSize to be 0 when generating an ackDavid Howells1-1/+1
2022-11-08rxrpc: Record stats for why the REQUEST-ACK flag is being setDavid Howells3-0/+17
2022-11-08rxrpc: Record statistics about ACK typesDavid Howells5-1/+48
2022-11-08rxrpc: Add stats procfile and DATA packet statsDavid Howells7-0/+78
2022-11-08rxrpc: Track highest acked serialDavid Howells2-0/+5
2022-11-08rxrpc: Split call timer-expiration from call timer-set tracepointDavid Howells1-1/+1
2022-11-08rxrpc: Trace setting of the request-ack flagDavid Howells1-9/+23
2022-10-28tcp: add rcv_wnd and plb_rehash to TCP_INFOMubashir Adnan Qureshi1-0/+2
2022-10-28tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi3-0/+6
2022-10-28tcp: add support for PLB in DCTCPMubashir Adnan Qureshi1-1/+22
2022-10-28tcp: add PLB functionality for TCPMubashir Adnan Qureshi3-2/+109
2022-10-28tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi2-0/+51
2022-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski8-30/+621
2022-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-106/+174
2022-10-27kcm: do not sense pfmemalloc status in kcm_sendpage()Eric Dumazet1-1/+1
2022-10-27net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet1-1/+1
2022-10-27Merge tag 'linux-can-fixes-for-6.1-20221027' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-1/+3
2022-10-27nh: fix scope used to find saddr when adding non gw nhNicolas Dichtel1-1/+1
2022-10-27Revert "ip: fix dflt addr selection for connected nexthop"Nicolas Dichtel1-1/+1
2022-10-27Revert "ip: fix triggering of 'icmp redirect'"Nicolas Dichtel1-2/+2
2022-10-27genetlink: limit the use of validation workarounds to old opsJakub Kicinski1-0/+2
2022-10-27skbuff: Proactively round up to kmalloc bucket sizeKees Cook1-26/+26
2022-10-27can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...Yang Yingliang1-1/+3
2022-10-27openvswitch: switch from WARN to pr_warnAaron Conole1-1/+2
2022-10-27net/rds: remove variable total_copiedColin Ian King1-2/+0
2022-10-27mptcp: fix tracking issue in mptcp_subflow_create_socket()Eric Dumazet1-0/+2
2022-10-27Merge tag 'ieee802154-for-net-next-2022-10-26' of git://git.kernel.org/pub/sc...Jakub Kicinski1-2/+2
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...David S. Miller9-152/+444
2022-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller1-1/+1
2022-10-26net: mac802154: Fixup function parameter name in docsStefan Schmidt1-2/+2
2022-10-26ipv6: ensure sane device mtu in tunnelsEric Dumazet3-13/+18
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook3-7/+7
2022-10-25netfilter: nft_inner: set tunnel offset to GRE header offsetPablo Neira Ayuso1-2/+7
2022-10-25netfilter: nft_inner: add geneve supportPablo Neira Ayuso1-0/+17
2022-10-25netfilter: nft_meta: add inner match supportPablo Neira Ayuso2-0/+70
2022-10-25netfilter: nft_inner: add percpu inner contextPablo Neira Ayuso1-4/+22
2022-10-25netfilter: nft_inner: support for inner tunnel header matchingPablo Neira Ayuso5-2/+463
2022-10-25netfilter: nft_payload: access ipip payload for inner offsetPablo Neira Ayuso1-0/+3