summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-12-02batman-adv: set .owner to THIS_MODULETaehee Yoo1-0/+1
2020-12-02ipv4: use IS_ENABLED instead of ifdefFlorian Klink1-1/+1
2020-11-24mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg1-10/+4
2020-11-24mac80211: minstrel: fix tx status processing corner caseFelix Fietkau1-1/+1
2020-11-24mac80211: minstrel: remove deferred sampling codeFelix Fietkau2-22/+4
2020-11-24bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to selfJohn Fastabend1-19/+53
2020-11-24bpf, sockmap: Use truesize with sk_rmem_schedule()John Fastabend1-1/+1
2020-11-24bpf, sockmap: On receive programs try to fast track SK_PASS ingressJohn Fastabend1-2/+15
2020-11-24bpf, sockmap: Skb verdict SK_PASS to self already checked rmem limitsJohn Fastabend1-9/+6
2020-11-24bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend2-5/+18
2020-11-24bpf, sockmap: Fix partial copy_page_to_iter so progress can still be madeJohn Fastabend1-6/+9
2020-11-24can: af_can: prevent potential access of uninitialized member in canfd_rcv()Anant Thazhemadam1-5/+14
2020-11-24can: af_can: prevent potential access of uninitialized member in can_rcv()Anant Thazhemadam1-5/+14
2020-11-24rfkill: Fix use-after-free in rfkill_resume()Claire Chang1-0/+3
2020-11-24net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan1-10/+27
2020-11-24vsock: forward all packets to the host when no H2G is registeredStefano Garzarella1-1/+1
2020-11-24tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimateRyan Sharpelletti1-1/+1
2020-11-24sctp: change to hold/put transport for proto_unreach_timerXin Long3-5/+5
2020-11-24net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_requestXie He1-0/+1
2020-11-24net/tls: fix corrupted data in recvmsgVadim Fedorenko1-1/+1
2020-11-24net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()Karsten Graul1-3/+3
2020-11-24net/ncsi: Fix netlink registrationJoel Stanley3-27/+3
2020-11-24netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()Paul Moore1-1/+1
2020-11-24netlabel: fix our progress tracking in netlbl_unlabel_staticlist()Paul Moore1-5/+12
2020-11-24net: Have netpoll bring-up DSA management interfaceFlorian Fainelli1-4/+18
2020-11-24net: bridge: add missing counters to ndo_get_stats64 callbackHeiner Kallweit1-0/+1
2020-11-24ipv6: Fix error path to cancel the meseageZhang Qilong1-2/+6
2020-11-24inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai1-1/+3
2020-11-24Exempt multicast addresses from five-second neighbor lifetimeJeff Dike3-0/+15
2020-11-24devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill()Wang Hai1-2/+4
2020-11-24ah6: fix error return code in ah6_input()Zhang Changzhong1-1/+2
2020-11-22can: proc: can_remove_proc(): silence remove_proc_entry warningZhang Changzhong1-2/+4
2020-11-22mac80211: always wind down STA stateJohannes Berg1-0/+18
2020-11-18tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 repliesStefano Brivio1-2/+2
2020-11-18mptcp: provide rmem[0] limitPaolo Abeni1-0/+1
2020-11-18devlink: Avoid overwriting port attributes of registered portParav Pandit1-2/+6
2020-11-18tipc: fix memory leak in tipc_topsrv_start()Wang Hai1-2/+8
2020-11-18net/x25: Fix null-ptr-deref in x25_connectMartin Schiller1-1/+1
2020-11-18net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2-4/+15
2020-11-18net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin1-1/+1
2020-11-18net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin2-4/+30
2020-11-18net/af_iucv: fix null pointer dereference on shutdownUrsula Braun1-1/+2
2020-11-18IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms1-2/+0
2020-11-18ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin1-1/+1
2020-11-18cfg80211: regulatory: Fix inconsistent format argumentYe Bin1-1/+1
2020-11-18cfg80211: initialize wdev data earlierJohannes Berg3-29/+36
2020-11-18mac80211: fix use of skb payload instead of headerJohannes Berg1-13/+24
2020-11-18can: j1939: j1939_sk_bind(): return failure if netdev is downZhang Changzhong1-0/+6
2020-11-18netfilter: ipset: Update byte and packet counters regardless of whether they ...Stefano Brivio1-1/+2
2020-11-18netfilter: nf_tables: missing validation from the abort pathPablo Neira Ayuso2-9/+28