aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vsock/virtio: add support for device suspend/resumeStefano Garzarella2022-05-021-0/+47
* vsock/virtio: factor our the code to initialize and delete VQsStefano Garzarella2022-05-021-66/+84
* ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran2022-05-021-1/+2
* tcp: optimise skb_zerocopy_iter_stream()Pavel Begunkov2022-05-021-2/+1
* Stefan Schmidt says:Jakub Kicinski2022-05-024-5/+74
|\
| * net: mac802154: Fix symbol durationsMiquel Raynal2022-04-301-6/+6
| * net: mac802154: Create an error helper for asynchronous offloading errorsMiquel Raynal2022-04-251-0/+6
| * net: mac802154: Create an offloaded transmission error helperMiquel Raynal2022-04-251-0/+11
| * net: mac802154: Save a global error code on transmissionsMiquel Raynal2022-04-252-1/+6
| * net: mac802154: Set durations automaticallyMiquel Raynal2022-02-102-0/+47
| * net: mac802154: Convert the symbol duration into nanosecondsMiquel Raynal2022-02-101-4/+4
* | rtnl: move rtnl_newlink_create()Jakub Kicinski2022-05-021-91/+86
* | rtnl: split __rtnl_newlink() into two functionsJakub Kicinski2022-05-021-3/+20
* | rtnl: allocate more attr tables on the heapJakub Kicinski2022-05-021-12/+18
* | ip6_gre: Make IP6GRE and IP6GRETAP devices always NETIF_F_LLTXPeilin Ye2022-05-021-21/+13
* | ip_gre: Make GRE and GRETAP devices always NETIF_F_LLTXPeilin Ye2022-05-021-28/+22
* | ethtool: Add 10base-T1L link mode entryAlexandru Tachici2022-05-011-0/+3
* | sock: optimise sock_def_write_space barriersPavel Begunkov2022-05-011-1/+25
* | sock: optimise UDP sock_wfree() refcountingPavel Begunkov2022-05-011-0/+14
* | sock: dedup sock_def_write_space wmem_alloc checksPavel Begunkov2022-05-011-3/+2
* | ipv4: remove unnecessary type castingsYu Zhe2022-04-308-10/+10
* | tcp: use tcp_skb_sent_after() instead in RACKPengcheng Yang2022-04-301-10/+5
* | tcp: drop skb dst in tcp_rcv_established()Eric Dumazet2022-04-301-0/+1
* | ipv6: refactor ip6_finish_output2()Pavel Begunkov2022-04-301-11/+13
* | ipv6: help __ip6_finish_output() inliningPavel Begunkov2022-04-301-1/+0
* | net: inline dev_queue_xmit()Pavel Begunkov2022-04-301-13/+2
* | net: inline skb_zerocopy_iter_dgramPavel Begunkov2022-04-303-24/+0
* | net: inline sock_alloc_send_skbPavel Begunkov2022-04-301-7/+0
* | Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...Jakub Kicinski2022-04-291-6/+10
|\ \
| * | tcp: pass back data left in socket after receiveJens Axboe2022-04-291-6/+10
* | | mptcp: Add a per-namespace sysctl to set the default path manager typeMat Martineau2022-04-293-11/+45
* | | mptcp: Make kernel path manager check for userspace-managed socketsMat Martineau2022-04-291-6/+12
* | | mptcp: Bypass kernel PM when userspace PM is enabledMat Martineau2022-04-292-1/+6
* | | mptcp: Add a member to mptcp_pm_data to track kernel vs userspace modeMat Martineau2022-04-292-0/+13
* | | mptcp: Remove redundant assignments in path manager initMat Martineau2022-04-293-27/+18
* | | net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-2816-19/+35
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-2832-170/+368
|\ \ \
| * | | tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang2022-04-281-1/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-04-283-30/+45
| |\ \ \
| | * | | netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal2022-04-281-14/+38
| | * | | netfilter: conntrack: fix udp offload timeout sysctlVolodymyr Mytnyk2022-04-271-1/+1
| | * | | netfilter: nf_conntrack_tcp: re-init for syn packets onlyFlorian Westphal2022-04-271-15/+6
| * | | | Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2022-04-283-42/+81
| |\ \ \ \
| | * | | | Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz2022-04-263-18/+38
| | * | | | Bluetooth: hci_event: Fix creating hci_conn object on error statusLuiz Augusto von Dentz2022-04-261-0/+12
| | * | | | Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz2022-04-261-29/+36
| * | | | | tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy2022-04-271-5/+7
| * | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-04-274-11/+32
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski2022-04-262-4/+25
| | * | | | bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hookEyal Birger2022-04-221-4/+3