summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-12-05tipc: fix a missing check of genlmsg_putKangjie Lu1-0/+2
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-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-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-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-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: act_pedit: fix WARN() in the traffic pathDavide Caratti1-3/+4
2019-12-01net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter1-1/+22
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-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-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-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-20cfg80211: Avoid regulatory restore when COUNTRY_IE_IGNORE is setRajeev Kumar Sirasanagandla1-0/+46
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
2019-11-12net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton1-7/+4
2019-11-12netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter1-3/+5
2019-11-12nfc: netlink: fix double device reference dropPan Bian1-2/+0
2019-11-12ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern1-1/+1
2019-11-10net/flow_dissector: switch to siphashEric Dumazet4-44/+39
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet4-5/+5
2019-11-10erspan: fix the tun_info options_len check for erspanXin Long1-0/+3
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet4-4/+4
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet12-20/+20
2019-11-10udp: use skb_queue_empty_lockless()Eric Dumazet1-3/+3
2019-11-10net: dsa: fix switch tree listVivien Didelot1-1/+1
2019-11-10net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet1-1/+1
2019-11-10udp: fix data-race in udp_set_dev_scratch()Eric Dumazet1-4/+15
2019-11-10net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin1-1/+3
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet5-6/+6
2019-11-10dccp: do not leak jiffies on the wireEric Dumazet1-1/+1
2019-11-06sctp: not bind the socket in sctp_connectXin Long1-19/+2