summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-12-05net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki1-1/+2
2019-12-05net/netlink_compat: Fix a missing check of nla_parse_nestedAditya Pakki1-2/+5
2019-12-05netfilter: nf_nat_sip: fix RTP/RTCP source port translationsAlin Nastac1-4/+35
2019-12-05VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu1-1/+6
2019-12-05mac80211: fix station inactive_time shortly after bootAhmed Zaki1-1/+2
2019-12-05bridge: ebtables: don't crash when using dnat target in output chainsFlorian Westphal1-4/+15
2019-12-01cfg80211: call disconnect_wk when AP stopsJohannes Berg3-1/+5
2019-12-01ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern1-1/+2
2019-12-01cfg80211: Prevent regulatory restore during STA disconnect in concurrent inte...Sriram R1-1/+5
2019-12-01net: bpfilter: fix iptables failure if bpfilter_umh is disabledTaehee Yoo1-3/+3
2019-12-01sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin1-0/+1
2019-12-01openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELSArnd Bergmann1-1/+2
2019-12-01net: do not abort bulk send on BQL statusEric Dumazet1-1/+1
2019-12-01ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu1-17/+36
2019-12-01sunrpc: safely reallow resvport min/max inversionJ. Bruce Fields1-16/+18
2019-12-01SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust1-0/+1
2019-12-01sctp: use sk_wmem_queued to check for writable spaceXin Long1-29/+9
2019-12-01net: fix warning in af_unixKyeongdon Kim1-0/+2
2019-12-01vhost/vsock: split packets to send using multiple buffersStefano Garzarella1-3/+12
2019-12-01net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long1-0/+4
2019-12-01net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti1-7/+5
2019-12-01net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter1-1/+22
2019-11-24tcp: start receiver buffer autotuning soonerYuchung Cheng1-1/+1
2019-11-24mac80211: minstrel: fix sampling/reporting of CCK rates in HT modeFelix Fietkau1-4/+10
2019-11-24mac80211: minstrel: fix CCK rate group streams valueFelix Fietkau1-1/+1
2019-11-24mac80211: minstrel: fix using short preamble CCK rates on HT clientsFelix Fietkau1-3/+1
2019-11-24netfilter: nft_compat: do not dump private areaPablo Neira Ayuso1-2/+22
2019-11-24net: sched: avoid writing on noop_qdiscEric Dumazet1-2/+12
2019-11-24net: fix generic XDP to handle if eth header was mangledJesper Dangaard Brouer1-0/+14
2019-11-24xsk: proper AF_XDP socket teardown orderingBjörn Töpel2-13/+11
2019-11-24xfrm: use correct size to initialise sp->ovecLi RongQing1-1/+1
2019-11-24sunrpc: Fix connect metricsChuck Lever3-15/+15
2019-11-24nl80211: Fix a GET_KEY reply attributeAndrew Zaborowski1-1/+1
2019-11-24SUNRPC: Fix priority queue fairnessTrond Myklebust1-55/+54
2019-11-24tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng3-46/+8
2019-11-24net: ovs: fix return type of ndo_start_xmit functionYueHaibing1-2/+3
2019-11-20netfilter: masquerade: don't flush all conntracks if only one address deleted...Tan Hu2-6/+35
2019-11-20Bluetooth: L2CAP: Detect if remote is not able to use the whole MPSLuiz Augusto von Dentz1-0/+10
2019-11-20netfilter: nf_tables: avoid BUG_ON usageFlorian Westphal3-7/+14
2019-11-20ip_gre: fix parsing gre header in ipgre_errHaishuang Yan2-9/+7
2019-11-20llc: avoid blocking in llc_sap_close()Cong Wang1-3/+1
2019-11-20rtnetlink: move type calculation out of loopChristian Brauner1-1/+1
2019-11-20cfg80211: validate wmm rule when settingStanislaw Gruszka1-29/+35
2019-11-20mac80211: fix saving a few HE valuesNaftali Goldstein1-10/+7
2019-11-20cfg80211: Avoid regulatory restore when COUNTRY_IE_IGNORE is setRajeev Kumar Sirasanagandla1-0/+46
2019-11-20ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault1-1/+2
2019-11-12vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella1-3/+5
2019-11-12netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 setsStefano Brivio1-1/+1
2019-11-12ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet1-8/+7
2019-11-12ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti5-17/+28