summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-11-13xfrm: policy: use hlist rcu variants on insertFlorian Westphal
2018-11-10ip6_tunnel: Fix encapsulation layoutStefano Brivio
2018-11-10rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel
2018-11-10net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis
2018-11-10net: drop skb on failure in ip_check_defrag()Cong Wang
2018-11-10ethtool: fix a privilege escalation bugWenwen Wang
2018-11-10sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner
2018-11-10net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti
2018-11-10net: socket: fix a missing-check bugWenwen Wang
2018-11-10net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski
2018-11-10net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern
2018-11-10llc: set SOCK_RCU_FREE in llc_sap_add_socket()Cong Wang
2018-11-10ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio
2018-11-10ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet
2018-11-10net: bridge: remove ipv6 zero address check in mcast queriesNikolay Aleksandrov
2018-11-10bridge: do not add port to router list when receives query with source 0.0.0.0Hangbin Liu
2018-11-10Revert "netfilter: ipv6: nf_defrag: drop skb dst before queueing"Sasha Levin
2018-11-10rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells
2018-11-10rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells
2018-11-10l2tp: remove configurable payload offsetJames Chapman
2018-11-10ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca
2018-11-10sctp: use right member as the param of list_for_each_entryXin Long
2018-11-10rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes
2018-11-10ip6_tunnel: Correct tos value in collect_md modeHaishuang Yan
2018-11-10mac80211: fix TX aggregation start/stop callback raceJohannes Berg
2018-11-10tipc: fix a race condition of releasing subscriber objectYing Xue
2018-11-10tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson
2018-11-10ipv6: set rt6i_protocol properly in the route when it is installedXin Long
2018-11-10Bluetooth: SMP: fix crash in unpairingMatias Karhumaa
2018-11-10nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HTMasashi Honma
2018-11-10xfrm: validate template modeSean Tranchetti
2018-11-10mac80211: TDLS: fix skb queue/priority assignmentJohannes Berg
2018-11-10cfg80211: Address some corner cases in scan result channel updatingJouni Malinen
2018-11-10mac80211: fix pending queue hang due to TX_DROPBob Copeland
2018-11-10cfg80211: reg: Init wiphy_idx in regulatory_hint_core()Andrei Otcheretianski
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-20netfilter: check for seqadj ext existence before adding it in nf_nat_setup_infoXin Long
2018-10-20batman-adv: fix hardif_neigh refcount on queue_work() failureMarek Lindner
2018-10-20batman-adv: fix backbone_gw refcount on queue_work() failureMarek Lindner
2018-10-20batman-adv: Prevent duplicated tvlv handlerSven Eckelmann
2018-10-20batman-adv: Prevent duplicated global TT entrySven Eckelmann
2018-10-20batman-adv: Prevent duplicated softif_vlan entrySven Eckelmann
2018-10-20batman-adv: Prevent duplicated nc_node entrySven Eckelmann
2018-10-20batman-adv: Fix segfault when writing to sysfs elp_intervalSven Eckelmann
2018-10-20batman-adv: Fix segfault when writing to throughput_overrideSven Eckelmann
2018-10-18ipv4: frags: precedence bug in ip_expire()Dan Carpenter
2018-10-18ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2018-10-18ip: process in-order fragments efficientlyPeter Oskolkov