summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'mac80211-for-net-2020-11-13' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2020-11-135-43/+20
|\ \
| * | mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg2020-11-131-10/+4
| * | mac80211: minstrel: fix tx status processing corner caseFelix Fietkau2020-11-121-1/+1
| * | mac80211: minstrel: remove deferred sampling codeFelix Fietkau2020-11-122-22/+4
| * | mac80211: fix memory leak on filtered powersave framesFelix Fietkau2020-11-121-10/+8
| * | rfkill: Fix use-after-free in rfkill_resume()Claire Chang2020-11-121-0/+3
* | | net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_requestXie He2020-11-121-0/+1
* | | net/ncsi: Fix netlink registrationJoel Stanley2020-11-123-27/+3
* | | Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-1215-28/+86
|\ \ \
| * | | net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin2020-11-122-4/+30
| * | | net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin2020-11-121-1/+1
| * | | devlink: Avoid overwriting port attributes of registered portParav Pandit2020-11-121-2/+6
| |/ /
| * | net/x25: Fix null-ptr-deref in x25_connectMartin Schiller2020-11-111-1/+1
| * | tipc: fix memory leak in tipc_topsrv_start()Wang Hai2020-11-111-2/+8
| * | net/af_iucv: fix null pointer dereference on shutdownUrsula Braun2020-11-101-1/+2
| * | net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-102-4/+15
| * | netlabel: fix our progress tracking in netlbl_unlabel_staticlist()Paul Moore2020-11-101-5/+12
| * | mptcp: provide rmem[0] limitPaolo Abeni2020-11-091-0/+1
| * | ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin2020-11-091-1/+1
| * | tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 repliesStefano Brivio2020-11-091-2/+2
| * | IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms2020-11-091-2/+0
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-062-3/+7
| |\