summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-12-16net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern
2018-12-16net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-12-16net: make skb_partial_csum_set() more robust against overflowsEric Dumazet
2018-12-16ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang
2018-12-16ipv6: Compute net once in raw6_send_hdrincEric W. Biederman
2018-12-16rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet
2018-12-16net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter
2018-12-16mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau
2018-12-16ip_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-12-16ip6_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-12-16ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet
2018-12-16batman-adv: Prevent duplicated tvlv handlerSven Eckelmann
2018-12-16batman-adv: Prevent duplicated global TT entrySven Eckelmann
2018-12-16batman-adv: Prevent duplicated softif_vlan entrySven Eckelmann
2018-12-16batman-adv: Place kref_get for softif_vlan near useSven Eckelmann
2018-12-16batman-adv: Prevent duplicated nc_node entrySven Eckelmann
2018-12-16batman-adv: Use kref_get for batadv_nc_get_nc_nodeSven Eckelmann
2018-12-16batman-adv: Prevent duplicated gateway_node entrySven Eckelmann
2018-12-16cfg80211: reg: Init wiphy_idx in regulatory_hint_core()Andrei Otcheretianski
2018-12-16xfrm6: call kfree_skb when skb is toobigThadeu Lima de Souza Cascardo
2018-12-16igmp: fix incorrect unsolicit report count after link down and upHangbin Liu
2018-12-16igmp: fix incorrect unsolicit report count when join groupHangbin Liu
2018-12-16cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli
2018-12-16ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca
2018-12-16netfilter: nf_tables: fix register orderingFlorian Westphal
2018-12-16netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo
2018-12-16l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang
2018-12-169p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen
2018-12-169p: fix multiple NULL-pointer-dereferencesTomas Bortoli
2018-12-16net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli
2018-12-169p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote
2018-12-16net/9p/client.c: version pointer uninitializedTomas Bortoli
2018-12-16net: mac802154: tx: expand tailroom if necessaryAlexander Aring
2018-12-16mac802154: tx: use put_unaligned_le16 for copy crcAlexander Aring
2018-12-16mac802154: tx: cleanup crc calculationAlexander Aring
2018-12-16mac802154: common tx error pathVarka Bhadram
2018-12-16net: 6lowpan: fix reserved space for single framesAlexander Aring
2018-12-16ieee802154: 6lowpan: ensure header compression does not corrupt ipv6 headerSimon Vincent
2018-12-16xfrm: Validate address prefix lengths in the xfrm selector.Steffen Klassert
2018-12-16xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing
2018-11-20dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev
2018-11-20vsock: split dwork to avoid reinitializationsCong Wang
2018-11-20packet: refine ring v3 block size test to hold one frameWillem de Bruijn
2018-11-20netlink: Don't shift on 64 for ngroupsDmitry Safonov
2018-11-20l2tp: fix missing refcount drop in pppol2tp_tunnel_ioctl()Guillaume Nault
2018-11-20netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov
2018-11-20netlink: Do not subscribe to non-existent groupsDmitry Safonov
2018-11-20net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline
2018-11-20ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi
2018-11-20multicast: do not restore deleted record source filter mode to new oneHangbin Liu