summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-18netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld10-18/+20
2020-11-18netfilter: nftables: fix netlink report logic in flowtable and genidPablo Neira Ayuso1-2/+2
2020-11-18mac80211: don't require VHT elements for HE on 2.4 GHzJohannes Berg1-1/+2
2020-11-18net: xfrm: fix a race condition during allocing spizhuoliang zhang1-3/+5
2020-11-18xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long3-8/+8
2020-11-10mac80211: fix regression where EAPOL frames were sent in plaintextMathy Vanhoef1-3/+4
2020-11-10vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep1-1/+1
2020-11-10net: openvswitch: silence suspicious RCU usage warningEelco Chaudron2-8/+8
2020-11-10mptcp: token: fix unititialized variableDavide Caratti1-1/+1
2020-11-10ip6_tunnel: set inner ipproto before ip6_tnl_encapAlexander Ovechkin1-2/+2
2020-11-10sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat1-2/+2
2020-11-10ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flagswenxu1-3/+0
2020-11-10tipc: fix use-after-free in tipc_bcast_get_modeHoang Huu Le1-0/+5
2020-11-10net: core: use list_del_init() instead of list_del() in netdev_run_todo()Taehee Yoo1-1/+1
2020-11-05net/sunrpc: Fix return value for sysctl sunrpc.transportsArtur Molchanov1-1/+7
2020-11-05libceph: clear con->out_msg on Policy::stateful_server faultsIlya Dryomov1-0/+5
2020-11-05net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam1-1/+1
2020-11-05SUNRPC: Mitigate cond_resched() in xprt_transmit()Chuck Lever1-2/+4
2020-11-05mac80211: add missing queue/hash initialization to 802.3 xmitFelix Fietkau1-0/+6
2020-11-01net: protect tcf_block_unbind with block lockLeon Romanovsky1-2/+2
2020-11-01net/smc: fix suppressed return codeKarsten Graul1-2/+5
2020-11-01net/smc: fix invalid return code in smcd_new_buf_create()Karsten Graul1-1/+2
2020-11-01tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen1-3/+2
2020-11-01tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2-1/+4
2020-11-01net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault1-0/+1
2020-11-01netem: fix zero division in tabledistAleksandr Nogikh1-1/+8
2020-11-01netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c...Saeed Mirzamohammadi2-5/+5
2020-10-29ipvs: Fix uninit-value in do_ip_vs_set_ctl()Peilin Ye1-3/+4
2020-10-29Bluetooth: Only mark socket zapped after unlockingAbhishek Pandit-Subedi1-3/+4
2020-10-29mac80211: handle lack of sband->bitrates in ratesThomas Pedersen2-1/+6
2020-10-29ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang1-4/+11