summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-11-10mac80211: Always report TX statusAndrei Otcheretianski
2018-11-10xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo
2018-11-10xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert
2018-10-20rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet
2018-10-20netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti
2018-10-20net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill
2018-10-20net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-10-20ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()Eric Dumazet
2018-10-20ip_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-10-20ip6_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-10-13ebtables: arpreply: Add the standard target sanity checkGao Feng
2018-10-13tcp: add tcp_ooo_try_coalesce() helperEric Dumazet
2018-10-13tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet
2018-10-13tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet
2018-10-13tcp: fix a stale ooo_last_skb after a replaceEric Dumazet
2018-10-13tcp: use an RB tree for ooo receive queueYaogong Wang
2018-10-13tcp: increment sk_drops for dropped rx packetsEric Dumazet
2018-10-13mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau
2018-10-10Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2018-10-10mac80211: shorten the IBSS debug messagesEmmanuel 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-10cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli
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-106lowpan: iphc: reset mac_header after decompress to fix panicMichael Scott
2018-10-04UPSTREAM: socket: close race condition between sock_close() and sockfs_setattr()Cong Wang
2018-10-03Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-09-29neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick
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-29NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan
2018-09-26mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty
2018-09-26xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing
2018-09-19netfilter: x_tables: avoid stack-out-of-bounds read in xt_copy_counters_from_...Eric Dumazet
2018-09-19net: dcb: For wild-card lookups, use priority -1, not 0Petr Machata
2018-09-19Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann
2018-09-15sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov
2018-09-15sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov
2018-09-15sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov
2018-09-15sch_multiq: fix double free on init failureNikolay Aleksandrov
2018-09-15sch_htb: fix crash on init failureNikolay Aleksandrov
2018-09-15irda: Only insert new objects into the global database via setsockoptTyler Hicks
2018-09-15irda: Fix memory leak caused by repeated binds of irda socketTyler Hicks
2018-09-15net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker
2018-09-15ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu
2018-09-15vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev
2018-09-15tcp: do not restart timewait timer on rst receptionFlorian Westphal
2018-09-12net: wireless: rockchip_wlan: add config WIFI_GENERATE_RANDOM_MAC_ADDRWeiguo Hu