summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-can-fixes-for-5.10-20201127' of git://git.kernel.org/pub/scm...Jakub Kicinski2020-11-271-2/+5
|\
| * can: af_can: can_rx_unregister(): remove WARN() statement from list operation...Oliver Hartkopp2020-11-271-2/+5
* | sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn2020-11-271-1/+1
* | mptcp: fix NULL ptr dereference on bad MPJPaolo Abeni2020-11-271-3/+2
* | net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron2020-11-272-23/+58
|/
* net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-11-251-1/+4
* devlink: Make sure devlink instance and port are in same net namespaceParav Pandit2020-11-251-1/+2
* devlink: Hold rtnl lock while reading netdev attributesParav Pandit2020-11-251-0/+4
* gro_cells: reduce number of synchronize_net() callsEric Dumazet2020-11-251-1/+6
* ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai2020-11-251-9/+17
* Merge tag 'batadv-net-pullrequest-20201124' of git://git.open-mesh.org/linux-...Jakub Kicinski2020-11-241-0/+1
|\
| * batman-adv: set .owner to THIS_MODULETaehee Yoo2020-11-151-0/+1
* | tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck2020-11-242-6/+15
* | devlink: Fix reload stats structureMoshe Shemesh2020-11-241-16/+33
* | net/packet: fix packet receive on L3 devices without visible hard headerEyal Birger2020-11-231-9/+9
* | vsock/virtio: discard packets only when socket is really closedStefano Garzarella2020-11-231-3/+5
* | tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-236-14/+88
* | net/af_iucv: set correct sk_protocol for child socketsJulian Wiedmann2020-11-211-2/+2
* | tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck2020-11-201-0/+5
* | tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck2020-11-202-5/+6
* | net/tls: missing received data after fast remote closeVadim Fedorenko2020-11-201-0/+6
* | rose: Fix Null pointer dereference in rose_send_frame()Anmol Karn2020-11-201-4/+13
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-192-20/+85
|\ \
| * | bpf, sockmap: Avoid failures from skb_to_sgvec when skb has frag_listJohn Fastabend2020-11-181-2/+9
| * | bpf, sockmap: Handle memory acct if skb_verdict prog redirects to selfJohn Fastabend2020-11-181-0/+8
| * | bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to selfJohn Fastabend2020-11-181-19/+53
| * | bpf, sockmap: Use truesize with sk_rmem_schedule()John Fastabend2020-11-181-1/+1
| * | bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend2020-11-182-5/+18
| * | bpf, sockmap: Fix partial copy_page_to_iter so progress can still be madeJohn Fastabend2020-11-181-6/+9
* | | net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()Karsten Graul2020-11-191-3/+3
* | | net/smc: fix matching of existing link groupsKarsten Graul2020-11-192-2/+4
* | | ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann2020-11-192-31/+2
* | | net: Have netpoll bring-up DSA management interfaceFlorian Fainelli2020-11-181-4/+18
* | | ah6: fix error return code in ah6_input()Zhang Changzhong2020-11-181-1/+2
* | | ipv4: use IS_ENABLED instead of ifdefFlorian Klink2020-11-171-1/+1
* | | inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai2020-11-171-1/+3
* | | net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan2020-11-171-10/+27
* | | tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimateRyan Sharpelletti2020-11-171-1/+1
* | | net/tls: fix corrupted data in recvmsgVadim Fedorenko2020-11-161-1/+1
* | | net: bridge: add missing counters to ndo_get_stats64 callbackHeiner Kallweit2020-11-161-0/+1
* | | ipv6/netfilter: Discard first fragment not including all headersGeorg Kohmann2020-11-162-20/+44
* | | Merge tag 'linux-can-fixes-for-5.10-20201115' of git://git.kernel.org/pub/scm...Jakub Kicinski2020-11-161-10/+28
|\ \ \
| * | | can: af_can: prevent potential access of uninitialized member in canfd_rcv()Anant Thazhemadam2020-11-151-5/+14
| * | | can: af_can: prevent potential access of uninitialized member in can_rcv()Anant Thazhemadam2020-11-151-5/+14
* | | | devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill()Wang Hai2020-11-141-2/+4
* | | | netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()Paul Moore2020-11-141-1/+1
* | | | sctp: change to hold/put transport for proto_unreach_timerXin Long2020-11-143-5/+5
* | | | vsock: forward all packets to the host when no H2G is registeredStefano Garzarella2020-11-141-1/+1
|/ / /
* | | ipv6: Fix error path to cancel the meseageZhang Qilong2020-11-131-2/+6
* | | net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike2020-11-133-0/+15