summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2018-10-13rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon
2018-10-13mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau
2018-10-10netfilter: nf_tables: release chain in flushing setTaehee Yoo
2018-10-10netfilter: xt_cluster: add dependency on conntrack moduleMartin Willi
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-10mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi
2018-10-10mac80211: always account for A-MSDU header changesJohannes Berg
2018-10-10mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi
2018-10-10cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli
2018-10-10mac80211: avoid kernel panic when building AMSDU from non-linear SKBSara Sharon
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-03tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend
2018-10-036lowpan: iphc: reset mac_header after decompress to fix panicMichael Scott
2018-09-29NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan
2018-09-29tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca
2018-09-29tls: zero the crypto information from tls_context before freeingSabrina Dubroca
2018-09-29tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca
2018-09-29net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti
2018-09-29udp6: add missing checks on edumux packet processingPaolo Abeni
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-26net/ipv6: prevent use after free in ip6_route_mpath_notifyDavid Ahern
2018-09-26Bluetooth: Use lock_sock_nested in bt_accept_enqueuePhilipp Puschmann
2018-09-26mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty
2018-09-26xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing
2018-09-26tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch
2018-09-26erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan
2018-09-26erspan: fix error handling for erspan tunnelHaishuang Yan
2018-09-26net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg
2018-09-26rds: fix two RCU related problemsCong Wang
2018-09-19ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2018-09-19ip: process in-order fragments efficientlyPeter Oskolkov
2018-09-19ip: add helpers to process in-order fragments faster.Peter Oskolkov
2018-09-19ipv4: frags: precedence bug in ip_expire()Dan Carpenter
2018-09-19net: sk_buff rbnode reorgEric Dumazet
2018-09-19net: add rb_to_skb() and other rb tree helpersEric Dumazet
2018-09-19net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet
2018-09-19ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal
2018-09-19net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov
2018-09-19net: speed up skb_rbtree_purge()Eric Dumazet
2018-09-19ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov
2018-09-19inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet