summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-10-18inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet3-3/+10
2018-10-18tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2-2/+6
2018-10-18net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski1-0/+1
2018-10-18net/packet: fix packet drop as of virtio gsoJianfeng Tan1-4/+7
2018-10-18udp: Unbreak modules that rely on external __skb_recv_udp() availabilityJiri Kosina1-1/+1
2018-10-18tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan1-1/+3
2018-10-18sctp: update dst pmtu with the correct daddrXin Long1-2/+10
2018-10-18rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet1-0/+6
2018-10-18rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira1-9/+20
2018-10-18net: sched: Add policy validation for tc attributesDavid Ahern1-4/+18
2018-10-18netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti1-1/+2
2018-10-18net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill1-3/+1
2018-10-18net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca3-6/+84
2018-10-18ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang1-9/+20
2018-10-18ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet1-2/+1
2018-10-18ip_tunnel: be careful when accessing the inner headerPaolo Abeni1-0/+9
2018-10-18ip6_tunnel: be careful when accessing the inner headerPaolo Abeni1-2/+11
2018-10-13rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon3-7/+7
2018-10-13mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau1-1/+1
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-04tls: possible hang when do_tcp_sendpages hits sndbuf is full caseJohn Fastabend1-2/+7
2018-10-046lowpan: 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