summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-10-10mac80211: shorten the IBSS debug messagesEmmanuel Grumbach
2018-10-10mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach
2018-10-10mac80211: Fix station bandwidth setting after channel switchIlan Peer
2018-10-10mac80211: fix a race between restart and CSA flowsEmmanuel Grumbach
2018-10-10cfg80211: fix a type issue in ieee80211_chandef_to_operating_class()Dan Carpenter
2018-10-10cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli
2018-10-10mac80211: mesh: fix HWMP sequence numbering to follow standardYuan-Chi Pang
2018-10-10mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall
2018-10-10mac80211: Run TXQ teardown code before de-registering interfacesToke Høiland-Jørgensen
2018-10-036lowpan: iphc: reset mac_header after decompress to fix panicMichael Scott
2018-09-29neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick
2018-09-29udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni
2018-09-29ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet
2018-09-29gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen
2018-09-29NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan
2018-09-26mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty
2018-09-26xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing
2018-09-26rds: fix two RCU related problemsCong Wang
2018-09-19netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...Eric Dumazet
2018-09-19net: dcb: For wild-card lookups, use priority -1, not 0Petr Machata
2018-09-19Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann
2018-09-19nl80211: fix null-ptr dereference on invalid mesh configurationJohannes Berg
2018-09-15sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov
2018-09-15sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov
2018-09-15sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov
2018-09-15sch_multiq: fix double free on init failureNikolay Aleksandrov
2018-09-15sch_htb: fix crash on init failureNikolay Aleksandrov
2018-09-15irda: Only insert new objects into the global database via setsockoptTyler Hicks
2018-09-15irda: Fix memory leak caused by repeated binds of irda socketTyler Hicks
2018-09-15tcp: Revert "tcp: tcp_probe: use spin_lock_bh()"Eric Dumazet
2018-09-15RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing
2018-09-15net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker
2018-09-15net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli
2018-09-15ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu
2018-09-15sunrpc: Don't use stack buffer with scatterlistLaura Abbott
2018-09-15net: sched: action_ife: take reference to meta moduleVlad Buslov
2018-09-15act_ife: fix a potential deadlockCong Wang
2018-09-15act_ife: move tcfa_lock down to where necessaryCong Wang
2018-09-15sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long
2018-09-15vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev
2018-09-15tcp: do not restart timewait timer on rst receptionFlorian Westphal
2018-09-15net: sched: Fix memory exposure from short TCA_U32_SELKees Cook
2018-09-15ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet
2018-09-15act_ife: fix a potential use-after-freeCong Wang
2018-09-09NFSv4 client live hangs after live data migration recoveryBill Baker
2018-09-099p: fix multiple NULL-pointer-dereferencesTomas Bortoli
2018-09-09net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli
2018-09-09net/9p/client.c: version pointer uninitializedTomas Bortoli
2018-09-099p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen
2018-09-099p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote