summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-02-27netfilter: ipv6: Don't preserve original oif for loopback addressEli Cooper
2019-02-27netfilter: nft_compat: use-after-free when deleting targetsPablo Neira Ayuso
2019-02-27netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso
2019-02-27Revert "bridge: do not add port to router list when receives query with sourc...Hangbin Liu
2019-02-27inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov
2019-02-27sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu
2019-02-27sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long
2019-02-27net/packet: fix 4gb buffer limit due to overflow checkKal Conley
2019-02-27ipv6: propagate genlmsg_reply return codeLi RongQing
2019-02-27batman-adv: fix uninit-value in batadv_interface_tx()Eric Dumazet
2019-02-27bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov
2019-02-27bpf: correctly set initial window on active Fast Open senderYuchung Cheng
2019-02-27netfilter: nf_tables: fix leaking object reference countTaehee Yoo
2019-02-27libceph: handle an empty authorize replyIlya Dryomov
2019-02-27mac80211: Free mpath object when rhashtable insertion failsHerbert Xu
2019-02-27mac80211: Restore vif beacon interval if start ap failsRakesh Pillai
2019-02-23ax25: fix possible use-after-freeEric Dumazet
2019-02-23net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet
2019-02-23sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew
2019-02-23tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet
2019-02-23net: Do not allocate page fragments that are not skb alignedAlexander Duyck
2019-02-23tcp: tcp_v4_err() should be more carefulEric Dumazet
2019-02-23net: Fix for_each_netdev_feature on Big endianHauke Mehrtens
2019-02-23vsock: cope with memory allocation failure at socket creation timePaolo Abeni
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi
2019-02-23net: fix IPv6 prefix route residueZhiqiang Liu
2019-02-20net: create skb_gso_validate_mac_len()Daniel Axtens
2019-02-15batman-adv: Force mac header to start of data on xmitSven Eckelmann
2019-02-15batman-adv: Avoid WARN on net_device without parent in netnsSven Eckelmann
2019-02-15xfrm: refine validation of template and selector familiesFlorian Westphal
2019-02-15libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov
2019-02-15mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau
2019-02-12net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge
2019-02-12rds: fix refcount bug in rds_sock_addrefEric Dumazet
2019-02-12rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet
2019-02-12dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet
2019-02-12Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg
2019-02-12xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spiYueHaibing
2019-02-12mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg
2019-02-06l2tp: fix reading optional fields of L2TPv3Jacob Wen
2019-02-06l2tp: remove l2specific_len dependency in l2tp_coreLorenzo Bianconi
2019-02-06sctp: improve the events for sctp stream resetXin Long
2019-02-06sctp: improve the events for sctp stream addingXin Long
2019-02-06net: set default network namespace in init_dummy_netdev()Josh Elsasser
2019-02-06net/rose: fix NULL ax25_cb kernel panicBernard Pidoux
2019-02-06netrom: switch to sock timer APICong Wang
2019-02-06l2tp: copy 4 more bytes to linear part if necessaryJacob Wen
2019-02-06ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru
2019-02-06ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern
2019-02-06Fix "net: ipv4: do not handle duplicate fragments as overlapping"Greg Kroah-Hartman