summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-01-139p/net: put a lower bound on msizeDominique Martinet1-0/+21
2019-01-13sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin1-4/+4
2019-01-13sunrpc: fix cache_head leak due to queued requestVasily Averin1-1/+9
2019-01-13xfrm: Fix bucket count reported to userspaceBenjamin Poirier1-1/+1
2019-01-13sock: Make sock->sk_stamp thread-safeDeepa Dinamani3-7/+13
2019-01-13VSOCK: Send reset control packet when socket is partially boundJorgen Hansen1-17/+50
2019-01-13sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long1-0/+1
2019-01-13packet: validate address length if non-zeroWillem de Bruijn1-2/+2
2019-01-13packet: validate address lengthWillem de Bruijn1-0/+4
2019-01-13netrom: fix locking in nr_find_socket()Cong Wang1-5/+10
2019-01-13ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang1-1/+2
2019-01-13ieee802154: lowpan_header_create check must check daddrWillem de Bruijn1-0/+3
2019-01-13ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang2-2/+11
2019-01-13ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2019-01-13ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
2018-12-21SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust1-2/+9
2018-12-21mac80211: Fix condition validating WMM IEIlan Peer1-1/+1
2018-12-21mac80211: don't WARN on bad WMM parameters from buggy APsEmmanuel Grumbach1-1/+2
2018-12-17mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-1/+1
2018-12-17tcp: fix NULL ref in tail loss probeYuchung Cheng1-4/+8
2018-12-17rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet1-0/+3
2018-12-17net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch1-0/+3
2018-12-17ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio1-21/+21
2018-12-13mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach1-0/+1
2018-12-13mac80211: fix reordering of buffered broadcast packetsFelix Fietkau1-2/+2
2018-12-13mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau1-0/+2
2018-12-13mac80211: Clear beacon_int in ieee80211_do_stopBen Greear1-0/+2
2018-12-13SUNRPC: Fix leak of krb5p encode pagesChuck Lever1-0/+4
2018-12-13batman-adv: Expand merged fragment buffer for full packetSven Eckelmann1-1/+1
2018-12-13ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf1-2/+2
2018-12-01netfilter: nf_tables: fix oops when inserting an element into a verdict mapLiping Zhang1-0/+1
2018-12-01SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust1-7/+1
2018-12-01llc: do not use sk_eat_skb()Eric Dumazet1-7/+4
2018-12-01sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long1-3/+7
2018-11-27SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing1-1/+1
2018-11-27netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo1-0/+20
2018-11-27netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook1-4/+4
2018-11-27ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern1-2/+6
2018-11-27net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet1-0/+4
2018-11-27ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca1-1/+1
2018-11-27flow_dissector: do not dissect l4 ports for fragments배석진1-2/+2
2018-11-21sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson1-3/+2
2018-11-219p: clear dangling pointers in p9stat_freeDominique Martinet1-0/+5
2018-11-21nfsd: Fix an Oops in free_session()Trond Myklebust1-1/+1
2018-11-21net/ipv4: defensive cipso option parsingStefan Nuernberger1-4/+7
2018-11-10l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault2-4/+6
2018-11-10rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel1-0/+10
2018-11-10net: drop skb on failure in ip_check_defrag()Cong Wang1-4/+8
2018-11-10sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner1-3/+2
2018-11-10net: socket: fix a missing-check bugWenwen Wang1-3/+8