summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-02-06mac80211: Fix TKIP replay protection immediately after key setupJouni Malinen1-3/+15
2020-02-06cfg80211: Fix radar event during another phy CACOrr Mazor4-1/+60
2020-02-06wireless: fix enabling channel 12 for custom regulatory domainGanapathi Bhat1-3/+10
2020-02-06mac80211: mesh: restrict airtime metric to peered established plinksMarkus Theil1-0/+3
2020-02-06Bluetooth: Fix race condition in hci_release_sock()Dan Carpenter1-0/+3
2020-02-01Bluetooth: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR quirksMarcel Holtmann1-2/+24
2020-02-01rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells1-5/+7
2020-02-01net: include struct nhmsg size in nh nlmsg sizeStephen Worley1-1/+3
2020-02-01net_sched: walk through all child classes in tc_bind_tclass()Cong Wang1-11/+30
2020-02-01net_sched: fix ops->bind_class() implementationsCong Wang10-29/+76
2020-02-01net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet1-0/+3
2020-01-29net/x25: fix nonblocking connectMartin Schiller1-1/+5
2020-01-29netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso2-43/+89
2020-01-29netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso1-8/+21
2020-01-29netfilter: ipset: use bitmap infrastructure completelyKadlecsik József4-10/+10
2020-01-29net, sk_msg: Don't check if sock is locked when tearing down psockJakub Sitnicki1-2/+0
2020-01-29xfrm: support output_mark for offload ESP packetsUlrich Weber2-0/+4
2020-01-29hsr: Fix a compilation errorxiaofeng.yan1-1/+1
2020-01-29netfilter: nft_osf: add missing check for DREG attributeFlorian Westphal1-0/+3
2020-01-29net/tls: fix async operationJakub Kicinski1-2/+2
2020-01-29ipv4: Detect rollover in specific fib table dumpDavid Ahern1-0/+6
2020-01-29net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy1-31/+33
2020-01-29fou: Fix IPv6 netlink policyKristian Evensen1-2/+2
2020-01-29tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet3-0/+3
2020-01-29tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang1-2/+1
2020-01-29Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni1-1/+2
2020-01-29net-sysfs: Fix reference count leakJouni Hogander1-1/+3
2020-01-29net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet1-3/+2
2020-01-29net_sched: fix datalen for ematchCong Wang1-1/+1
2020-01-29net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet2-12/+30
2020-01-29net, ip_tunnel: fix namespaces moveWilliam Dauchy1-3/+1
2020-01-29net, ip6_tunnel: fix namespaces moveWilliam Dauchy1-3/+1
2020-01-29net: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom1-3/+0
2020-01-29ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actionsYuki Taguchi1-1/+3
2020-01-26net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander1-2/+5
2020-01-26SUNRPC: Fix another issue with MIC buffer spaceChuck Lever1-6/+5
2020-01-26packet: fix data-race in fanout_flow_is_huge()Eric Dumazet1-3/+9
2020-01-26net: neigh: use long type to store jiffies deltaEric Dumazet1-2/+2
2020-01-26net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang1-1/+1
2020-01-26tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen1-1/+1
2020-01-26tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen1-0/+1
2020-01-26tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen1-1/+3
2020-01-26tipc: update mon's self addr when node addr generatedHoang Le3-0/+18
2020-01-26tipc: reduce sensitive to retransmit failuresHoang Le1-1/+1
2020-01-26SUNRPC: Fix backchannel latency metricsChuck Lever2-1/+3
2020-01-26SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever1-21/+63
2020-01-23cfg80211: check for set_wiphy_paramsJohannes Berg1-0/+4
2020-01-23tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet1-4/+2
2020-01-23devlink: Wait longer before warning about unset port typeIdo Schimmel1-1/+1
2020-01-23net: sched: act_ctinfo: fix memory leakEric Dumazet1-0/+11