summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-11-04cfg80211: fix use-after-free in reg_process_hint()Yu Zhao1-3/+4
2018-11-04nl80211: Fix possible Spectre-v1 for CQM RSSI thresholdsMasashi Honma1-5/+14
2018-11-04Bluetooth: SMP: fix crash in unpairingMatias Karhumaa3-10/+29
2018-11-04nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HTMasashi Honma1-0/+1
2018-11-04netfilter: bridge: Don't sabotage nf_hook calls from an l3mdevDavid Ahern1-1/+2
2018-11-04xfrm: validate template modeSean Tranchetti1-0/+3
2018-11-04xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.Steffen Klassert2-0/+8
2018-11-04mac80211: fix TX status reporting for ieee80211sYuan-Chi Pang3-8/+8
2018-11-04mac80211: TDLS: fix skb queue/priority assignmentJohannes Berg1-4/+4
2018-11-04cfg80211: Address some corner cases in scan result channel updatingJouni Malinen1-9/+49
2018-11-04mac80211: fix pending queue hang due to TX_DROPBob Copeland1-1/+1
2018-11-04cfg80211: reg: Init wiphy_idx in regulatory_hint_core()Andrei Otcheretianski1-0/+1
2018-11-04mac80211: Always report TX statusAndrei Otcheretianski1-5/+2
2018-11-04xfrm: reset crypto_done when iterating over multiple input xfrmsSowmini Varadhan1-0/+1
2018-11-04xfrm: reset transport header back to network header after all input transform...Sowmini Varadhan4-6/+4
2018-11-04xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo1-0/+2
2018-11-04xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert1-0/+12
2018-10-20batman-adv: fix hardif_neigh refcount on queue_work() failureMarek Lindner1-2/+6
2018-10-20batman-adv: fix backbone_gw refcount on queue_work() failureMarek Lindner1-2/+8
2018-10-20batman-adv: Prevent duplicated tvlv handlerSven Eckelmann1-2/+6
2018-10-20batman-adv: Prevent duplicated global TT entrySven Eckelmann1-2/+4
2018-10-20batman-adv: Prevent duplicated softif_vlan entrySven Eckelmann1-7/+18
2018-10-20batman-adv: Prevent duplicated nc_node entrySven Eckelmann1-12/+15
2018-10-20batman-adv: Prevent duplicated gateway_node entrySven Eckelmann1-2/+9
2018-10-20batman-adv: Fix segfault when writing to sysfs elp_intervalSven Eckelmann1-8/+17
2018-10-20batman-adv: Fix segfault when writing to throughput_overrideSven Eckelmann1-2/+3
2018-10-20batman-adv: Avoid probe ELP information leakSven Eckelmann1-1/+1
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