summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ebtables: arpreply: Add the standard target sanity checkGao Feng2018-10-131-0/+3
* tcp: add tcp_ooo_try_coalesce() helperEric Dumazet2018-10-131-2/+21
* tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet2018-10-131-2/+2
* tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet2018-10-131-5/+11
* tcp: fix a stale ooo_last_skb after a replaceEric Dumazet2018-10-131-1/+2
* tcp: use an RB tree for ooo receive queueYaogong Wang2018-10-135-154/+230
* tcp: increment sk_drops for dropped rx packetsEric Dumazet2018-10-133-13/+22
* mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau2018-10-131-1/+1
* mac80211: shorten the IBSS debug messagesEmmanuel Grumbach2018-10-101-11/+11
* mac80211: Fix station bandwidth setting after channel switchIlan Peer2018-10-101-0/+53
* mac80211: fix a race between restart and CSA flowsEmmanuel Grumbach2018-10-101-1/+20
* cfg80211: fix a type issue in ieee80211_chandef_to_operating_class()Dan Carpenter2018-10-101-1/+1
* cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli2018-10-101-0/+1
* mac80211: mesh: fix HWMP sequence numbering to follow standardYuan-Chi Pang2018-10-101-0/+4
* mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall2018-10-101-4/+1
* 6lowpan: iphc: reset mac_header after decompress to fix panicMichael Scott2018-10-101-0/+1
* neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick2018-09-291-5/+8
* ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet2018-09-291-4/+2
* gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-292-0/+2
* NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan2018-09-291-0/+10
* mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty2018-09-262-10/+16
* xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing2018-09-261-1/+4
* netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...Eric Dumazet2018-09-191-2/+2
* net: dcb: For wild-card lookups, use priority -1, not 0Petr Machata2018-09-191-4/+7
* Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann2018-09-191-1/+1
* sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov2018-09-151-2/+3
* sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov2018-09-151-2/+2
* sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov2018-09-151-0/+3
* sch_multiq: fix double free on init failureNikolay Aleksandrov2018-09-151-7/+2
* sch_htb: fix crash on init failureNikolay Aleksandrov2018-09-151-2/+3
* irda: Only insert new objects into the global database via setsockoptTyler Hicks2018-09-151-1/+5
* irda: Fix memory leak caused by repeated binds of irda socketTyler Hicks2018-09-151-0/+7
* net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker2018-09-151-1/+2
* ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu2018-09-151-4/+11
* vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev2018-09-151-1/+1
* tcp: do not restart timewait timer on rst receptionFlorian Westphal2018-09-151-1/+2
* 9p: fix multiple NULL-pointer-dereferencesTomas Bortoli2018-09-093-1/+10
* net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli2018-09-091-0/+2
* net/9p/client.c: version pointer uninitializedTomas Bortoli2018-09-091-1/+1
* 9p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen2018-09-091-1/+2
* 9p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote2018-09-091-0/+7
* net: mac802154: tx: expand tailroom if necessaryAlexander Aring2018-09-091-1/+14
* net: 6lowpan: fix reserved space for single framesAlexander Aring2018-09-091-3/+18
* net: caif: Add a missing rcu_read_unlock() in caif_flow_cbYueHaibing2018-09-051-1/+3
* nl80211: Add a missing break in parse_station_flagsBernd Edlinger2018-09-051-0/+1
* mac80211: add stations tied to AP_VLANs during hw reconfigmpubbise@codeaurora.org2018-09-051-1/+2
* xfrm: free skb if nlsk pointer is NULLFlorian Westphal2018-09-051-4/+6
* xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala2018-09-051-0/+3
* vti6: fix PMTU caching and reporting on xmitEyal Birger2018-09-051-5/+6
* Cipso: cipso_v4_optptr enter infinite loopyujuan.qi2018-09-051-2/+10