summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-01-23ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn
2019-01-23packet: Do not leak dev refcounts on error exitJason Gunthorpe
2019-01-23net: bridge: fix a bug on using a neighbour cache entry without checking its ...JianJhen Chen
2019-01-23ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet
2019-01-23can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp
2019-01-16sunrpc: use-after-free in svc_process_common()Vasily Averin
2019-01-139p/net: put a lower bound on msizeDominique Martinet
2019-01-13sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin
2019-01-13sunrpc: fix cache_head leak due to queued requestVasily Averin
2019-01-13libceph: fix CEPH_FEATURE_CEPHX_V2 check in calc_signature()Ilya Dryomov
2019-01-13SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust
2019-01-13netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian
2019-01-13netfilter: seqadj: re-load tcp header pointer after possible head reallocationFlorian Westphal
2019-01-13xfrm: Fix bucket count reported to userspaceBenjamin Poirier
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2019-01-09tipc: compare remote and local protocols in tipc_udp_enable()Cong Wang
2019-01-09tipc: use lock_sock() in tipc_sk_reinit()Cong Wang
2019-01-09VSOCK: Send reset control packet when socket is partially boundJorgen Hansen
2019-01-09tipc: fix a double kfree_skb()Cong Wang
2019-01-09sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long
2019-01-09packet: validate address length if non-zeroWillem de Bruijn
2019-01-09packet: validate address lengthWillem de Bruijn
2019-01-09netrom: fix locking in nr_find_socket()Cong Wang
2019-01-09net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek
2019-01-09ipv6: tunnels: fix two use-after-freeEric Dumazet
2019-01-09ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang
2019-01-09ieee802154: lowpan_header_create check must check daddrWillem de Bruijn
2019-01-09ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang
2019-01-09ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2019-01-09ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-21SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust
2018-12-21mac80211: Fix condition validating WMM IEIlan Peer
2018-12-21mac80211: don't WARN on bad WMM parameters from buggy APsEmmanuel Grumbach
2018-12-17ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long
2018-12-17tcp: fix NULL ref in tail loss probeYuchung Cheng
2018-12-17rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet
2018-12-17net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch
2018-12-17ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio
2018-12-13mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach
2018-12-13mac80211: fix reordering of buffered broadcast packetsFelix Fietkau
2018-12-13mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau
2018-12-13mac80211: Clear beacon_int in ieee80211_do_stopBen Greear
2018-12-13SUNRPC: Fix leak of krb5p encode pagesChuck Lever
2018-12-13batman-adv: Expand merged fragment buffer for full packetSven Eckelmann
2018-12-08libceph: check authorizer reply/challenge length before readingIlya Dryomov
2018-12-08libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov
2018-12-08libceph: implement CEPHX_V2 calculation modeIlya Dryomov
2018-12-08libceph: add authorizer challengeIlya Dryomov
2018-12-08libceph: factor out encrypt_authorizer()Ilya Dryomov
2018-12-08libceph: factor out __ceph_x_decrypt()Ilya Dryomov