summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-01-13xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears th...Steffen Klassert1-1/+6
2019-01-13xfrm: Fix bucket count reported to userspaceBenjamin Poirier1-1/+1
2019-01-13xfrm: Fix error return code in xfrm_output_one()Wei Yongjun1-0/+1
2019-01-09ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio1-1/+3
2019-01-09net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET1-2/+2
2019-01-09ipv6: frags: Fix bogus skb->sk in reassembled packetsHerbert Xu1-0/+1
2019-01-09tipc: check group dests after tipc_wait_for_cond()Cong Wang1-4/+5
2019-01-09VSOCK: Send reset control packet when socket is partially boundJorgen Hansen1-17/+50
2019-01-09tipc: use lock_sock() in tipc_sk_reinit()Cong Wang1-2/+6
2019-01-09tipc: fix a double kfree_skb()Cong Wang1-3/+1
2019-01-09tipc: fix a double free in tipc_enable_bearer()Cong Wang1-1/+0
2019-01-09tipc: compare remote and local protocols in tipc_udp_enable()Cong Wang1-0/+5
2019-01-09tipc: check tsk->group in tipc_wait_for_cond()Cong Wang1-11/+14
2019-01-09tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet1-1/+3
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani3-12/+20
2019-01-09sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long1-0/+1
2019-01-09packet: validate address length if non-zeroWillem de Bruijn1-2/+2
2019-01-09packet: validate address lengthWillem de Bruijn1-0/+4
2019-01-09net/tls: allocate tls context using GFP_ATOMICGanesh Goudar1-1/+1
2019-01-09net/smc: fix TCP fallback socket releaseMyungho Jung2-2/+16
2019-01-09netrom: fix locking in nr_find_socket()Cong Wang1-5/+10
2019-01-09net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek1-6/+12
2019-01-09net: clear skb->tstamp in forwarding pathsEric Dumazet2-0/+2
2019-01-09ip: validate header length on virtual device xmitWillem de Bruijn8-32/+46
2019-01-09ipv6: tunnels: fix two use-after-freeEric Dumazet2-0/+2
2019-01-09ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang1-1/+2
2019-01-09ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
2019-01-09ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
2019-01-09ieee802154: lowpan_header_create check must check daddrWillem de Bruijn1-0/+3
2019-01-09gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi1-0/+1
2019-01-09ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang2-2/+11
2018-12-29xfrm_user: fix freeing of xfrm states on acquireMathias Krause2-3/+9
2018-12-21SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust1-2/+9
2018-12-17tcp: lack of available data can also cause TSO deferEric Dumazet1-11/+24
2018-12-17netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo1-11/+4
2018-12-17netfilter: nf_conncount: remove wrong condition check routineTaehee Yoo1-5/+2
2018-12-17netfilter: nat: fix double register in masquerade modulesTaehee Yoo2-14/+32
2018-12-17netfilter: add missing error handling code for register functionsTaehee Yoo7-20/+61
2018-12-17netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac1-1/+2
2018-12-17ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long1-0/+3
2018-12-17netfilter: xt_hashlimit: fix a possible memory leak in htable_create()Taehee Yoo1-6/+3
2018-12-17netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal2-3/+5
2018-12-17netfilter: xt_RATEEST: remove netns exit routineTaehee Yoo1-10/+0
2018-12-17netfilter: nf_tables: don't skip inactive chains during updateFlorian Westphal1-6/+3
2018-12-17netfilter: nf_conncount: fix unexpected permanent node of list.Taehee Yoo1-3/+15
2018-12-17netfilter: nf_conncount: fix list_del corruption in conn_freeTaehee Yoo1-2/+5
2018-12-17netfilter: nf_conncount: use spin_lock_bh instead of spin_lockTaehee Yoo1-6/+6
2018-12-17net: fix XPS static_key accountingSabrina Dubroca1-21/+24
2018-12-17net: restore call to netdev_queue_numa_node_write when resetting XPSSabrina Dubroca1-7/+9
2018-12-17sctp: update frag_point when stream_interleave is setXin Long2-3/+7