summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-10-10netfilter: nf_tables: release chain in flushing setTaehee Yoo1-0/+1
2018-10-10netfilter: xt_cluster: add dependency on conntrack moduleMartin Willi1-1/+13
2018-10-10mac80211: shorten the IBSS debug messagesEmmanuel Grumbach1-11/+11
2018-10-10mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach1-2/+15
2018-10-10mac80211: Fix station bandwidth setting after channel switchIlan Peer1-0/+53
2018-10-10mac80211: fix a race between restart and CSA flowsEmmanuel Grumbach1-1/+20
2018-10-10cfg80211: fix a type issue in ieee80211_chandef_to_operating_class()Dan Carpenter1-1/+1
2018-10-10mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi1-1/+1
2018-10-10mac80211: always account for A-MSDU header changesJohannes Berg1-5/+7
2018-10-10mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi1-3/+3
2018-10-10cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli1-0/+1
2018-10-10mac80211: avoid kernel panic when building AMSDU from non-linear SKBSara Sharon1-17/+21
2018-10-10mac80211: mesh: fix HWMP sequence numbering to follow standardYuan-Chi Pang1-0/+4
2018-10-10mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall1-4/+1
2018-10-10mac80211: Run TXQ teardown code before de-registering interfacesToke Høiland-Jørgensen1-1/+1
2018-10-03tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend1-2/+7
2018-10-036lowpan: iphc: reset mac_header after decompress to fix panicMichael Scott1-0/+1
2018-09-29NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan1-0/+10
2018-09-29tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca1-1/+1
2018-09-29tls: zero the crypto information from tls_context before freeingSabrina Dubroca2-4/+13
2018-09-29tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca1-4/+1
2018-09-29net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti1-1/+1
2018-09-29udp6: add missing checks on edumux packet processingPaolo Abeni1-28/+37
2018-09-29neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick1-5/+8
2018-09-29udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni1-23/+26
2018-09-29ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet1-4/+2
2018-09-29gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2-0/+2
2018-09-26net/ipv6: prevent use after free in ip6_route_mpath_notifyDavid Ahern1-4/+9
2018-09-26Bluetooth: Use lock_sock_nested in bt_accept_enqueuePhilipp Puschmann1-1/+1
2018-09-26mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty2-10/+16
2018-09-26xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing1-1/+4
2018-09-26tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2-4/+1
2018-09-26erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan1-0/+2
2018-09-26erspan: fix error handling for erspan tunnelHaishuang Yan1-0/+2
2018-09-26net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg1-0/+6
2018-09-26rds: fix two RCU related problemsCong Wang1-1/+4
2018-09-19ip: frags: fix crash in ip_do_fragment()Taehee Yoo2-0/+2
2018-09-19ip: process in-order fragments efficientlyPeter Oskolkov2-42/+70
2018-09-19ip: add helpers to process in-order fragments faster.Peter Oskolkov1-0/+73
2018-09-19ipv4: frags: precedence bug in ip_expire()Dan Carpenter1-1/+1
2018-09-19net: sk_buff rbnode reorgEric Dumazet4-87/+113
2018-09-19net: add rb_to_skb() and other rb tree helpersEric Dumazet3-36/+19
2018-09-19net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet1-0/+14
2018-09-19ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal2-0/+8
2018-09-19net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov1-1/+5
2018-09-19net: speed up skb_rbtree_purge()Eric Dumazet1-4/+7
2018-09-19ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov2-56/+20
2018-09-19inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet4-10/+3
2018-09-19inet: frags: get rid of ipfrag_skb_cb/FRAG_CBEric Dumazet1-21/+14
2018-09-19ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet1-8/+16